I am having an issue with XmlReader skipping the contents of a file.
If I uncomment the Thread.Sleep, it works perfectly fine.
Am I doing something wrong or should this work?
public void Import()
{
_logger.LogInformation("Beginning Import.");
var fs = new FileStream(@"test.xml", FileMode.OpenOrCreate,