dotnet-presentations / blazor-workshop

Blazor workshop
https://aka.ms/blazorworkshop
MIT License
3.5k stars 1.55k forks source link

Minimal APIs were added without documentation #364

Open EdCharbeneau opened 1 year ago

EdCharbeneau commented 1 year ago

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: NotificationsController.