EFFC.Frame.Net.Base 1.1.1

dotnet add package EFFC.Frame.Net.Base --version 1.1.1
NuGet\Install-Package EFFC.Frame.Net.Base -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.Base" 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.Base --version 1.1.1
#r "nuget: EFFC.Frame.Net.Base, 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.Base as a Cake Addin
#addin nuget:?package=EFFC.Frame.Net.Base&version=1.1.1

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

E.F.F.C Frame Base Lib

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 (5)

Showing the top 5 NuGet packages that depend on EFFC.Frame.Net.Base:

Package Downloads
EFFC.Frame.Net.Global

E.F.F.C Frame Global Settings

EFFC.Extends.LinqDLR2SQL

E.F.F.C Extends Lib

EFFC.Frame.Net.Module.HttpCall

E.F.F.C Frame Module HttpCall Definition

EFFC.Frame.Net.Resource.Loggers

E.F.F.C Frame Resource Loggers Lib

EFFC.Frame.Net.Resource.Others

E.F.F.C Frame Resource ZipFile,Ftp and so on Lib

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 16,463 1/11/2019
1.0.5 29,988 6/13/2018
1.0.4 4,838 2/8/2018
1.0.3 14,030 2/6/2018
1.0.2 24,429 12/29/2017

Efficiency Focus For Core(效率、专注为核心)框架应用于.Net Core第一版发布
本包为基础库包含EFFC框架的基础接口和基本资源API

.net core 2.0升级版本

1.0.3:调整FrameDLRObject,为了更好的兼容性,将用来解析json串的js引擎改为用Newton.JSON来解析
1.0.4:修正DefaultCache在设定了LimitSize的时候,在linux下报异常的问题,ComFunc新增GetApplicationRoot方法用来获取获取application的目录
1.0.5:ComFunc中的Random调整算法,通过Guid的hashcode做种子来避免重复的数字,同时增加RandomCode方法生成指定长度随机码;
修正FrameDLRObject转JSON时缺少对ushort,short,ulong,uint等整数类型的支持
修正FrameDLRObject对xml的解析处理,将attribute也加入到对象属性中,如,<a name=''>,就可以解析成d.a.name的结构
1.0.6:ComFunc新增ToJson的的工具方法,
防范xxe攻击
1.1.0:升级.netcore到2.1.2
1.1.1:新增RestInputPosition的枚举定义
MyConfig进行精简,并提供写入配置档数据的功能
新增FrameConfig,用于自定义的配置档的读写操作,MyConfig为appsettings.json的专用配置档操作