Currently Bindicate uses reflection and assembly scanning to register decorated services and options.
For large applications this could have an impact on performance on startup.
Perhaps we can take a look at source generators, maybe we can generate the IServiceCollection implementation - is the impect significant enough to try this out?
Currently Bindicate uses reflection and assembly scanning to register decorated services and options.
For large applications this could have an impact on performance on startup.
Perhaps we can take a look at source generators, maybe we can generate the IServiceCollection implementation - is the impect significant enough to try this out?