-
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
.NET 4.6.1 + ASP.NET Core 2 support #223
Conversation
Btw. curious about ASP_NET_CORE. Since the whole project is for AspNetCore what does this define mean? Was the intention that it should only be used for NetStandard13 + NetStandard15 + NetStandard20 ? (Right now it is also enabled also for net451 + net461) Are there places where NetStandard2.0 should use full NetFramework logic instead of only ASP_NET_CORE ? Maybe rename ASP_NET_CORE to just NETCORE1_0 like in NLog/NLog.Extensions.Logging#171 |
The code is also shared for NLog.Web (ASP.NET non-core)
Maybe, but lower prio for now I think |
update:this needs an update on NLog.Extensions.Logging -> NLog/NLog.Extensions.Logging#172 |
@304NotModified When introducing net461, then it will have the same issue as net451. See also #222 |
@304NotModified net461 now has an explicit reference to NLog:
This should not be necessary. It should come from NLog.Extensions.Logging ver 1.0.0-rtm-rc3 |
@snakefoot thanks! It was a temporary trick to advoid updating nlog.extensions.logging - I was under the impression it worked, but the "build succeeded" on my machine was a false positive. |
e548b1b
to
d5bf165
Compare
Codecov Report
@@ Coverage Diff @@
## master #223 +/- ##
=====================================
- Coverage 59% 58% -1%
=====================================
Files 29 29
Lines 395 395
Branches 92 92
=====================================
- Hits 233 231 -2
Misses 126 126
- Partials 36 38 +2
Continue to review full report at Codecov.
|
needs rebase on master after merge #224 |
1cd347b
to
ad05d98
Compare
rebase done |
ad05d98
to
0a7371c
Compare
@snakefoot any idea? in the master it also shows |
ah I think it is xunit/xunit#1573 |
b2eff02
to
75ab6ca
Compare
75ab6ca
to
3cdae81
Compare
Fixes #208