EFFC.Frame.Net.Module.Extend.EWRA 1.1.1

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

// Install EFFC.Frame.Net.Module.Extend.EWRA as a Cake Tool
#tool nuget:?package=EFFC.Frame.Net.Module.Extend.EWRA&version=1.1.1

E.F.F.C Frame Module Web Rest API

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 netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
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
1.1.1 1,549 1/11/2019
1.0.2.4 1,617 7/2/2018
1.0.2.3 1,763 6/30/2018
1.0.2.2 1,718 6/13/2018
1.0.2.1 1,490 2/8/2018
1.0.2 1,548 2/6/2018
1.0.1 1,528 12/29/2017

Efficiency Focus For Core(效率、专注为核心)框架应用于.Net Core第一版发布
本包为Web处理扩展库,包含EFFC框架框架下的RestFUL API开发接口定义
.net core 2.0升级版本

1.0.2:修正了logic中存在多个entrypoint情况下,api路由表不正确的情况;调整logic出现异常时未显示正确的错误信息问题
1.0.2.1:引用库Base更新;AuthorizationLogic.GetPayLoadInfoFromToken改为虚函数,可以被子类重载从而进行自定以payload解析
修正框架只能识别/a/b/c这种路由,而无法识别/a/b/c/这种路由的情况
1.0.2.2:修正bug,提高稳定性
1.0.2.3:引用的EFFC.Frame.Net.Module.Business升级到1.0.2.3
1.0.2.4:引用的EFFC.Frame.Net.Module.Business升级到1.0.2.4
1.0.2.5:引用的EFFC.Frame.Net.Module.Web升级到1.0.6,
引用库EFFC.Frame.Net.Base升级到1.0.6
引用的EFFC.Frame.Net.Module.Business升级到1.0.2.5
EWRAGo针对二进制流数据增加Content-Length的回传
修正Log4Net在多线程时候报错的问题
将JWT独立出去,作为单独的模块引用
1.1.0:升级.netcore到2.1.2
1.1.1:Base库升级到1.1.1
针对EWRABusiModule做调整,使其具备更高的扩展性
新增RestInvokeFilterLogic用于接口执行之前进行是否要执行的判定和过滤控制
新增RestRouteContext抽象类ARestRouteContext,用于路由识别和搜索的扩展,原RestPointContext改为DefaultRestRouteContext继承ARestRouteContext