VOOZH about

URL: https://www.nuget.org/packages/QaaS.Common.Probes/

⇱ NuGet Gallery | QaaS.Common.Probes 1.5.2




QaaS.Common.Probes 1.5.2

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

QaaS.Common.Probes

Composable .NET probes for QaaS workflow setup and environment data/state manipulation.

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

Contents

Overview

This repository contains one solution: .

The solution is split into a publishable NuGet package for shared probe implementations and a dedicated NUnit test project.

Packages

Package Latest Version Total Downloads
QaaS.Common.Probes 👁 NuGet
👁 Downloads

Functionalities

  • OpenShift/Kubernetes probes for pod scaling, image/resource updates, env var mutation, config-map YAML edits, pod restarts, and command execution in containers.
  • RabbitMQ probes for queue/exchange create/delete, binding create/delete, queue purge operations, definitions import/export, virtual-host/user management, and permission management through the management API.
  • Redis probes for FLUSHALL, FLUSHDB, chunked key cleanup via SCAN + delete, arbitrary command execution, result-aware command chaining, and cursor-driven Redis command loops.
  • MongoDB probes for collection cleanup.
  • S3 probes for bucket object cleanup (optional prefix) and bucket deletion flows.
  • SQL probes for table truncation in MSSQL, PostgreSQL, and Oracle.
  • Elastic probes for index cleanup by index pattern and query string.
  • Shared configuration objects and extensions used across probe implementations.
  • NUnit test project covering probe logic and branch behavior.
  • Uses Moq-based test doubles for protocol/client interaction testing.

Protocol Support

Supported operational targets in QaaS.Common.Probes:

Family Implementations
Container Orchestration OpenShift/Kubernetes
Messaging / Queueing RabbitMQ, RabbitMQ Management API
Databases / Cache MongoDB, Redis, MSSQL, PostgreSQL, Oracle
Search / Indexing Elasticsearch
Object Storage S3

Quick Start

Install package:

dotnet add package QaaS.Common.Probes

Update package:

dotnet add package QaaS.Common.Probes --version 1.0.0-alpha.2
dotnet restore

Build and Test

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

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

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.5.2 88 6/14/2026
1.5.1 95 6/7/2026
1.5.0 101 5/27/2026
1.4.0 97 5/19/2026
1.3.3 114 4/15/2026
1.3.2 105 4/13/2026
1.3.1 103 4/13/2026
1.3.0 109 3/31/2026
1.2.1-alpha.2 83 3/28/2026
1.2.1-alpha.1 101 3/28/2026
1.2.0 112 3/25/2026
1.1.3 101 3/23/2026
1.1.3-alpha.1 54 3/22/2026
1.1.2 102 3/21/2026
1.1.1 107 3/17/2026
1.1.0 109 3/16/2026
1.1.0-alpha.4 57 3/15/2026
1.1.0-alpha.3 58 3/15/2026
1.1.0-alpha.2 62 3/13/2026
1.1.0-alpha.1 63 3/12/2026
Loading failed