Conjecture.Interactions.Abstractions 0.29.0

dotnet add package Conjecture.Interactions.Abstractions --version 0.29.0
                    
NuGet\Install-Package Conjecture.Interactions.Abstractions -Version 0.29.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="Conjecture.Interactions.Abstractions" Version="0.29.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Conjecture.Interactions.Abstractions" Version="0.29.0" />
                    
Directory.Packages.props
<PackageReference Include="Conjecture.Interactions.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Conjecture.Interactions.Abstractions --version 0.29.0
                    
#r "nuget: Conjecture.Interactions.Abstractions, 0.29.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.
#:package Conjecture.Interactions.Abstractions@0.29.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Conjecture.Interactions.Abstractions&version=0.29.0
                    
Install as a Cake Addin
#tool nuget:?package=Conjecture.Interactions.Abstractions&version=0.29.0
                    
Install as a Cake Tool

Conjecture.Interactions.Abstractions

Interaction and state-machine contracts for Conjecture property-based testing. Reference this package when building a transport bridge (e.g. Conjecture.Dapper, Conjecture.gRPC). End-user test code should reference Conjecture.Interactions instead.

Who is this for?

Authors implementing a new IInteractionTarget or wrapping InteractionStateMachine<TState> for a transport or protocol not already supported.

Install

dotnet add package Conjecture.Interactions.Abstractions

Types

Type Role
IInteraction Marker interface for all interaction DTOs.
IAddressedInteraction IInteraction with a ResourceName property for dispatch routing.
IInteractionTarget Executes an interaction and returns a result. Implement this for each transport.
InteractionStateMachine<TState> Abstract base for stateful property tests. Subclass and implement InitialState, Commands, RunCommand, and Invariant.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Conjecture.Interactions.Abstractions:

Package Downloads
Conjecture.Interactions

Transport-agnostic interaction abstractions for Conjecture: IInteraction, IInteractionTarget, InteractionStateMachine.

Conjecture.Http

HTTP interaction primitives for Conjecture: HttpInteraction, IHttpTarget, HostHttpTarget, HttpStrategyBuilder.

Conjecture.Messaging

Transport-agnostic messaging interaction primitives for Conjecture: MessageInteraction, IMessageBusTarget.

Conjecture.Grpc

gRPC interaction primitives for Conjecture: GrpcInteraction, IGrpcTarget, GenerateGrpc.

Conjecture.EFCore

Property-based testing for Entity Framework Core. Entity-graph strategies, SaveChanges roundtrip integrity, migration symmetry.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.29.0 243 5/9/2026
0.28.0 227 5/9/2026