Hi, the log4net team is pleased to announce the first preview versions for log4net 3.0.1:
https://github.com/apache/logging-log4net/releases/tag/rc%2F3.0.1-preview.1 https://github.com/apache/logging-log4net/releases/tag/rc%2F3.0.1-preview.2 These previews introduce new features and bug fixes that may address issues you've encountered. The main enhancements are: - https://github.com/apache/logging-log4net/pull/176 - adding sourcelink (https://github.com/dotnet/sourcelink) developers can now easily debug into log4net code without compiling log4net themselves Visual Studio (or VS Code) will download the required source files with the correct commit from GitHub (when enabled in options) - https://github.com/apache/logging-log4net/pull/181 - automate version bumps the manual work for switching to a new version in our git repo was automated in a pwsh-script While these previews are not officially supported, we encourage you to test them and see if they resolve the bugs you've reported on our GitHub site. Your feedback is invaluable and will help us improve the final release. Please visit our GitHub repository to download the previews and for more details on the changes included. Best regards, The log4net Development Team