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 documentation for SdkAnalysisLevel #42611

Open
baronfel opened this issue Sep 12, 2024 · 0 comments
Open

Add documentation for SdkAnalysisLevel #42611

baronfel opened this issue Sep 12, 2024 · 0 comments
Assignees
Labels
dotnet-fundamentals/svc Pri1 High priority, do before Pri2 and Pri3 📌 seQUESTered Identifies that an issue has been imported into Quest.

Comments

@baronfel
Copy link
Member

baronfel commented Sep 12, 2024

Type of issue

Typo

Description

In .NET 9.0.100 an SDK-level control for managing how strict SDK tooling is was introduced - it's called SdkAnalysisLevel. The idea is to tell a newer SDK to behave as if it is an older SDK with regards to a specific tool or feature. The current primary user of this is NuGet's new Audit feature, so we need to have a point of docs to reference to describe intent and behavior.

The allowed values of this property are SDK Feature bands - 8.0.100, 8.0.400, etc. It defaults to the SDK feature band of the running SDK - i.e. for SDK 9.0.102, this value would be 9.0.100. The tracking design spec for this is dotnet/designs#308.

Page URL

https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/project-sdk/msbuild-props.md

Document Version Independent Id

6741b1de-38a4-fbb1-d79d-acc47d549a2d

Article author

@gewarren

Metadata

  • ID: cb4428fc-215c-78e1-5ff0-fe73f7a08260
  • Service: dotnet-fundamentals

Associated WorkItem - 340213

@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Sep 12, 2024
@issues-automation issues-automation bot added dotnet-fundamentals/svc Pri1 High priority, do before Pri2 and Pri3 labels Sep 12, 2024
@gewarren gewarren self-assigned this Oct 8, 2024
@dotnetrepoman dotnetrepoman bot added 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. and removed 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. labels Oct 24, 2024
@gewarren gewarren added 🗺️ reQUEST Triggers an issue to be imported into Quest. and removed ⌚ Not Triaged Not triaged labels Nov 4, 2024
@sequestor sequestor bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Nov 5, 2024
@dotnetrepoman dotnetrepoman bot added ⌚ Not Triaged Not triaged and removed ⌚ Not Triaged Not triaged labels Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-fundamentals/svc Pri1 High priority, do before Pri2 and Pri3 📌 seQUESTered Identifies that an issue has been imported into Quest.
Projects
Status: 🔖 Ready
Development

No branches or pull requests

3 participants