You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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