PPWCode.Host.Core.WebApi 2.1.0

dotnet add package PPWCode.Host.Core.WebApi --version 2.1.0
NuGet\Install-Package PPWCode.Host.Core.WebApi -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PPWCode.Host.Core.WebApi" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PPWCode.Host.Core.WebApi --version 2.1.0
#r "nuget: PPWCode.Host.Core.WebApi, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PPWCode.Host.Core.WebApi as a Cake Addin
#addin nuget:?package=PPWCode.Host.Core.WebApi&version=2.1.0

// Install PPWCode.Host.Core.WebApi as a Cake Tool
#tool nuget:?package=PPWCode.Host.Core.WebApi&version=2.1.0

The PPWCode Host.Core.WebApi library

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 65 4/10/2024
2.0.0 415 2/6/2024
1.3.0 1,757 4/22/2022
1.2.1 686 3/2/2022
1.1.0 505 10/17/2021
1.0.1 643 6/21/2021
1.0.0 564 11/19/2020

1.0.0 Initial release
1.0.1 Bugfix in check for http status code of response.
1.1.0 Add transaction support through TransactionalAttribute
1.2.0 Target .net core 3.1, .net 5.0, .net 6.0
1.2.1 Upgrade to stable version PPWCode.Server.Core
1.3.0 Upgrading dependencies
2.0.0 Fix faults introduced when using Asp.Net Core in special cases
* fix: sometimes a Db transaction was committed after sending the request to the client
* fix: sometimes a Db constraints wasn't translated properly to the correct payload
* improvement: filters can now be used as intended, using AddService<>
* improvement: a IoC scope is now created using a specific middleware
2.1.0 Upgrading dependencies, Target .net 6.0, .net 8.0
     Remove support for .net core 3.1, .net 5.0