Poll: Dropping net462 Support in log4net #267
Pinned
FreeAndNil
started this conversation in
Polls
Replies: 1 comment 1 reply
-
I don't have a problem with removing net462 support, but it might be worthwhile to do a major version increment at the same time, to prevent someone with a legacy system from accidentally upgrading to a non-supported package, and to make it clear that there's a major breaking change (especially with removal of appenders). Also, that would conform to semver - breaking changes should require a new major version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With the recent changes in the Mono Project and the removal of Mono from GitHub Actions macOS images, we are considering dropping support for
net462
in log4net.Background
net462
across Linux and macOS is becoming impractical.Proposed change
net462
.netstandard2.0
, which works with:Impact
The following appenders would be removed since they are not compatible with
netstandard
:AspNetTraceAppender
EventLogAppender
Request for feedback
We’d like to hear from the community, especially developers who:
net462
supportYour input will help us evaluate whether this change is reasonable for the next major release of log4net.
9 votes ·
Beta Was this translation helpful? Give feedback.
All reactions