UniversalFrame.Core 1.6.0

Suggested Alternatives

UniversalFrame.Core 1.8.0

Additional Details

很抱歉,给您带来的不便敬请谅解。

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.0.0 or higher.

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

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

您好,欢迎尝试Core版本 最新的UniversalFrame.Core MinApi 记住它,它可能会给你带来全新的体验。

在当前最新版本中,已经扩展了SQL部分的全部功能哦,感谢大家的支持。

  1. Sql 部分新增分页接口,可重写实现自定义分页效果,默认实现为原本的,后期考虑更多数据库默认。

  2. 增加最轻量级API路由模式。

  3. 完善SQL部分,SQL部分实现可以自定义。实现真正意义上的对所有数据库支持。

  4. 优化API核心部分,将MinApi错误函数增加返回值。

  5. 调整异步ApiAshx模块,增加异步返回值。

  6. UniversalFrame.Core.Utils.Encryption 下面增加加密协议,优化版本

  7. 增加SessionExtension 部分扩展,支持实体。

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
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
2.0.0-5.0.0-rc.1.20451.14 415 9/29/2020
1.8.2 709 11/3/2020
1.8.0 536 9/29/2020
1.7.5 550 8/8/2020
1.7.4 686 8/1/2020
1.7.3 588 7/31/2020
1.7.1 612 7/27/2020
1.6.0 577 7/13/2020
1.5.5 582 7/10/2020
1.5.2 629 7/10/2020
1.1.0 599 6/10/2020
1.0.0 611 6/9/2020

当前版本为先行包,用于Core版本快速开发使用。
增加最轻量级API路由模式。
完善SQL部分,SQL部分实现可以自定义。实现真正意义上的对所有数据库支持。
优化API核心部分,将MinApi错误函数增加返回值。
调整异步ApiAshx模块,增加异步返回值。
UniversalFrame.Core.Utils.Encryption 下面增加加密协议,优化版本
增加SessionExtension 部分扩展。