-
Notifications
You must be signed in to change notification settings - Fork 151
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
Added NLogProviderOptions.IncludeActivtyIdsWithBeginScope, added .NET 5 build, move tests to .NET Core LTS #456
Conversation
c179c30
to
ef86f11
Compare
c629582
to
f578f25
Compare
Codecov Report
@@ Coverage Diff @@
## master #456 +/- ##
===========================================
- Coverage 82.09% 60.40% -21.70%
===========================================
Files 14 13 -1
Lines 1212 1096 -116
Branches 202 194 -8
===========================================
- Hits 995 662 -333
- Misses 144 374 +230
+ Partials 73 60 -13
Continue to review full report at Codecov.
|
test/NLog.Extensions.Logging.Tests/NLog.Extensions.Logging.Tests.csproj
Outdated
Show resolved
Hide resolved
According to this the TFM should be "net5.0" So changed that also. |
@snakefoot please let me know if you're still happy with the changes :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
great! |
Created unit test #463 for |
Thanks! |
Attempt to resolve #445