Skip to content

Commit 518b69d

Browse files
committed
Document the NuGet features and the impact SDKAnalysisLevel has on those
1 parent 105b977 commit 518b69d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/core/project-sdk/msbuild-props.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,6 +1455,16 @@ The allowed values of this property are SDK feature bands, for example, 8.0.100
14551455

14561456
For more information, see [SDK Analysis Level Property and Usage](https://github.com/dotnet/designs/blob/main/proposed/sdk-analysis-level.md).
14571457

1458+
The following table summarizes summarizes which diagnostics SDKAnalysisLevel affects.
1459+
By setting the value in SDKAnalysisLevel column, you are getting the Current column.
1460+
1461+
| SDKAnalysisLevel | What | Previous | Current |
1462+
|------------------------|-----------|--------|-------|
1463+
| 9.0.100 | Restore HTTP sources diagnostic | [NU1803](/nuget/reference/errors-and-warnings/nu1803) warning | [NU1302](/nuget/reference/errors-and-warnings/nu1302) error. |
1464+
| 10.0.100 | Restore Package Pruning diagnostic | N/A | [NU1510](/nuget/reference/errors-and-warnings/nu1510), [NU1511](/nuget/reference/errors-and-warnings/nu1511). |
1465+
| 10.0.100 | Restore resolver with lock files | Uses legacy dependency graph resolver (.NET 8 SDK and earlier) | Uses improved, [.NET 9 dependency graph resolver](/nuget/consume-packages/package-references-in-project-files#nuget-dependency-resolver) |
1466+
| 10.0.100 | Restore behavior for PackageReference without a version | [NU1603](/nuget/reference/errors-and-warnings/nu1603) warning | [NU1015](/nuget/reference/errors-and-warnings/nu1015) error |
1467+
14581468
## Microsoft.Testing.Platform–related properties
14591469

14601470
The following MSBuild properties are documented in this section:

0 commit comments

Comments
 (0)