Changelog
2.1.0
Features
-
Add refinements of
ProgrammingErrorfor use in backends that offer an external api-
InternalProgrammingError, used for a programming error in the backend internally; in the context of an HTTP api this would result in response status code500 -
ApiUsageError, used for a programming error related to the usage of the external api; the api is called but the preconditions of the api call are not fullfilled; in the context of an HTTP api this would result in response status code400
-
2.0.0
Changes
-
Supported targets:
.NET standard 2.0,.NET 8.0,.NET 9.0,.NET 10.0and .NET full framework (explicit support for4.6.2,4.7,4.7.1,4.7.2,4.8,4.8.1) -
Build and publish workflows on GitHub actions
-
Upgraded dependencies
-
Initial version of documentation, available on PPWCode .NET Docs