mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Fix user-facing strings to use "NuGet" instead of "Nuget" and "dotnet" instead of "Dotnet".
29 lines
886 B
Plaintext
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
|
|
}
|
|
}
|