A template for building applications using the Vertical Slice Architecture with .NET 10

1 Open Issue Need Help Last updated: Jan 12, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes refactoring the service registration in `Program.cs` by consolidating numerous individual `Add...` extension methods. The goal is to group these registrations into logical modules or usage-based extensions, such as `AddInfrastructure` or `AddApplication`. This approach aims to maintain a cleaner and more organized entry point as the application scales.

Complexity: 2/5
enhancement good first issue

A template for building applications using the Vertical Slice Architecture with .NET 10

C#