Github user NicolasPerego commented on the issue:
https://github.com/apache/logging-log4net/pull/14
I don't think it's needed anymore with Neststandard 2.0 to modify the file
"log4net.Config.XmlConfigurator" like this :
https://github.com/apache/logging-log4net/blob/master/src/Config/XmlConfigurator.cs#L164,
because in Netstandard 2.0 you can use "Assembly.GetCallingAssembly()".
As example, it's needed to use log4net with Common.Logging (see
net-commons/common-logging#167) in ASP.NET Core 2.0.
I tried successfully to remove the "#if !NETSTANDARD1_3" of the file,
recompile and use the modified dll with Common.Logging and it works fine.
Maybe I'm missing something here, but it maybe is a good idea to revert
this change ? Thanx..
(first msg deleted by mistake)
---