DongxunFramework.Core 7.0.5.4

dotnet add package DongxunFramework.Core --version 7.0.5.4
NuGet\Install-Package DongxunFramework.Core -Version 7.0.5.4
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="DongxunFramework.Core" Version="7.0.5.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DongxunFramework.Core --version 7.0.5.4
#r "nuget: DongxunFramework.Core, 7.0.5.4"
#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 DongxunFramework.Core as a Cake Addin
#addin nuget:?package=DongxunFramework.Core&version=7.0.5.4

// Install DongxunFramework.Core as a Cake Tool
#tool nuget:?package=DongxunFramework.Core&version=7.0.5.4

DongxunFramework.Core

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 (4)

Showing the top 4 NuGet packages that depend on DongxunFramework.Core:

Package Downloads
DongxunFramework.Mapper

对象映射插件

DongxunFramework.DataAccess

多种类型数据库访问器插件

DongxunFramework.Media

多媒体文件处理

DongxunFramework.DatabaseAccess

多种类型数据库访问器插件

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.5.4 206 12/7/2023
7.0.5.3 217 11/16/2023
7.0.5.2 186 11/15/2023
7.0.5.1 185 11/14/2023
7.0.5 190 11/14/2023
7.0.4.5 203 10/31/2023
7.0.4.4 187 10/30/2023
7.0.4.3 188 10/30/2023
7.0.4.2 175 10/30/2023
7.0.4.1 185 10/30/2023
7.0.4 202 10/27/2023
7.0.3.13 204 10/19/2023
7.0.3.12 183 10/18/2023
7.0.3.11 189 10/10/2023
7.0.3.10 184 9/26/2023
7.0.3.9 197 9/16/2023
7.0.3.8 195 9/15/2023
7.0.3.7 220 9/14/2023
7.0.3.6 201 9/12/2023
7.0.3.5 230 9/8/2023
7.0.3.4 223 8/30/2023
7.0.3.3 208 8/28/2023
7.0.3.2 246 8/18/2023
7.0.3.1 232 8/14/2023
7.0.3 239 8/12/2023
7.0.2.10 264 8/9/2023
7.0.2.9 238 8/8/2023
7.0.2.8 250 8/7/2023
7.0.2.7 242 8/7/2023
7.0.2.6 240 8/7/2023
7.0.2.5 229 8/7/2023
7.0.2.4 242 8/7/2023
7.0.2.3 243 8/2/2023
7.0.2.2 240 7/31/2023
7.0.2.1 250 7/27/2023
7.0.2 246 7/26/2023
7.0.1.16 241 7/25/2023
7.0.1.15 226 7/25/2023
7.0.1.14 238 7/24/2023
7.0.1.13 258 7/24/2023
7.0.1.12 233 7/24/2023
7.0.1.11 261 7/21/2023
7.0.1.10 227 7/20/2023
7.0.1.9 240 7/20/2023
7.0.1.8 269 7/19/2023
7.0.1.7 258 7/19/2023
7.0.1.6 243 7/19/2023
7.0.1.5 236 7/19/2023
7.0.1.4 226 7/19/2023
7.0.1.3 188 7/19/2023
7.0.1.2 220 7/18/2023
7.0.1.1 215 7/18/2023
7.0.1 229 7/18/2023
7.0.0.6 241 7/17/2023
7.0.0.5 227 7/14/2023
7.0.0.4 198 7/14/2023
7.0.0.3 217 7/14/2023
7.0.0.2 181 7/13/2023
7.0.0.1 217 7/12/2023
7.0.0 194 7/12/2023

1.移除对XML文件的解析支持,如有XML解析需求请另行使用专业的第三方XML解析处理类库;
2.DxContext集成File和FileRelation,并初始化执行ApplyHasFileRelations动态附件关联绑定;
3.Web项目集成IUploadService及其实现,并追加方法“根据Id获取原文件全名”。