Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider upgrading LibGit2Sharp.NativeBinaries as they are over 3 years old #1770

Open
GabeDeBacker opened this issue Feb 14, 2022 · 0 comments

Comments

@GabeDeBacker
Copy link

Recently we've seen a number of crashes in Windows OS developer telemetry originating from GVFS related to the native binaries packaged with GVFS from the LibGit2Sharp.NativeBinaries nuget package.

Specifically, we are seeing these two issues:
libgit2/libgit2#5207

libgit2/libgit2#5154

After cloning VFSForGit repository, I discovered the package being used for LibGit2 was over three years old.

<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="2.0.278" />

https://www.nuget.org/packages/LibGit2Sharp.NativeBinaries/2.0.278

Which was released on 4/20/2019.

The fix for the above issues addressed:
libgit2/libgit2#5314

On 10/30/2019.

The Nuget feed for VitForGVFS

Doesn't show the package available for upgrade (I guess the feed may be locked?) so that would need to be addressed as well.

Can we get some assistance on this?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant