Senparc.Xncf.DynamicData
0.2.3.1-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.
See the version list below for details.
dotnet add package Senparc.Xncf.DynamicData --version 0.2.3.1-preview1
NuGet\Install-Package Senparc.Xncf.DynamicData -Version 0.2.3.1-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.3.1-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.3.1-preview1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Senparc.Xncf.DynamicData, 0.2.3.1-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.3.1-preview1&prerelease // Install Senparc.Xncf.DynamicData as a Cake Tool #tool nuget:?package=Senparc.Xncf.DynamicData&version=0.2.3.1-preview1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
动态数据基础模块,用于创建和管理动态数据
Product | Versions 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.
-
net8.0
- Senparc.CO2NET.MagicObject (>= 0.1.3)
- Senparc.CO2NET.WebApi (>= 1.6.3)
- Senparc.Ncf.AreaBase (>= 0.18.4.1-preview1)
- Senparc.Ncf.DatabasePlant (>= 0.19.4.1-preview1)
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.9-pre-alpha | 23 | 11/10/2024 |
0.2.8-pre-alpha | 95 | 10/23/2024 |
0.2.7-pre-alpha | 48 | 10/16/2024 |
0.2.5-pre-alpha | 73 | 10/7/2024 |
0.2.4-pre-alpha.1 | 48 | 9/27/2024 |
0.2.3.1-preview1 | 82 | 9/12/2024 |
0.2.3-preview1 | 53 | 9/10/2024 |
0.2.2-preview1 | 115 | 8/22/2024 |
0.2.0-preview1 | 57 | 8/12/2024 |
0.1.4-preview1 | 90 | 8/12/2024 |
0.1.3-preview1 | 60 | 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 类型自动创建表结构的功能
[2024-09-10] v0.2.3-preview1 升级缓存基础库