AI Unified Process for the C# / Blazor .NET 10 stack - migrations, implementation, tests
90
87%
Does it follow best practices?
Impact
100%
1.03xAverage score across 3 eval scenarios
Passed
No findings from the security scan
An engineering team building a .NET 10 Blazor application has derived their entity model at docs/entity_model.md and use case specification at docs/use-cases/UC-010-browse-product-catalog.md.
The project is structured as a .NET 10 Web Application using Vertical Slice Architecture under Features/.
Implement UC-010 end to end under Features/UC010_BrowseProductCatalog/:
BrowseProductCatalogPage.razor & .razor.cs Blazor components.BrowseProductCatalogQuery.cs & BrowseProductCatalogHandler.cs handling data fetching.Product entity.Do not create any test files — that is handled by separate testing skills.