serilog / serilog-enrichers-environment

Enrich Serilog log events with properties from System.Environment.
Apache License 2.0
80 stars 33 forks source link

Use Environment.User* on .NET Standard 2.0 #37

Closed 0xced closed 4 years ago

0xced commented 4 years ago

Using negative target framework conditions to define the ENV_USER_NAME constant so that if a new target framework is added it will automatically opt-in to ENV_USER_NAME.

nblumhardt commented 4 years ago

Thank you :+1:

0xced commented 4 years ago

Thanks for merging! Are you planing to release a new version of the NuGet package?

nblumhardt commented 4 years ago

Opened #38 - thanks for the nudge :-)