Christian-Schou

Christian-Schou/vertical-slice-api-template

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

1 good first / help-wanted issue · C# · last activity Jan 12, 2026

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
Christian-Schou/vertical-slice-api-template
0

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

C#