AI Unified Process plugin for C# and Blazor on .NET 10
88
87%
Does it follow best practices?
Impact
93%
0.95xAverage 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.