You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2020/10/10 03:43:21 UTC

[GitHub] [logging-log4net] atomsmith opened a new pull request #70: Fixes LOG4NET-652 while providing non-Windows username capability

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:
users@infra.apache.org



[GitHub] [logging-log4net] fluffynuts commented on pull request #70: Fixes LOG4NET-652 while providing non-Windows username capability

Posted by GitBox <gi...@apache.org>.
fluffynuts commented on pull request #70:
URL: https://github.com/apache/logging-log4net/pull/70#issuecomment-711256205


   Thanks for the contribution. This has been resolved in master and I have a release pending a vote on the dev lists for 2.0.12.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [logging-log4net] fluffynuts closed pull request #70: Fixes LOG4NET-652 while providing non-Windows username capability

Posted by GitBox <gi...@apache.org>.
fluffynuts closed pull request #70:
URL: https://github.com/apache/logging-log4net/pull/70


   


----------------------------------------------------------------
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:
users@infra.apache.org