PPWCode.Host.Core.WebApi
3.0.0
dotnet add package PPWCode.Host.Core.WebApi --version 3.0.0
NuGet\Install-Package PPWCode.Host.Core.WebApi -Version 3.0.0
<PackageReference Include="PPWCode.Host.Core.WebApi" Version="3.0.0" />
paket add PPWCode.Host.Core.WebApi --version 3.0.0
#r "nuget: PPWCode.Host.Core.WebApi, 3.0.0"
// Install PPWCode.Host.Core.WebApi as a Cake Addin #addin nuget:?package=PPWCode.Host.Core.WebApi&version=3.0.0 // Install PPWCode.Host.Core.WebApi as a Cake Tool #tool nuget:?package=PPWCode.Host.Core.WebApi&version=3.0.0
The PPWCode Host.Core.WebApi library
Product | Versions 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. |
-
net6.0
- Castle.Windsor (>= 5.1.1)
- NHibernate (>= 5.5.1)
- PPWCode.API.Core (>= 1.3.0)
- PPWCode.Server.Core (>= 2.0.0)
- System.Configuration.ConfigurationManager (>= 6.0.1)
-
net8.0
- Castle.Windsor (>= 5.1.1)
- NHibernate (>= 5.5.1)
- PPWCode.API.Core (>= 1.3.0)
- PPWCode.Server.Core (>= 2.0.0)
- System.Configuration.ConfigurationManager (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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
3.0.0 Breaking change (switch versioning package, see https://github.com/dotnet/aspnet-api-versioning/wiki/Migration)
Upgrade PPWCode packages