Blazor server webapp?
Has anyone tried to spin up a blazor server webapp in linqpad?
It may sound like a crazy idea, but the turn around time of compiling a big project and firing it up each time is getting out of hand.
I'm looking for a way to build quick UI prototypes using blazor so we can quickly experiment with the behaviour of 3rd party blazor components and also send them self contained repro code when there are issues.
Comments
Bump. Sounds like a great idea. I'm quite interested as well.
One of the potential problems probably will be the fact that razor compiler uses source generators which are not supported by LINQPad, but this can be disabled using csproj flag (https://andrewlock.net/using-source-generators-with-blazor-in-dotnet-6/)