QaaS.Common.Generators 3.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package QaaS.Common.Generators --version 3.1.2
                    
NuGet\Install-Package QaaS.Common.Generators -Version 3.1.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.1.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.1.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.1.2
                    
#r "nuget: QaaS.Common.Generators, 3.1.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.1.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.1.2
                    
Install as a Cake Addin
#tool nuget:?package=QaaS.Common.Generators&version=3.1.2
                    
Install as a Cake Tool

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: QaaS.Common.Generators.sln.

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

QaaS.Common.Generators

  • 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.

QaaS.Common.Generators.Tests

  • 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 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
3.3.0 0 3/31/2026
3.2.1 129 3/28/2026
3.2.1-alpha.1 73 3/28/2026
3.2.0 69 3/25/2026
3.1.3 89 3/23/2026
3.1.3-alpha.1 34 3/22/2026
3.1.2 84 3/21/2026
3.1.1 91 3/17/2026
3.1.0 84 3/16/2026
3.1.0-alpha.4 65 3/15/2026
3.1.0-alpha.3 38 3/15/2026
3.1.0-alpha.2 43 3/13/2026
3.1.0-alpha.1 62 3/12/2026
3.0.0-alpha.7 76 3/11/2026
3.0.0-alpha.6 98 3/4/2026
3.0.0-alpha.5 41 3/4/2026