Flohack74 opened a new pull request, #256: URL: https://github.com/apache/logging-log4net/pull/256
When log4net is used in an AssemblyLoadContext that should be unloaded, log4net blocks the unloading since it subscribed to event handlers from the default load context. This PR aims to cleanup the 2 subscriptions that most likely cause this behaviour. Related discussion here: https://github.com/dotnet/runtime/issues/116142 also contains a working demo of the problem. Note that I did not fully test the solution yet. But this cleanup is a good measure in any case. -- 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-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org