LGTM.com: C# extraction fails with "MSBUILD : error MSB1025: An internal failure occurred while running MSBuild" #6221
-
Based on this GitHub Community thread. I mainly created this GitHub discussion here because there has not been a response on the GitHub community thread yet, and because the C# extractor is part of this repository so maybe this repository is better suited for this discussion? It appears some C# builds on LGTM.com fail with an internal MSBuild error:
An example for such a project is Building the project using GitHub actions succeeds; and creating the CodeQL database locally (in Linux Docker container) works without issues. Disclaimer: I am not familiar with C# or .NET; I was just curious whether the above mentioned project can be built. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I have seen this error before, but never figured out what causes it. But it seems were are not the only ones, e.g. dotnet/msbuild#5355. Since Code Scanning through Actions will replace lgtm.com, I suggest using that instead. |
Beta Was this translation helpful? Give feedback.
I have seen this error before, but never figured out what causes it. But it seems were are not the only ones, e.g. dotnet/msbuild#5355. Since Code Scanning through Actions will replace lgtm.com, I suggest using that instead.