Skip to content
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

Merged
merged 1 commit into from
May 17, 2017

Conversation

snakefoot
Copy link
Contributor

Partial fix for #2108 (Missing NDC)

@snakefoot snakefoot force-pushed the JsonLayoutIncludeProperties branch 3 times, most recently from ffd634b to 9542609 Compare May 15, 2017 17:57
@codecov
Copy link

codecov bot commented May 15, 2017

Codecov Report

Merging #2109 into master will increase coverage by <1%.
The diff coverage is 86%.

@@           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

@snakefoot snakefoot force-pushed the JsonLayoutIncludeProperties branch 3 times, most recently from 39cc30c to 064b748 Compare May 15, 2017 18:26
@304NotModified 304NotModified self-requested a review May 15, 2017 18:37
@snakefoot snakefoot force-pushed the JsonLayoutIncludeProperties branch 4 times, most recently from f190057 to 772c0cf Compare May 15, 2017 19:07
@snakefoot snakefoot force-pushed the JsonLayoutIncludeProperties branch from 772c0cf to b8fd4c8 Compare May 15, 2017 19:14
@snakefoot
Copy link
Contributor Author

Guess something is wrong with NuGet. Recommended workaround is to upgrade to NuGet 3.5 and amend the nuget restore command like this:

appveyor-retry nuget restore

http://help.appveyor.com/discussions/problems/6660-nuget-packages-sporadically-failing-to-download

@304NotModified
Copy link
Member

thx, will do a restart for now

Copy link
Member

@304NotModified 304NotModified left a 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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice improvement :)

@304NotModified 304NotModified merged commit 75f0272 into NLog:master May 17, 2017
@304NotModified 304NotModified mentioned this pull request May 25, 2017
3 tasks
@snakefoot
Copy link
Contributor Author

@304NotModified
Copy link
Member

👍 👍 @snakefoot

@aheubusch
Copy link

If IncludeMdc or IncludeMdlc is true then the layout is no longer ThreadAgnostic.

@304NotModified
Copy link
Member

I think you're right!

@304NotModified
Copy link
Member

Could you please create a new issue? It's OK to keep the description short. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants