Fireasy 1.5.40.42051

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Fireasy --version 1.5.40.42051
NuGet\Install-Package Fireasy -Version 1.5.40.42051
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="Fireasy" Version="1.5.40.42051" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fireasy --version 1.5.40.42051
#r "nuget: Fireasy, 1.5.40.42051"
#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 Fireasy as a Cake Addin
#addin nuget:?package=Fireasy&version=1.5.40.42051

// Install Fireasy as a Cake Tool
#tool nuget:?package=Fireasy&version=1.5.40.42051

1、公共组件。提供应用配置、日志、缓存、序列化、加解密、扩展方法、AOP、IOC、MEF、动态编译等。
2、数组组件。提供数据库操作、实例配置、批量插入、SQL语法、数据架构、数据分页、参数化查询等,同时支持Oracle/SqlServer/MySQL/SQLite数据库。
3、实体组件。提供实体定义、数据上下文、LINQ查询、树持久化、数据验证等。

您还可以获取以下组件来增强您的应用开发:
Fireasy.AspNet
Fireasy.AspNet.Mvc

更多内容敬请关注 http://fireasy.cnblogs.com/

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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

** Fireasy.Common
1、完善:日志记录,深度记录StackTrack
2、完善:动态方法构造器,深度遍列接口方法

** Fireasy.Data
3、修复:数组转换器,未返回数组的bug
4、完善:批量插入中,生成sql中转义字符的参数化
5、完善:添加默认的配置实例
6、完善:IProvider增加更新连接串参数的方法,移除上版本改变数据库的方法

** Fireasy.Entity
7、修复:EntityDatabaseFactory未根据实例名创建对象的bug
8、修复:外键无效时延迟加载的bug
9、修复:日期相减函数解析的bug