evya-dev

Results 5 comments of evya-dev

This merge would be appreciated to solve the following issue in libgit2Sharp repo: https://github.com/libgit2/libgit2sharp/issues/2109

The underlying exception is bubbling up from native code. The fix is to update the native libraries from 1.7.2 to >=1.8.0. There is an existing pull request in the libgit2hsharp.nativebinaries...

If I do a gitversion init I get the following (where SomeProject has a .git folder): INFO [07/08/24 18:18:11:13] Working directory: C:\SomeProject\packages\gitversion.msbuild\5.12.0\tools\net48 unsupported extension name extensions.worktreeconfig INFO [07/08/24 18:18:11:18] Done...

This is an upstream issue in libgit2sharp library (which at the time of this comment is at version 0.3.0). libgit2sharp 0.3.0 already has support for core.repositoryformatversion=1 but does not support...

The issue in libgit2Sharp has been created here: [https://github.com/libgit2/libgit2sharp/issues/2109](https://github.com/libgit2/libgit2sharp/issues/2109)