CsabaDu.DynamicTestData.Lite 2.1.0-beta

Suggested Alternatives

Portamical

This is a prerelease version of CsabaDu.DynamicTestData.Lite.
dotnet add package CsabaDu.DynamicTestData.Lite --version 2.1.0-beta
                    
NuGet\Install-Package CsabaDu.DynamicTestData.Lite -Version 2.1.0-beta
                    
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="CsabaDu.DynamicTestData.Lite" Version="2.1.0-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CsabaDu.DynamicTestData.Lite" Version="2.1.0-beta" />
                    
Directory.Packages.props
<PackageReference Include="CsabaDu.DynamicTestData.Lite" />
                    
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 CsabaDu.DynamicTestData.Lite --version 2.1.0-beta
                    
#r "nuget: CsabaDu.DynamicTestData.Lite, 2.1.0-beta"
                    
#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 CsabaDu.DynamicTestData.Lite@2.1.0-beta
                    
#: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=CsabaDu.DynamicTestData.Lite&version=2.1.0-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=CsabaDu.DynamicTestData.Lite&version=2.1.0-beta&prerelease
                    
Install as a Cake Tool

CsabaDu.DynamicTestData.Core

Core types of CsabaDu.DynamicTestData, a robust, flexible, extensible, pure .NET framework to facilitate dynamic data-driven testing.


📖 Documentation

This README contains the base info and the current version related notes.
Visit the Wiki for full documentation, including


📘 Table of Contents


CsabaDu.DynamicTestData — Modular Architecture

Overview

CsabaDu.DynamicTestData has been reorganized from a single monolithic package into a set of focused, aligned modules (NuGet packages) while keeping a clean, consistent namespace hierarchy under CsabaDu.DynamicTestData.*. Modules are deployable package boundaries; namespaces are logical organization inside those packages. The new layout reduces transitive dependencies, clarifies responsibilities, and makes it easier for consumers to adopt only what they need.

See the Segregated Architecture Diagram for a visual overview of module boundaries and namespace relationships:

CsabaDu_DynamicTestData_Segregated_Simplified


Modules and contents

Core Foundation Module (package: CsabaDu.DynamicTestData.Core): see CsabaDu.DynamicTestData.Core README

Lite Implementation Module (package: CsabaDu.DynamicTestData.Lite)

Lightweight runtime helpers for manual-enumerable-style data sources - depends on Core.

Namespaces and highlights:

  • CsabaDu.DynamicTestData.DataStrategyTypes.Interfaces

    • Encoding enums for data strategy:
      ArgsCoce.cs,
      PropsCode.cs
    • Helper methods:
      Extensions.cs
  • CsabaDu.DynamicTestData.DynamicDataSources

    • Core strategy contract:
      IDataStrategy.cs
    • Basic data sources:
      DynamicDataSource.cs,
      DynamicObjectArraySource.cs,
      DynamicExpectedObjectArraySource.cs

When to use:

  • You implement IEnumerable<object[]> or IEnumerable<T> data sources and want minimal transitive dependencies while keeping enriched metadata support
  • You need basic thread-safe data source runtime implementations for common scenarios

Dependencies: CsabaDu.DynamicTestData.Core (>= 2.1.0-beta)


Changelog

Version 2.1.0-beta (2025-10-27)

  • Initial release of the CsabaDu.DynamicTestData.Lite framework, by segregating the light version of the CsabaDu.DynamicTestData framework into a dedicated package.

License

This project is licensed under the MIT License. See the License file for details.


Contact

For any questions or inquiries, please contact CsabaDu.


FAQ


Troubleshooting

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on CsabaDu.DynamicTestData.Lite:

Package Downloads
CsabaDu.DynamicTestData

A robust, flexible, extensible, pure .NET framework to facilitate dynamic data-driven testing. - Test data conversion, management and provisioning - Type-safe and thread-safe support for *MSTest*, *NUnit*, *xUnit*, *xUnit.v3* - Modular design, abstractions and ready-to-use integrations - Portable data sources - Traceable descriptive display names

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.0-beta 234 10/27/2025 2.1.0-beta is deprecated because it is no longer maintained.

Initial release of the `CsabaDu.DynamicTestData.Lite` framework, by segregating the light version of the `CsabaDu.DynamicTestData` framework into a dedicated package.