PactNet.Abstractions
5.0.0
Prefix Reserved
Requires NuGet 3.0 or higher.
dotnet add package PactNet.Abstractions --version 5.0.0
NuGet\Install-Package PactNet.Abstractions -Version 5.0.0
<PackageReference Include="PactNet.Abstractions" Version="5.0.0" />
paket add PactNet.Abstractions --version 5.0.0
#r "nuget: PactNet.Abstractions, 5.0.0"
// Install PactNet.Abstractions as a Cake Addin #addin nuget:?package=PactNet.Abstractions&version=5.0.0 // Install PactNet.Abstractions as a Cake Tool #tool nuget:?package=PactNet.Abstractions&version=5.0.0
Consumer-driven contract testing library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.CSharp (>= 4.7.0)
- System.Net.Http (>= 4.3.4)
- System.Text.Json (>= 8.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on PactNet.Abstractions:
Package | Downloads |
---|---|
PactNet
Consumer-driven contract testing library |
|
PactNet.Output.Xunit
Consumer-driven contract testing library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 31,327 | 10/6/2024 |
5.0.0-beta.3 | 731 | 9/8/2024 |
5.0.0-beta.2 | 99,437 | 2/15/2024 |
5.0.0-beta.1 | 117,623 | 6/29/2023 |
4.6.0-beta.1 | 325 | 5/2/2023 |
4.5.0 | 1,627,002 | 4/9/2023 |
4.4.0 | 254,278 | 2/12/2023 |
4.3.0 | 850,953 | 11/10/2022 |
4.2.1 | 154,759 | 9/18/2022 |
4.2.0 | 33,038 | 9/1/2022 |
4.1.0 | 108,627 | 7/13/2022 |
4.0.0 | 63,656 | 6/6/2022 |
4.0.0-beta.5 | 4,210 | 5/26/2022 |
4.0.0-beta.4 | 553 | 5/20/2022 |
4.0.0-beta.3 | 108,448 | 2/22/2022 |
4.0.0-beta.2 | 360 | 2/16/2022 |
4.0.0-beta.1 | 5,964 | 2/9/2022 |
v5.0.0
- BREAKING CHANGE: Remove obsolete WithNativeBackend calls
- BREAKING CHANGE: Remove obsolete IMessagePact and MessagePact
- BREAKING CHANGE: Refactor verifier to support verifying combined HTTP and message pacts
- BREAKING CHANGE: Replace Newtonsoft with System.Text.Json
- BREAKING CHANGE: Minimum supported .Net Framework version is now 4.6.2 instead of 4.6.1
- feat: Add Pact Specification v4 support
- feat: MacOS ARM64 target is now fully supported
- feat: More efficient and robust messaging interaction verification