Add documentation for SdkAnalysisLevel #42611
Labels
dotnet-fundamentals/svc
Pri1
High priority, do before Pri2 and Pri3
📌 seQUESTered
Identifies that an issue has been imported into Quest.
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
Associated WorkItem - 340213
The text was updated successfully, but these errors were encountered: