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
Software Development Application Development

AI Summary: This issue proposes refactoring the `Program.cs` file to group related service registrations into logical extension methods. Instead of having many individual extension methods, they should be consolidated into broader categories like `AddInfrastructure` or `AddApplication` to improve code organization and readability 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#