Elban
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?4 replies
.NET 8 Wasm/Server Browser Error
After Updating my old Wasm/Server Side hosting model to the new .NET 8 included one I get errors I can't debug:
Browser Error:
Uncaught (in promise) Error: Failed to start platform. Reason: TypeError: Cannot read properties of undefined (reading 'AspNetCore')
at ei (blazor.web.js:1:163657)
My Server Middlewares and maps:
my Client program.cs:
2 replies