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
Labels
dotnet-fundamentals/svc Pri1 High priority, do before Pri2 and Pri3 ⌚ Not Triaged Not triaged

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
@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
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 ⌚ Not Triaged Not triaged
Projects
None yet
Development

No branches or pull requests

2 participants