VOOZH about

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

⇱ NuGet Gallery | QaaS.Common.Generators 3.5.2




QaaS.Common.Generators 3.5.2

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

Composable .NET package for generating QaaS test data workflows.

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

Contents

Overview

This repository contains one solution: .

The solution is focused on one NuGet package that provides reusable generator implementations for QaaS data pipelines.

Packages

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

Functionalities

  • JSON generation from prototypes and Draft-4 schemas (Json, JsonSchemaDraft4).
  • Data-source based generation (FromDataSources, FromLettuceDataSources, FromSessionDataDataSources, Stacking).
  • CSV row generation from file-system inputs (FromCSV).
  • External source loading from file system and S3 (FromFileSystem, LettuceFromFileSystem, FromS3).
  • Data lake querying through Trino (FromDataLake).
  • Typed configuration model set for each generator family under ConfigurationObjects.
  • NUnit coverage for generators, parsers, value generators, and configuration behavior.
  • Source and integration behavior validation for file system, S3, and session-data based flows.

Quick Start

Install package:

dotnet add package QaaS.Common.Generators

Update package:

dotnet add package QaaS.Common.Generators --version 1.1.0
dotnet restore

Build and Test

dotnet restore QaaS.Common.Generators.sln
dotnet build QaaS.Common.Generators.sln -c Release --no-restore
dotnet test QaaS.Common.Generators.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
3.5.2 85 6/14/2026
3.5.1 103 6/7/2026
3.5.0 111 5/27/2026
3.4.0 96 5/19/2026
3.3.1 153 4/13/2026
3.3.0 135 3/31/2026
3.2.1 171 3/28/2026
3.2.1-alpha.1 102 3/28/2026
3.2.0 107 3/25/2026
3.1.3 117 3/23/2026
3.1.3-alpha.1 52 3/22/2026
3.1.2 106 3/21/2026
3.1.1 113 3/17/2026
3.1.0 107 3/16/2026
3.1.0-alpha.4 84 3/15/2026
3.1.0-alpha.3 56 3/15/2026
3.1.0-alpha.2 62 3/13/2026
3.1.0-alpha.1 84 3/12/2026
3.0.0-alpha.7 99 3/11/2026
3.0.0-alpha.6 121 3/4/2026
Loading failed