This is an automated email from the ASF dual-hosted git repository.
FreeAndNil pushed a change to branch Feature/305-dotnet-10-build-cleanup
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
discard 87bb3d2e Run CI on the latest runner images (#305)
discard fd8b97f7 Update BUILDING.md to match the actual build
discard bc298db9 Quieten the TelnetAppender test
discard 61268885 Fix the log4net.Ext.Mail package readme
discard 40c2c476 Stop the release scripts on failed steps
discard 7fc8f26a Build the container image from the .NET 10 SDK image
discard 9648bcaa Build net4x without Mono
discard 14f09c09 Target .NET 10 / C# 14 for tests
add 69622d9b Target .NET 10 / C# 14 for tests
add 915c0342 Build net4x without Mono
add 88e881d4 Build the container image from the .NET 10 SDK image
add d7912e49 Stop the release scripts on failed steps
add c3da47c3 Fix the log4net.Ext.Mail package readme
add 9c9fb168 Quieten the TelnetAppender test
add dc1b0928 Update BUILDING.md to match the actual build
add 2924e872 Run CI on the latest runner images (#305)
add 68b9a4d1 Remove the Mono guards from the tests (#305) - Utils.IsMono
and Utils.InconclusiveOnMono are gone, along with all 15 call sites. The net462
tests run only on Windows now and the net10.0 tests run on .NET 10, so the
guard could never fire. - SystemInfo.IsMono in the library is deliberately
untouched: it detects the runtime executing log4net, which can still be Mono.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (87bb3d2e)
\
N -- N -- N refs/heads/Feature/305-dotnet-10-build-cleanup
(68b9a4d1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
src/changelog/3.4.0/305-build-net4x-without-mono.xml | 4 +++-
src/log4net.Tests/Appender/RollingFileAppenderTest.cs | 10 ----------
.../Appender/SmtpPickupDirAppenderTest.cs | 3 ---
src/log4net.Tests/Core/LoggingEventTest.cs | 2 --
src/log4net.Tests/Utils.cs | 19 -------------------
5 files changed, 3 insertions(+), 35 deletions(-)