csc.exe takes 140 Seconds to build one specific Project
this here is from
dotnet build -bl
the csc took 140ms to build a specific project, while other projects run fine
it has no special dependencies and analyzer, it only has LoggerMessage Source Generator
How can I debug what takes so long to build?2 Replies
also in the MSBuild Structed Log Viewer inside the CoreCompile Target ist only the Csc Task that takes long, somehow I'm in a blackbox and can't figure it out
seems to be an issue with the
CSharpDiagnosticAnalyzerApiUsageAnalyzer
see conversation here:
https://discord.com/channels/143867839282020352/598678594750775301/1308106236004270110Elban
yea it seems to be like the
Microsoft.CodeAnalysis.CSharp.Analyzers, Version=3.3.5.2003
has an issue on my side
Quoted by
<@244878754919219200> from #roslyn (click here)
React with ❌ to remove this embed.