Conversation
This version includes a fix for CVE-2018-1285.
|
The .NET Core test run on Ubuntu is now failing; it appears that this is due to an issue in log4net 2.0.10's We have the following options:
(2), i.e. picking a buggy version and skipping tests because of that, seems like the worst option to me. I'm torn between (1) and (3). If (3) is still buggy, it'd be bad to force people to use that version. |
|
@stakx I'd go with option 3, upgrade to 2.0.12. 2.0.10 was released 5 months ago with .11 a month later and .12 another month later, close enough that it is unlikely to be a problem. NuGet will pretty much treat it as a patch version anyway, 2.0.12 nearly has 3 times the number of downloads, and we are making a major release next too. |
Versions 2.0.10 and 2.0.11 appear to be affected by an issue in `Memory- Appender` which breaks two of our unit tests. See https://issues.apache.org/jira/projects/LOG4NET/issues/LOG4NET-649.
No description provided.