QaaS.Mocker.CommunicationObjects
2.0.2-alpha.1
This is a prerelease version of QaaS.Mocker.CommunicationObjects.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package QaaS.Mocker.CommunicationObjects --version 2.0.2-alpha.1
NuGet\Install-Package QaaS.Mocker.CommunicationObjects -Version 2.0.2-alpha.1
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.0.2-alpha.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QaaS.Mocker.CommunicationObjects" Version="2.0.2-alpha.1" />
<PackageReference Include="QaaS.Mocker.CommunicationObjects" />
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.0.2-alpha.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: QaaS.Mocker.CommunicationObjects, 2.0.2-alpha.1"
#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.0.2-alpha.1
#: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.0.2-alpha.1&prerelease
#tool nuget:?package=QaaS.Mocker.CommunicationObjects&version=2.0.2-alpha.1&prerelease
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.
Contents
Overview
This repository contains one solution: Qaas.Mocker.CommunicationObjects.sln.
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 |
Functionalities
QaaS.Mocker.CommunicationObjects
CommunicationMethodsgenerates runner-to-mocker and mocker-to-runner channel names.CommunicationMethodsgenerates input/output consumer endpoint names.CommandRequestandCommandResponsedefine command exchange payloads.CommandType,Status, andInputOutputStatedefine communication state enums.ChangeActionStub,TriggerAction,Consume,PingRequest, andPingResponsedefine configuration and ping contracts.
QaaS.Mocker.CommunicationObjects.Tests
- 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
- Official docs: thesmoketeam.github.io/qaas-docs
- CI workflow:
.github/workflows/ci.yml
| Product | Versions 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.
-
net10.0
- QaaS.Framework.SDK (>= 1.2.5-alpha.1)
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.1.1 | 65 | 3/28/2026 |
| 2.1.0 | 126 | 3/25/2026 |
| 2.0.3 | 121 | 3/23/2026 |
| 2.0.2 | 226 | 3/21/2026 |
| 2.0.2-alpha.4 | 159 | 3/22/2026 |
| 2.0.2-alpha.3 | 53 | 3/21/2026 |
| 2.0.2-alpha.2 | 37 | 3/21/2026 |
| 2.0.2-alpha.1 | 43 | 3/21/2026 |
| 2.0.1 | 170 | 3/17/2026 |
| 2.0.0 | 187 | 3/16/2026 |
| 2.0.0-alpha.12 | 70 | 3/15/2026 |
| 2.0.0-alpha.11 | 35 | 3/15/2026 |
| 2.0.0-alpha.10 | 85 | 3/12/2026 |
| 2.0.0-alpha.5 | 80 | 3/11/2026 |
| 2.0.0-alpha.4 | 48 | 3/11/2026 |
| 2.0.0-alpha.3 | 197 | 3/5/2026 |
| 2.0.0-alpha.2 | 33 | 3/5/2026 |
| 2.0.0-alpha.1 | 39 | 3/5/2026 |