Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad9529b

Browse files
authored
Clarify that SdkAnalysisLevel impacts more than just this warning (#3447)
1 parent d741831 commit ad9529b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/errors-and-warnings/NU1302.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ Here's how it functions:
5151
- For SDK Analysis Level value **below 9.0.100**, using HTTP sources triggers a warning ([NU1803](NU1803.md)).
5252
- Starting with SDK Analysis Level **9.0.100 or higher**, HTTP sources result in an error (NU1302) unless `AllowInsecureConnections` is explicitly enabled.
5353

54-
54+
> [!WARNING]
55+
> Changing SdkAnalysisLevel has other side-effects. Refer to the [`SdkAnalysisLevel`](/dotnet/core/project-sdk/msbuild-props#sdkanalysislevel) for a summary of the full scope of .NET SDK features affected.

0 commit comments

Comments
 (0)