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 205 12/7/2023
7.0.5.3 215 11/16/2023
7.0.5.2 185 11/15/2023
7.0.5.1 184 11/14/2023
7.0.5 189 11/14/2023
7.0.4.5 202 10/31/2023
7.0.4.4 186 10/30/2023
7.0.4.3 187 10/30/2023
7.0.4.2 174 10/30/2023
7.0.4.1 184 10/30/2023
7.0.4 201 10/27/2023
7.0.3.13 203 10/19/2023
7.0.3.12 182 10/18/2023
7.0.3.11 187 10/10/2023
7.0.3.10 183 9/26/2023
7.0.3.9 196 9/16/2023
7.0.3.8 194 9/15/2023
7.0.3.7 219 9/14/2023
7.0.3.6 200 9/12/2023
7.0.3.5 229 9/8/2023
7.0.3.4 222 8/30/2023
7.0.3.3 207 8/28/2023
7.0.3.2 244 8/18/2023
7.0.3.1 231 8/14/2023
7.0.3 238 8/12/2023
7.0.2.10 262 8/9/2023
7.0.2.9 237 8/8/2023
7.0.2.8 249 8/7/2023
7.0.2.7 241 8/7/2023
7.0.2.6 239 8/7/2023
7.0.2.5 228 8/7/2023
7.0.2.4 241 8/7/2023
7.0.2.3 242 8/2/2023
7.0.2.2 239 7/31/2023
7.0.2.1 249 7/27/2023
7.0.2 245 7/26/2023
7.0.1.16 240 7/25/2023
7.0.1.15 225 7/25/2023
7.0.1.14 237 7/24/2023
7.0.1.13 257 7/24/2023
7.0.1.12 232 7/24/2023
7.0.1.11 260 7/21/2023
7.0.1.10 226 7/20/2023
7.0.1.9 239 7/20/2023
7.0.1.8 267 7/19/2023
7.0.1.7 257 7/19/2023
7.0.1.6 242 7/19/2023
7.0.1.5 235 7/19/2023
7.0.1.4 225 7/19/2023
7.0.1.3 187 7/19/2023
7.0.1.2 219 7/18/2023
7.0.1.1 214 7/18/2023
7.0.1 228 7/18/2023
7.0.0.6 239 7/17/2023
7.0.0.5 226 7/14/2023
7.0.0.4 197 7/14/2023
7.0.0.3 216 7/14/2023
7.0.0.2 180 7/13/2023
7.0.0.1 216 7/12/2023
7.0.0 193 7/12/2023

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