Howard Richards
Howard Richards
It doesn't need porting - it works on .NET 3.1, .NET 5 and .NET 6 preview. I used the getting started instructions, worked fine.
@madskristensen - is there a reason this is still pre-release? Seems to work fine in .NET 3.x, 5 and 6
Thanks - a great tool to replace WebCompile with!
Tick the "Include Prerelease" - its still marked as beta (not sure why)
Is this a Blazor WASM or Blazor Server application? If Blazor Server then the error should be logged in Elmah, as it occurs on the server. If it's a Blazor...
Had a quick look at this again. The new [`` component](https://docs.microsoft.com/en-us/aspnet/core/blazor/fundamentals/handle-errors?view=aspnetcore-6.0#error-boundaries) in .NET 6 can be useful here. It normally is used to wrap components that might have issues on...
Thanks for the reply - yes I'll try to submit a PR for the upgrade. I tried to create a Razor view with a `@functions` block and a method that...
Sorry work commitments since everyone came back has put it on the back burner. Feel free to close this issue if you wish.
Thanks for the contribution! I've had the async issue and the previous PR #30 on my to-do list for a while. I'll review the contribution and if everything checks out,...
I noticed the Flight Finder sample was still on an old preview version so have updated to current 3.2.1 release