Open Issues Need Help
View All on GitHub Consolidate Service Registration about 3 hours ago
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#