Changelog

1.0.0

Release

Changes

  • Initial release of mark I of new library PPWCode.AspNetCore.Server

  • Supported targets: .NET 8.0, .NET 9.0, .NET 10.0

  • Code built using nullable reference types

  • Use of Microsoft attributes for nullable static analysis

1.0.1

Release

Fixes

  • ApiUsageError was removed as it is included in PPWCode.Vernacular.Exceptions.V (breaking change)

    • the implementation previously included, incorrectly derived from SemanticException, while it should derive from ProgrammingError

  • Renamed OperationCancelledExceptionHandler to OperationCanceledExceptionHandler because of typo (breaking change)

New

  • SemanticExceptionHandler: initial version of exception handler for SemanticException