QaaS.Common.Processors 1.0.1-alpha.6

This is a prerelease version of QaaS.Common.Processors.
There is a newer version of this package available.
See the version list below for details.
dotnet add package QaaS.Common.Processors --version 1.0.1-alpha.6
                    
NuGet\Install-Package QaaS.Common.Processors -Version 1.0.1-alpha.6
                    
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.Common.Processors" Version="1.0.1-alpha.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QaaS.Common.Processors" Version="1.0.1-alpha.6" />
                    
Directory.Packages.props
<PackageReference Include="QaaS.Common.Processors" />
                    
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.Common.Processors --version 1.0.1-alpha.6
                    
#r "nuget: QaaS.Common.Processors, 1.0.1-alpha.6"
                    
#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.Common.Processors@1.0.1-alpha.6
                    
#: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.Common.Processors&version=1.0.1-alpha.6&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=QaaS.Common.Processors&version=1.0.1-alpha.6&prerelease
                    
Install as a Cake Tool

QaaS.Common.Processors

Reusable .NET transaction processors for QaaS mocker workflows.

CI Docs .NET

Contents

Overview

This repository contains one solution: QaaS.Common.Processors.sln.

The solution includes:

QaaS.Common.Processors provides reusable BaseTransactionProcessor<TConfiguration> implementations that can be plugged into QaaS execution pipelines.

Packages

Package Latest Version Total Downloads
QaaS.Common.Processors NuGet Downloads

Functionalities

QaaS.Common.Processors

  • ExampleProcessor: returns a static UTF-8 response body with HTTP status 200.
  • DummyTransactionProcessor: converts request bytes to Base64, injects configured key/value pairs, and returns JSON metadata including request path parameters.
  • GrpcEchoProcessor: resolves paired *Request / *Response types, echoes request Message, sets response Code = 200, and returns byte[] when ToByteArray() exists.
  • StatusCodeTransactionProcessor: returns an empty body with status code from StatusCodeConfiguration.

QaaS.Common.Processors.Tests

  • NUnit tests for all processors and core edge cases.
  • Validation of happy-path behavior and expected exception flows.

Quick Start

Install package:

dotnet add package QaaS.Common.Processors

Update package:

dotnet add package QaaS.Common.Processors --version 1.0.0
dotnet restore

Build and Test

dotnet restore QaaS.Common.Processors.sln
dotnet build QaaS.Common.Processors.sln -c Release --no-restore
dotnet test QaaS.Common.Processors.sln -c Release --no-build

Documentation

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.1 100 3/28/2026
1.2.1-alpha.1 74 3/28/2026
1.2.0 39 3/25/2026
1.1.0 80 3/23/2026
1.0.4-alpha.1 32 3/22/2026
1.0.3 78 3/21/2026
1.0.2 84 3/17/2026
1.0.1 80 3/16/2026
1.0.1-alpha.9 80 3/15/2026
1.0.1-alpha.8 36 3/15/2026
1.0.1-alpha.7 36 3/13/2026
1.0.1-alpha.6 60 3/12/2026
1.0.1-alpha.1 77 3/11/2026
1.0.0 44 3/6/2026
1.0.0-alpha.1 79 3/5/2026