> That is true. Ownership transfer is on the to do list.
Ah, good news is there is a workaround that we can build the extension project as part of the same solution as log4net project. Once we get package publishing sorted out, we can use it. I have issued the pull request: https://github.com/apache/log4net/pull/32 (with instructions how to test it on Unix and Windows) > Are there other logging framework that have been candidated or are already > part of .net core? Yup, as noted in my first post in this thread, all the major Logging providers are supporting the aspnet interface. Here is the list: https://github.com/aspnet/Logging/blob/dev/README.md#providers. The interface itself has its limitations, but there is still a potential to provide this extension so to provide the opt-in experience for aspnet core apps. ________________________________ From: Dominik Psenner <dpsen...@gmail.com> Sent: Saturday, August 20, 2016 11:00:57 PM To: Log4NET Dev Cc: Stefan Bodewig Subject: Re: Proposal - log4net extensions pacakge for ASP.NET Core That is true. Ownership transfer is on the to do list. The actual problem is that log4net has, by ASF standards, not the manpower to survive. There should be 3 active developers on the project, otherwise a project should be retired and put to attic. Attic can be seen as a dormant state of the project. Are there other logging framework that have been candidated or are already part of .net core? On 21 Aug 2016 12:49 a.m., "Dangling Pointer" <danglingpoin...@outlook.com<mailto:danglingpoin...@outlook.com>> wrote: I am unaware about ownership discussion. Is it so that NuGet package is not owned by the repo maintainers? ________________________________ From: Dominik Psenner <dpsen...@gmail.com<mailto:dpsen...@gmail.com>> Sent: Saturday, August 20, 2016 2:47:52 PM To: Log4NET Dev Cc: Stefan Bodewig Subject: Re: Proposal - log4net extensions pacakge for ASP.NET<http://ASP.NET> Core That would once more bring up the discussion of taking over the ownership of the nuget package. On 20 Aug 2016 4:43 p.m., "Dangling Pointer" <danglingpoin...@outlook.com<mailto:danglingpoin...@outlook.com>> wrote: Thanks Stefan! I am working on extensions package. We need a new version of log4net released on NuGet which support .Net Standard. https://www.nuget.org/packages/log4net/. Can you please release v3 soon? It can be the final RTM or beta / RC. All that matters is it is consumable as a pacakage dependency to extensions. :) Thanks again! ________________________________ From: Stefan Bodewig <bode...@apache.org<mailto:bode...@apache.org>> Sent: Thursday, August 18, 2016 4:16:11 AM To: Dangling Pointer Cc: log4net-dev@logging.apache.org<mailto:log4net-dev@logging.apache.org> Subject: Re: Proposal - log4net extensions pacakge for ASP.NET<http://ASP.NET> Core On 2016-08-15, Dangling Pointer wrote: > Placing the extension under extensions directory of log4net repo would > work as well. :) Cool, patches welcome :-) Seriously, I'm currently spending the little development time I have available on trying to get the release process working so that it includes the .NET Core assembly. Any help - not only with the extension package - is really appreciated. Stefan