Files
codeql/csharp/ql/integration-tests/all-platforms/standalone_failed/diagnostics.expected
Martin Costello 77a6a2d442 Fix user-facing casing of NuGet
Fix user-facing strings to use "NuGet" instead of "Nuget" and "dotnet" instead of "Dotnet".
2025-06-02 09:30:16 +01:00

29 lines
886 B
Plaintext

{
"markdownMessage": "C# analysis with build-mode 'none' failed.",
"severity": "error",
"source": {
"extractorName": "csharp",
"id": "csharp/autobuilder/buildless/failed",
"name": "C# analysis with build-mode 'none' failed"
},
"visibility": {
"cliSummaryTable": true,
"statusPage": true,
"telemetry": true
}
}
{
"markdownMessage": "C# was extracted with build-mode set to 'none'. This means that all C# source in the working directory will be scanned, with build tools, such as NuGet and dotnet CLIs, only contributing information about external dependencies.",
"severity": "note",
"source": {
"extractorName": "csharp",
"id": "csharp/autobuilder/buildless/mode-active",
"name": "C# was extracted with build-mode set to 'none'"
},
"visibility": {
"cliSummaryTable": true,
"statusPage": true,
"telemetry": true
}
}