MSBuildStructuredLog icon indicating copy to clipboard operation
MSBuildStructuredLog copied to clipboard

BinLogReader.ReadRecords randomly locks file

Open groogiam opened this issue 4 years ago • 0 comments

I'm attempting to read a binlog file from an asp.net core application. After my requests reads a given file it attempts to delete it but I get sporadic lOExceptions stating the file is locked after using the BinLogReader.ReadRecords method.

groogiam avatar Jan 15 '20 05:01 groogiam