You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"markdownMessage": "C# analysis with build-mode 'none' completed.",
3
+
"severity": "unknown",
4
+
"source": {
5
+
"extractorName": "csharp",
6
+
"id": "csharp/autobuilder/buildless/complete",
7
+
"name": "C# analysis with build-mode 'none' completed"
8
+
},
9
+
"visibility": {
10
+
"cliSummaryTable": true,
11
+
"statusPage": false,
12
+
"telemetry": true
13
+
}
14
+
}
15
+
{
16
+
"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.",
17
+
"severity": "note",
18
+
"source": {
19
+
"extractorName": "csharp",
20
+
"id": "csharp/autobuilder/buildless/mode-active",
21
+
"name": "C# was extracted with build-mode set to 'none'"
22
+
},
23
+
"visibility": {
24
+
"cliSummaryTable": true,
25
+
"statusPage": true,
26
+
"telemetry": true
27
+
}
28
+
}
29
+
{
30
+
"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.",
0 commit comments