This is an automated email from the ASF dual-hosted git repository.
davydm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
from de27800a Merge pull request #83 from
apache/dependabot/npm_and_yarn/minimist-1.2.6
new 882be824 :wrench: finally give up on net35-client - it's seemingly
impossible to target on any modern machine and is only valid for winxp targets
new cd73c0f2 :wrench: don't sign the test project - there's no need and it
prevents using unsigned dependencies like NExpect
new 84a4d0c8 :white_check_mark: prove that FixingFlags.All contains all
other valid fixing flags
new 2c44d647 :bug: should lock hashtables for write (LOG4NET-646)
new dd6e40ac :white_check_mark: add test trying to repro LOG4NET-684, but
the issue doesn't repro
new 730d7bf6 :white_check_mark: try to repro LOG4NET-611, but no go
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
package-lock.json | 8094 +++++++++++++++++---
package.json | 2 +-
.../log4net-611-lib/DerivedAppender.cs | 8 +
.../log4net-611-lib/log4net-611-lib.csproj | 15 +
.../log4net-611-main/Program.cs | 48 +
.../log4net-611-main.csproj} | 12 +-
.../log4net-611-main/log4net.config | 28 +
src/log4net.Tests/Context/ThreadContextTest.cs | 352 +-
src/log4net.Tests/Core/FixingTest.cs | 19 +
src/log4net.Tests/log4net.Tests.csproj | 20 +-
src/log4net.sln | 21 +-
src/log4net/ObjectRenderer/RendererMap.cs | 51 +-
src/log4net/log4net.csproj | 17 +-
13 files changed, 7509 insertions(+), 1178 deletions(-)
create mode 100644 src/integration-testing/log4net-611-lib/DerivedAppender.cs
create mode 100644
src/integration-testing/log4net-611-lib/log4net-611-lib.csproj
create mode 100644 src/integration-testing/log4net-611-main/Program.cs
copy src/integration-testing/{log4net-672/log4net-672.csproj =>
log4net-611-main/log4net-611-main.csproj} (50%)
create mode 100644 src/integration-testing/log4net-611-main/log4net.config