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

Add support for NuGet lock files version 2 #694

Merged
merged 2 commits into from
Dec 8, 2023

Conversation

giovanni-bozzano
Copy link
Contributor

@giovanni-bozzano giovanni-bozzano commented Dec 6, 2023

If NuGet central package management is enabled, V2 lock files will be generated when restoring projects.
Check out NuGet source for reference.

Since version V2 is backward compatible with V1, the required change to support it is straightforward.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (060799c) 78.86% compared to head (8820bed) 78.34%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #694      +/-   ##
==========================================
- Coverage   78.86%   78.34%   -0.53%     
==========================================
  Files          84       84              
  Lines        5943     5943              
==========================================
- Hits         4687     4656      -31     
- Misses       1054     1084      +30     
- Partials      202      203       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@another-rex another-rex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@another-rex another-rex merged commit dd26cdc into google:main Dec 8, 2023
9 checks passed
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

Successfully merging this pull request may close these issues.

4 participants