atomsmith opened a new pull request #70:
URL: https://github.com/apache/logging-log4net/pull/70


   This PR resolves the .NET Standard non-Windows username query issue in a 
different way: instead of trapping the PlatformNotSupportedException, it 
proactively queries whether a Windows or non-Windows platform is present. In 
the former case, the existing username logic is retained. In the latter case, 
the username is obtained through an environment query. The platform exception 
check that was added for .NET Standard 2.0 on non-Windows is no longer needed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to