Released 10 December 2024, Version 6.3.0, build 7959
Download available only via NuGet
Documentation and samples can be found here.
(Possibly) breaking changes:
-
The Falcon exception classes do not support binary serialization any more as this is considered obsolete.
-
The default Factory is now set to the Log4net logger only if all the following applies:
- the file log4net.dll is present in the application base directory
- the .NET system is not based on Mono
- either the log4net assembly already is loaded in the process or the .NET system is .NET Framework 4.8
If this does not apply the NullLoggerFactory is set instead. This avoids problems on systems where log4net may not work properly (as has been reported for Mono or MAUI on Android). Of course, you can still set Factory to Log4NetLoggerFactory or a user-supplied logger factory manually.