From 3f97e7c1af048b16b6cd369a2e4ea3a1acbcddfa Mon Sep 17 00:00:00 2001 From: Nikolche Kolev Date: Fri, 18 Jul 2025 13:48:03 -0700 Subject: [PATCH 1/3] Clarify that SDKAnalysisLevel impacts more than just this warning --- docs/reference/errors-and-warnings/NU1302.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/errors-and-warnings/NU1302.md b/docs/reference/errors-and-warnings/NU1302.md index 8e2d44615..af75f6b83 100644 --- a/docs/reference/errors-and-warnings/NU1302.md +++ b/docs/reference/errors-and-warnings/NU1302.md @@ -51,4 +51,5 @@ Here's how it functions: - For SDK Analysis Level value **below 9.0.100**, using HTTP sources triggers a warning ([NU1803](NU1803.md)). - Starting with SDK Analysis Level **9.0.100 or higher**, HTTP sources result in an error (NU1302) unless `AllowInsecureConnections` is explicitly enabled. - +> [!NOTE] +> Changing SDKAnalysisLevel has other side-effects as well. Refer to the [`SdkAnalysisLevel`](/dotnet/core/project-sdk/msbuild-props#sdkanalysislevel) for a summary of the full scope of .NET SDK features affected. From 1b0bba6763ae3ebf4430423d60a4dc61e6eeb106 Mon Sep 17 00:00:00 2001 From: Nikolche Kolev Date: Fri, 18 Jul 2025 13:51:35 -0700 Subject: [PATCH 2/3] cleanup --- docs/reference/errors-and-warnings/NU1302.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/errors-and-warnings/NU1302.md b/docs/reference/errors-and-warnings/NU1302.md index af75f6b83..f91da4407 100644 --- a/docs/reference/errors-and-warnings/NU1302.md +++ b/docs/reference/errors-and-warnings/NU1302.md @@ -52,4 +52,4 @@ Here's how it functions: - Starting with SDK Analysis Level **9.0.100 or higher**, HTTP sources result in an error (NU1302) unless `AllowInsecureConnections` is explicitly enabled. > [!NOTE] -> Changing SDKAnalysisLevel has other side-effects as well. Refer to the [`SdkAnalysisLevel`](/dotnet/core/project-sdk/msbuild-props#sdkanalysislevel) for a summary of the full scope of .NET SDK features affected. +> 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. From 1d4c361e341c0ce08bc559e0c3cb86886545e68d Mon Sep 17 00:00:00 2001 From: Nikolche Kolev Date: Wed, 23 Jul 2025 10:54:23 -0700 Subject: [PATCH 3/3] Update docs/reference/errors-and-warnings/NU1302.md --- docs/reference/errors-and-warnings/NU1302.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/errors-and-warnings/NU1302.md b/docs/reference/errors-and-warnings/NU1302.md index f91da4407..8bbecf34e 100644 --- a/docs/reference/errors-and-warnings/NU1302.md +++ b/docs/reference/errors-and-warnings/NU1302.md @@ -51,5 +51,5 @@ Here's how it functions: - For SDK Analysis Level value **below 9.0.100**, using HTTP sources triggers a warning ([NU1803](NU1803.md)). - Starting with SDK Analysis Level **9.0.100 or higher**, HTTP sources result in an error (NU1302) unless `AllowInsecureConnections` is explicitly enabled. -> [!NOTE] +> [!WARNING] > 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.