apache / logging-log4net

Apache Log4net is a versatile, feature-rich, efficient logging API and backend for .NET
https://logging.apache.org/log4net
Apache License 2.0
849 stars 324 forks source link

Add support for nullable annotations #124

Closed FreeAndNil closed 3 months ago

FreeAndNil commented 6 months ago

Public classes and interfaces should get nullable annotations so that callers will be warned when passing null values.

List of breaking changes

129 - Part 4 of nullable and modernization