Anton Lange

Results 1 comments of Anton Lange

I had the same Exception when using LibGit2Sharp (v0.26.2) in a .NET Framework 4.8 Project running the following code: ```c# var directoryName = Directory.GetCurrentDirectory(); var isValid = Repository.IsValid(directoryName); ``` It's...