⚠ Deprecated: Other
As I learned more about using the IHostBuilder/IHost API, I came to realize almost all of what I'd implemented in this assembly could be handled in the IHostBuilder/IHost system. Consequently, I'm deprecating my own assembly. J4JSoftware.DependencyInjection also contained an API for locating files. I've moved this to a new assembly, J4JSoftware.FileUtilities.
Suggested alternative: J4JSoftware.FileUtilities
provides customized IHostBuilder and IHost classes for simplified configuration
$ dotnet add package J4JSoftware.DependencyInjectionProvides a customized IHostBuilder-based system for producing an IHost instance which contain a number of useful services. These include:
Microsoft.AspNetCore.DataProtection)This assembly targets Net 6 and has nullability enabled.
Please see the github documentation for details.