mirror of
https://github.com/github/codeql.git
synced 2026-08-05 01:43:23 +02:00
We now produce output using the CodeQL CLI, which ignores empty properties during serialization.
29 lines
1023 B
Plaintext
29 lines
1023 B
Plaintext
{
|
|
"markdownMessage": "CodeQL found some projects which cannot be built with .NET Core:\n\n- `test.csproj`",
|
|
"severity": "warning",
|
|
"source": {
|
|
"extractorName": "csharp",
|
|
"id": "csharp/autobuilder/dotnet-incompatible-projects",
|
|
"name": "Some projects are incompatible with .NET Core"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": true,
|
|
"telemetry": true
|
|
}
|
|
}
|
|
{
|
|
"markdownMessage": "CodeQL was unable to build the following projects using MSBuild:\n\n- `test.csproj`\n\nSet up a [manual build command](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages).",
|
|
"severity": "error",
|
|
"source": {
|
|
"extractorName": "csharp",
|
|
"id": "csharp/autobuilder/msbuild-build-failure",
|
|
"name": "Some projects or solutions failed to build using MSBuild"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": true,
|
|
"telemetry": true
|
|
}
|
|
}
|