CsabaDu.DynamicTestData.Core
2.1.0-beta
dotnet add package CsabaDu.DynamicTestData.Core --version 2.1.0-beta
NuGet\Install-Package CsabaDu.DynamicTestData.Core -Version 2.1.0-beta
<PackageReference Include="CsabaDu.DynamicTestData.Core" Version="2.1.0-beta" />
<PackageVersion Include="CsabaDu.DynamicTestData.Core" Version="2.1.0-beta" />
<PackageReference Include="CsabaDu.DynamicTestData.Core" />
paket add CsabaDu.DynamicTestData.Core --version 2.1.0-beta
#r "nuget: CsabaDu.DynamicTestData.Core, 2.1.0-beta"
#:package CsabaDu.DynamicTestData.Core@2.1.0-beta
#addin nuget:?package=CsabaDu.DynamicTestData.Core&version=2.1.0-beta&prerelease
#tool nuget:?package=CsabaDu.DynamicTestData.Core&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)
Foundation layer with essential contract surface, DTOs, stateless encoding helpers and strategy definitions.
Namespaces and highlights:
CsabaDu.DynamicTestData.Statics- Encoding enums for data strategy:
ArgsCoce.cs,
PropsCode.cs - Helper methods:
Extensions.cs
- Encoding enums for data strategy:
CsabaDu.DynamicTestData.TestDataTypes.Interfaces- Testcase name contract:
INamedTestCase.cs - DTO contracts:
ITestData.cs - Specialization Markers:
IExpected.cs,
ITestDataReturns.cs,
ITestDataThrows.cs
- Testcase name contract:
CsabaDu.DynamicTestData.TestDataTypes- DTO record types:
TestData.cs,
TestDataReturns.cs,
TestDataThrows.cs - Factory:
TestDataFactory.cs
- DTO record types:
When to use:
- Implementing framework adapters or conversion strategies that only need contracts and DTOs
- Authoring manual
IEnumerable<object[]>producers that require extra metadata (display names, expected/throw semantics) without pulling runtime rows/holders - Keeping a minimal dependency footprint in libraries and tools
Dependencies: none
Changelog
Version 2.1.0-beta (2025-10-26)
- Initial release of the
CsabaDu.DynamicTestData.Coreframework, by segregating core types 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
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CsabaDu.DynamicTestData.Core:
| Package | Downloads |
|---|---|
|
CsabaDu.DynamicTestData.Lite
Light version of CsabaDu.DynamicTestData, a robust, flexible, extensible, pure .NET framework to facilitate dynamic data-driven testing. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.1.0-beta | 187 | 10/26/2025 |
Initial release of the `CsabaDu.DynamicTestData.Core` framework, by segregating core types of the `CsabaDu.DynamicTestData` framework into a dedicated package.