Skip to content

Commit 7388c6d

Browse files
committed
Downgrade buildless TSP warnings to notes
1 parent 139e09d commit 7388c6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ private bool CheckFeeds(out HashSet<string> explicitFeeds)
667667
"Found unreachable Nuget feed in C# analysis with build-mode 'none'",
668668
visibility: new DiagnosticMessage.TspVisibility(statusPage: true, cliSummaryTable: true, telemetry: true),
669669
markdownMessage: "Found unreachable Nuget feed in C# analysis with build-mode 'none'. This may cause missing dependencies in the analysis.",
670-
severity: DiagnosticMessage.TspSeverity.Warning
670+
severity: DiagnosticMessage.TspSeverity.Note
671671
));
672672
}
673673
compilationInfoContainer.CompilationInfos.Add(("All Nuget feeds reachable", allFeedsReachable ? "1" : "0"));

csharp/ql/integration-tests/posix-only/standalone_dependencies_nuget_config_error_timeout/diagnostics.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
{
3030
"markdownMessage": "Found unreachable Nuget feed in C# analysis with build-mode 'none'. This may cause missing dependencies in the analysis.",
31-
"severity": "warning",
31+
"severity": "note",
3232
"source": {
3333
"extractorName": "csharp",
3434
"id": "csharp/autobuilder/buildless/unreachable-feed",

csharp/ql/integration-tests/posix-only/standalone_dependencies_nuget_config_fallback/diagnostics.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
{
3030
"markdownMessage": "Found unreachable Nuget feed in C# analysis with build-mode 'none'. This may cause missing dependencies in the analysis.",
31-
"severity": "warning",
31+
"severity": "note",
3232
"source": {
3333
"extractorName": "csharp",
3434
"id": "csharp/autobuilder/buildless/unreachable-feed",

0 commit comments

Comments
 (0)