Open Issues Need Help
View All on GitHub Software Development • Application Development
Consolidate Service Registration 3 months ago
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#