Closed
Description
We are receiving an intermittent Access Violation exception when invoking Repository.RetrieveStatus. It does not happen often, but it is a fatal error when it does occur. The code looks something like this:
var options = new StatusOptions { IncludeUntracked = true };
var statusResult = repository.RetrieveStatus(options).ToList();
Version of LibGit2Sharp is 0.26.0
Operating system(s) tested is Windows 10 Pro (10.0.17763)
.NET runtime tested is 4.7.1
Metadata
Metadata
Assignees
Labels
No labels