VOOZH about

URL: https://www.nuget.org/packages/QaaS.Mocker.CommunicationObjects/

⇱ NuGet Gallery | QaaS.Mocker.CommunicationObjects 2.3.3




QaaS.Mocker.CommunicationObjects 2.3.3

dotnet add package QaaS.Mocker.CommunicationObjects --version 2.3.3
 
 
NuGet\Install-Package QaaS.Mocker.CommunicationObjects -Version 2.3.3
 
 
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="QaaS.Mocker.CommunicationObjects" Version="2.3.3" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QaaS.Mocker.CommunicationObjects" Version="2.3.3" />
 
Directory.Packages.props
<PackageReference Include="QaaS.Mocker.CommunicationObjects" />
 
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 QaaS.Mocker.CommunicationObjects --version 2.3.3
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: QaaS.Mocker.CommunicationObjects, 2.3.3"
 
 
#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 QaaS.Mocker.CommunicationObjects@2.3.3
 
 
#: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=QaaS.Mocker.CommunicationObjects&version=2.3.3
 
Install as a Cake Addin
#tool nuget:?package=QaaS.Mocker.CommunicationObjects&version=2.3.3
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

QaaS.Mocker.CommunicationObjects

Shared contracts and routing helpers used as the communication layer between QaaS.Mocker and QaaS.Runner.

👁 CI
👁 Line Coverage
👁 Branch Coverage
👁 Docs
👁 .NET

Contents

Overview

This repository contains one solution: .

The solution is split into:

  • One package project with shared communication contracts and deterministic routing key builders.
  • One test project validating routing and command payload mapping behavior.

Packages

Package Latest Version Total Downloads
QaaS.Mocker.CommunicationObjects 👁 NuGet
👁 Downloads

Functionalities

  • CommunicationMethods generates runner-to-mocker and mocker-to-runner channel names.
  • CommunicationMethods generates input/output consumer endpoint names.
  • CommandRequest and CommandResponse define command exchange payloads.
  • CommandType, Status, and InputOutputState define communication state enums.
  • ChangeActionStub, TriggerAction, Consume, PingRequest, and PingResponse define configuration and ping contracts.
  • Verifies deterministic route generation and lower-casing behavior.
  • Verifies command payload assignment logic in AppendObjectToRelevantCommandConfig.
  • Verifies behavior for unknown command values and invalid cast scenarios.

Quick Start

Install package:

dotnet add package QaaS.Mocker.CommunicationObjects

Update package:

dotnet add package QaaS.Mocker.CommunicationObjects --version <TARGET_VERSION>
dotnet restore

Build and Test

dotnet restore Qaas.Mocker.CommunicationObjects.sln
dotnet build Qaas.Mocker.CommunicationObjects.sln -c Release --no-restore
dotnet test Qaas.Mocker.CommunicationObjects.sln -c Release --no-restore --maxcpucount

Documentation

Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 (2)

Showing the top 2 NuGet packages that depend on QaaS.Mocker.CommunicationObjects:

Package Downloads
QaaS.Runner.Sessions

Session runtime orchestration for QaaS runner workflows.

QaaS.Mocker.Controller

Redis-backed control plane for managing QaaS mocker server actions and runtime state.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.3.3 64 6/15/2026
2.3.2 84 6/15/2026
2.3.1 277 6/7/2026
2.3.0 161 5/27/2026
2.2.3 214 5/19/2026
2.2.2 340 4/13/2026
2.2.1 109 4/11/2026
2.2.0 205 3/31/2026
2.1.1 184 3/28/2026
2.1.0 167 3/25/2026
2.0.3 147 3/23/2026
2.0.2 252 3/21/2026
2.0.2-alpha.4 183 3/22/2026
2.0.2-alpha.3 76 3/21/2026
2.0.2-alpha.2 61 3/21/2026
2.0.2-alpha.1 63 3/21/2026
2.0.1 195 3/17/2026
2.0.0 211 3/16/2026
2.0.0-alpha.12 91 3/15/2026
2.0.0-alpha.11 57 3/15/2026
Loading failed