Skip to content

Release 5.1.0-beta.9

Pre-release
Pre-release

Choose a tag to compare

@neolution-ch-release-bot neolution-ch-release-bot released this 16 Jul 10:12
· 13 commits to main since this release

Added

  • Added DotNetConsoleLogger.cs static class to provide initialization, access, and shutdown for the logger instance used in console applications.

Changed

  • Fixed loading of appsettings.Development.json during check-deps runs 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 from DotNetConsoleException as formatter-based serialization is no longer supported or recommended in modern .NET.