You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C# source generator to automatically create boilerplate dependency injection registrations for configuration options.
4
10
5
11
When using the default dependency injection framework in .NET while following the [options pattern](https://learn.microsoft.com/en-us/dotnet/core/extensions/options), it requires specifying boilerplate configuration code per options type. This source generator takes care of the boilerplate by generating an extension method containing all the boilerplate code. You are only required to specify what matters via attributes on the options types.
0 commit comments