UniversalFrame 9.4.2
Suggested Alternatives
Additional Details
所有功能均在 core 上重写并实现,想体验新功能,请前往新的环境。
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 2.0.0 or higher.
dotnet add package UniversalFrame --version 9.4.2
NuGet\Install-Package UniversalFrame -Version 9.4.2
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" Version="9.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UniversalFrame --version 9.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: UniversalFrame, 9.4.2"
#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 as a Cake Addin #addin nuget:?package=UniversalFrame&version=9.4.2 // Install UniversalFrame as a Cake Tool #tool nuget:?package=UniversalFrame&version=9.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
相关文献资料请参考,我的CSND博客,https://blog.csdn.net/qq_33484542/category_8917335.html
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 | |
---|---|---|---|
9.4.5.1 | 679 | 4/27/2020 | |
9.4.2 | 589 | 3/29/2020 | |
9.4.1 | 670 | 3/21/2020 | |
9.4.0 | 689 | 3/21/2020 | |
9.3.1 | 625 | 11/6/2019 | |
9.3.0 | 629 | 10/29/2019 | |
9.2.5 | 587 | 10/18/2019 | |
9.2.3 | 613 | 10/16/2019 | |
9.2.2 | 643 | 10/15/2019 | |
9.2.0 | 636 | 10/11/2019 | |
9.1.8 | 638 | 10/11/2019 | |
9.1.5 | 643 | 10/7/2019 | |
9.0.0 | 654 | 10/5/2019 | |
8.8.8.8 | 770 | 10/5/2019 |
最新版本:
1.修复上一个版本中,在WebServer对象第二次调用Close方法时发生的崩溃问题。
2.优化AshxRegistration路由注册时允许使用简化路由方式,但是这不适用于在MVC项目中,会产生冲突,导致MVC无法正常使用。
3.修复ApiAshx接口下的异步方法,因用户自身代码错误导致未触发统一错误事件的BUG。
4.优化了ApiPacket对象下,增加传输参数过于繁琐的问题,增加匿名对象传入,高效传参。