CsabaDu.DynamicTestData.Lite
2.1.0-beta
dotnet add package CsabaDu.DynamicTestData.Lite --version 2.1.0-beta
NuGet\Install-Package CsabaDu.DynamicTestData.Lite -Version 2.1.0-beta
<PackageReference Include="CsabaDu.DynamicTestData.Lite" Version="2.1.0-beta" />
<PackageVersion Include="CsabaDu.DynamicTestData.Lite" Version="2.1.0-beta" />
<PackageReference Include="CsabaDu.DynamicTestData.Lite" />
paket add CsabaDu.DynamicTestData.Lite --version 2.1.0-beta
#r "nuget: CsabaDu.DynamicTestData.Lite, 2.1.0-beta"
#:package CsabaDu.DynamicTestData.Lite@2.1.0-beta
#addin nuget:?package=CsabaDu.DynamicTestData.Lite&version=2.1.0-beta&prerelease
#tool nuget:?package=CsabaDu.DynamicTestData.Lite&version=2.1.0-beta&prerelease
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)
- Changelog
- Contributing
- License
- Contact
- FAQ
- Troubleshooting
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:
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
- Encoding enums for data strategy:
CsabaDu.DynamicTestData.DynamicDataSources- Core strategy contract:
IDataStrategy.cs - Basic data sources:
DynamicDataSource.cs,
DynamicObjectArraySource.cs,
DynamicExpectedObjectArraySource.cs
- Core strategy contract:
When to use:
- You implement
IEnumerable<object[]>orIEnumerable<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.Liteframework, by segregating the light version of theCsabaDu.DynamicTestDataframework 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 | Versions 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. |
-
net9.0
- CsabaDu.DynamicTestData.Core (>= 2.1.0-beta)
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 |
Initial release of the `CsabaDu.DynamicTestData.Lite` framework, by segregating the light version of the `CsabaDu.DynamicTestData` framework into a dedicated package.