Release 5.1.0-beta.9
Pre-release
Pre-release
·
13 commits
to main
since this release
Added
- Added
DotNetConsoleLogger.csstatic class to provide initialization, access, and shutdown for the logger instance used in console applications.
Changed
- Fixed loading of
appsettings.Development.jsonduringcheck-depsruns by forcing the Development environment for dependency validation. - Updated Scrutor to v6.1.0.
- Updated Microsoft.Extensions packages to latest patch versions.
Removed
- Removed obsolete serialization constructor and
[Serializable]attribute fromDotNetConsoleExceptionas formatter-based serialization is no longer supported or recommended in modern .NET.