docs
docs copied to clipboard
Add documentation for SdkAnalysisLevel
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 https://github.com/dotnet/designs/pull/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