mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
43 lines
1.6 KiB
Plaintext
43 lines
1.6 KiB
Plaintext
{
|
|
"markdownMessage": "C# analysis with build-mode 'none' completed.",
|
|
"severity": "unknown",
|
|
"source": {
|
|
"extractorName": "csharp",
|
|
"id": "csharp/autobuilder/buildless/complete",
|
|
"name": "C# analysis with build-mode 'none' completed"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": false,
|
|
"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
|
|
}
|
|
}
|
|
{
|
|
"markdownMessage": "On platforms with case-sensitive file systems, NuGet only accepts files with one of the following names: nuget.config, NuGet.config, NuGet.Config.\n\nCodeQL found the following files while performing an analysis on a platform with a case-sensitive file system:\n\n- `<test-root-directory>/sub-project/Nuget.Config`\n\nTo avoid unexpected results, rename these files to match the casing of one of the accepted filenames.",
|
|
"severity": "warning",
|
|
"source": {
|
|
"extractorName": "csharp",
|
|
"id": "csharp/autobuilder/buildless/case-sensitive-nuget-config",
|
|
"name": "Found NuGet configuration files which are not correctly named"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": true,
|
|
"telemetry": true
|
|
}
|
|
}
|