Accept expected diagnostic output

This commit is contained in:
Michael B. Gale
2026-01-30 13:38:50 +00:00
parent 3e0719609f
commit ad2aa6d4f8

View File

@@ -26,3 +26,17 @@
"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
}
}