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 2022/08/08 14:11:41 UTC

[GitHub] [logging-log4net] FreeAndNil opened a new pull request, #91: SystemInfo.EntryAssemblyLocation writable to adjust location for config-files in unit test projects

FreeAndNil opened a new pull request, #91:
URL: https://github.com/apache/logging-log4net/pull/91

   We would like to make SystemInfo.EntryAssemblyLocation so that we can adjust its value for unit test projects.
   .net core sets "testhost.dll" as EntryAssembly.
   
   @fluffynuts Could you please review?


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

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [logging-log4net] FreeAndNil commented on pull request #91: SystemInfo.EntryAssemblyLocation writable to adjust location for config-files in unit test projects

Posted by GitBox <gi...@apache.org>.
FreeAndNil commented on PR #91:
URL: https://github.com/apache/logging-log4net/pull/91#issuecomment-1221555904

   Thank you very much.


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

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [logging-log4net] fluffynuts merged pull request #91: SystemInfo.EntryAssemblyLocation writable to adjust location for config-files in unit test projects

Posted by GitBox <gi...@apache.org>.
fluffynuts merged PR #91:
URL: https://github.com/apache/logging-log4net/pull/91


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

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [logging-log4net] fluffynuts commented on pull request #91: SystemInfo.EntryAssemblyLocation writable to adjust location for config-files in unit test projects

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

   I'm not sure when this will land in a release; I'd like to work around an issue introduced recently which fixes something for pqsql but potentially breaks something for mssql (tho proper config of the latter works around it). Perhaps with that - but I need to set up a proper test scenario first.


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

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [logging-log4net] smx-smx commented on pull request #91: SystemInfo.EntryAssemblyLocation writable to adjust location for config-files in unit test projects

Posted by GitBox <gi...@apache.org>.
smx-smx commented on PR #91:
URL: https://github.com/apache/logging-log4net/pull/91#issuecomment-1352231947

   Just chiming in to say that this also manifests when hosting .NET in C/C++ (via nethost/fxhost) through my .NET loader (https://github.com/smx-smx/EzDotnet)
   If the loaded assembly uses log4net, `Logger.Setup` will fail and logging will not work at all.
   
   This dirty hack works around it, but it's not portable and it can fail when debugging: https://gist.github.com/smx-smx/dc548226bcae16b57f9e6a44ca9d5f99
   
   So i'm also looking forward to the next release 🙂 


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

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [logging-log4net] FreeAndNil commented on pull request #91: SystemInfo.EntryAssemblyLocation writable to adjust location for config-files in unit test projects

Posted by GitBox <gi...@apache.org>.
FreeAndNil commented on PR #91:
URL: https://github.com/apache/logging-log4net/pull/91#issuecomment-1221592232

   No problem. In the meantime I can release a version to our internal Nuget repo.


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

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org