Senparc.Xncf.DynamicData 0.2.2-preview1

Prefix Reserved
This is a prerelease version of Senparc.Xncf.DynamicData.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Senparc.Xncf.DynamicData --version 0.2.2-preview1                
NuGet\Install-Package Senparc.Xncf.DynamicData -Version 0.2.2-preview1                
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="Senparc.Xncf.DynamicData" Version="0.2.2-preview1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Senparc.Xncf.DynamicData --version 0.2.2-preview1                
#r "nuget: Senparc.Xncf.DynamicData, 0.2.2-preview1"                
#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.
// Install Senparc.Xncf.DynamicData as a Cake Addin
#addin nuget:?package=Senparc.Xncf.DynamicData&version=0.2.2-preview1&prerelease

// Install Senparc.Xncf.DynamicData as a Cake Tool
#tool nuget:?package=Senparc.Xncf.DynamicData&version=0.2.2-preview1&prerelease                

动态数据基础模块,用于创建和管理动态数据

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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
0.2.3.1-preview1 63 9/12/2024
0.2.3-preview1 45 9/10/2024
0.2.2-preview1 112 8/22/2024
0.2.0-preview1 54 8/12/2024
0.1.4-preview1 86 8/12/2024
0.1.3-preview1 57 8/12/2024

v0.1.0 创世
           [2024-08-11] v0.1.2.0-preview1 新增 DtoBase<T> 类型
           [2024-08-12] v0.1.3-preview1 添加 TableData 的数据插入方法,通过单元测试
           [2024-08-12] v0.1.4-preview1 优化 DynamicData Service,重构封装 DataTemplate、ColumnTemplate 对象
           [2024-08-13] v0.2.0-preview1 优化 ServiceBase,提供 Mapping<T>(entity) 快捷方法;为 DynamicData 添加根据 Entity 类型自动创建表结构的功能