Skip to content

Document .NET 7 SDK changes to NuGet signed package verification#32328

Merged
dtivel merged 8 commits intomainfrom
dtivel/nuget
Nov 8, 2022
Merged

Document .NET 7 SDK changes to NuGet signed package verification#32328
dtivel merged 8 commits intomainfrom
dtivel/nuget

Conversation

@dtivel
Copy link
Contributor

@dtivel dtivel commented Nov 8, 2022

Summary

Document changes to NuGet signed package verification in .NET 7 SDK.

Fixes https://github.com/NuGet/docs.microsoft.com-nuget/issues/2809

CC @heng-liu, @kartheekp-ms, @nkolev92, @richlander

@gewarren gewarren added the 🏁 Release: .NET 7 Work items for the .NET 7 release label Nov 8, 2022
dtivel and others added 6 commits November 8, 2022 03:17
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@dtivel dtivel merged commit af35eb8 into main Nov 8, 2022
@dtivel dtivel deleted the dtivel/nuget branch November 8, 2022 11:40

## Linux

Verification is disabled by default during package restore operations. To opt in, set the environment variable `DOTNET_NUGET_SIGNATURE_VERIFICATION` to `true`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Shall we mention that "It is opt-in for .NET 7 Preview 7 and .NET 6 SDK (6.0.400)", but "will be enabled by default in .NET 7 SDK Linux builds, starting with RC1."?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update documentation for signed package verification in .NET 7 SDK

6 participants