JoergHoffmannatGitHub / Family.Show

Fork of the FamilyShow project from CodePlex. This is a genealogy application.
Microsoft Public License
3 stars 1 forks source link

Enable package restores using a lock file #8

Closed JoergHoffmannatGitHub closed 6 months ago

JoergHoffmannatGitHub commented 7 months ago

Is your feature request related to a problem? Please describe. Improve build performance with caching step.

Describe the solution you'd like See https://devblogs.microsoft.com/nuget/enable-repeatable-package-restores-using-a-lock-file/ If locked mode is set, restore will either get the exact packages as listed in the lock file or fail if it cannot. For example, if you updated the defined package dependencies for the project after lock file was created or due to any of the reasons mentioned in the post above. See also checkin be91f3867cb032c877e0b64aa3f741526da020a7 Centrally managing NuGet package version - without defining version variables.

Describe alternatives you've considered n.a.

Additional context n.a.