blazor-workshop
blazor-workshop copied to clipboard
Blazor workshop
I'm following the guides in sequence, and I think I've discovered an issue somewhere. When following the guides in sequence, 05-checkout-with-validation.md's [Adding server-side validation](https://github.com/dotnet-presentations/blazor-workshop/blob/main/docs/05-checkout-with-validation.md#adding-server-side-validation) section says I should be able...
Minimal APIs were added to the project without documenting them completely in the lessons. In addition, some steps included duplicate code implemented in both classic Controller and Minimal APIs. See:...
Hello. I am using VS2022 with NET 7.0 I followed the workshop ok from 00-get-started up to 06-authentication. I couldn't get the AuthorizeView component to show up properly (only showed...
Push notifications where not showing on Safari because of a restriction from Apple. This has been discussed in this [issue](https://github.com/web-push-libs/webpush-java/issues/201#issuecomment-1443427513).
I rewrote the main app, upgrading to .NET 8. It functions identically as before however, I did take some liberties. In this PR: - Upgraded _leaflet_ to the latest stable...