-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
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
(already hotfixed) Fixed: Mixing AddDebug() with a file based NLog configuration no longer works #485
Conversation
Thanks! |
Maybe this should be 4.8.6? (So to master) |
Depends on how far ver. 4.9.0 is from being complete. Would have to be a custom commit, since this cannot be merged to master. |
Well I like to have the docs and .NET Core 3 things ready for 4.9. Unfortunately I have issues with asp.net core on my machine, so that stalls everything (also the Travis issue is a blocker, maybe skip that one for now) I will cherry-pick this bugfix for 4.8.6. now as I think it's important to not force a minor upgrade for a fix. |
note: fixed in 4.8.6 with #487 |
Looks like the same fix has to be made for NLog.Extensions.Hosting (Not NLog.Extension.Logging). Sorry about this
|
Created PR NLog/NLog.Extensions.Logging#350 |
Fixed bug introduced with IServiceCollection.Replace. Instead use TryAddEnumerable
Bug was introduced in NLog.Web.AspNetCore ver. 4.8.5 by #459
Also updated the obsolete-descriptions