We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As this is the recommendation nowadays
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection?view=aspnetcore-3.1
The text was updated successfully, but these errors were encountered:
e.g. LoadConfigurationFromSection , AddNLogWeb
Sorry, something went wrong.
I really should create a PR for this :)
We have already 3 namespaces
using NLog; using NLog.Extensions.Logging; using NLog.Extensions.Hosting;
and we could not move them all to Microsoft.Extensions.DependencyInjection, so this isn't really the way
Microsoft.Extensions.DependencyInjection
No branches or pull requests
As this is the recommendation nowadays
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/dependency-injection?view=aspnetcore-3.1
The text was updated successfully, but these errors were encountered: