Smart.Core 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Smart.Core --version 1.4.0
NuGet\Install-Package Smart.Core -Version 1.4.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="Smart.Core" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Smart.Core --version 1.4.0
#r "nuget: Smart.Core, 1.4.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 Smart.Core as a Cake Addin
#addin nuget:?package=Smart.Core&version=1.4.0

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

Smart 是一个免费、开源、快速、简单、面向对象的轻量级.NET开发框架。

Product Compatible and additional computed target framework versions.
.NET Framework 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.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Smart.Core:

Package Downloads
Smart.Data

Smart 是一个免费、开源、快速、简单、面向对象的轻量级.NET开发框架。

Smart.Mvc5

Smart 是一个免费、开源、快速、简单、面向对象的轻量级.NET开发框架。

Smart.Mvc4

Smart 是一个免费、开源、快速、简单、面向对象的轻量级.NET开发框架。

Smart.NPOI

Smart 是一个免费、开源、快速、简单、面向对象的轻量级.NET开发框架。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.11 1,146 11/23/2018
1.9.10 704 11/17/2018
1.9.9 720 11/8/2018
1.9.8 715 11/6/2018
1.9.4 726 11/2/2018
1.9.3 886 5/20/2018
1.9.2 1,031 5/5/2018
1.9.1 982 4/3/2018
1.9.0 1,100 3/31/2018
1.8.3 1,025 3/29/2018
1.8.2 995 3/29/2018
1.8.1 958 3/27/2018
1.8.0 974 3/26/2018
1.7.1 985 3/20/2018
1.6.0 1,064 1/30/2018
1.5.0 1,074 1/23/2018
1.4.0 952 1/21/2018
1.3.0 1,009 7/6/2017
1.2.0 988 2/20/2017
1.1.0 1,114 2/5/2017
1.0.0 1,609 1/29/2016

1.4.0
1. 修复Copy()扩展方法,当对象为object时,Copy后不是原始类型问题。
2. ProxyGenerator 增加 CreateExtendObject 方法,根据匿名对象或指定属性信息动态创建可读写对象。

  1.3.12
1. 更新GetDisplayName 扩展方法,依次从 DescriptionAttribute ,DisplayNameAttribute,DisplayAttribute 特性获取

  1.3.11
1. 修复一些BUG

1.3.9
1. 修复枚举类型调用 GetDisplayName() 扩展方法的BUG。
2. 新增 GetDisplayName() 支持从对象的属性获取。

1.3.7
1.新增一些扩展方法。
2.DirectoryTypeFinder 开放了 AssemblySkipLoadingPattern 设置。

1.3.6
1.新增一些扩展方法。

1.3.4
1.Random 类扩展long型随机数方法。
2.Action 支持重试的扩展方法TryInvoke 修改,增加次数参数。
3.其它一些UBG修复。

1.3.3
1.修改 IDependencyResolver 接口,支持通过名称获取服务。
2.新增 HttpDependencyResover 类,支持每个HTTP请求的生命周期范围。

1.3.2
1.增加 string[] GetPropertyNames<T>(this T entity, Expression<Func<T, object>> selectorMember) where T : class 扩展方法,在部分更新字段时可以通过该扩展方法获取实体的属性名数组。

1.3.1:
1.修复没有注册IDependencyResolver时无法调用默认Resolver<T>() 方法的异常。

1.3.0:
1.新增 IDependencyResolver 接口,注册该接口类型可以改变默认容器的 Resolver<T>() 方法。