-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
JsonLayout - IncludeMdc and IncludeMdlc #2109
JsonLayout - IncludeMdc and IncludeMdlc #2109
Conversation
ffd634b
to
9542609
Compare
Codecov Report
@@ Coverage Diff @@
## master #2109 +/- ##
=======================================
+ Coverage 81% 81% +<1%
=======================================
Files 289 289
Lines 19957 19983 +26
Branches 2360 2364 +4
=======================================
+ Hits 16176 16239 +63
+ Misses 3175 3137 -38
- Partials 606 607 +1 |
39cc30c
to
064b748
Compare
f190057
to
772c0cf
Compare
772c0cf
to
b8fd4c8
Compare
Guess something is wrong with NuGet. Recommended workaround is to upgrade to NuGet 3.5 and amend the nuget restore command like this:
http://help.appveyor.com/discussions/problems/6660-nuget-packages-sporadically-failing-to-download |
thx, will do a restart for now |
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.
thx!
@@ -126,15 +126,13 @@ internal static string XmlConvertToString(object value) | |||
/// <param name="value">Object value</param> | |||
/// <param name="objTypeCode">Object TypeCode</param> | |||
/// <returns>Object value converted to string</returns> | |||
internal static string XmlConvertToString(object value, out TypeCode objTypeCode) |
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.
nice improvement :)
👍 👍 @snakefoot |
If IncludeMdc or IncludeMdlc is true then the layout is no longer ThreadAgnostic. |
I think you're right! |
Could you please create a new issue? It's OK to keep the description short. Thanks! |
Partial fix for #2108 (Missing NDC)