ExpressiveReflection 1.2.1
See the version list below for details.
dotnet add package ExpressiveReflection --version 1.2.1
NuGet\Install-Package ExpressiveReflection -Version 1.2.1
<PackageReference Include="ExpressiveReflection" Version="1.2.1" />
<PackageVersion Include="ExpressiveReflection" Version="1.2.1" />
<PackageReference Include="ExpressiveReflection" />
paket add ExpressiveReflection --version 1.2.1
#r "nuget: ExpressiveReflection, 1.2.1"
#:package ExpressiveReflection@1.2.1
#addin nuget:?package=ExpressiveReflection&version=1.2.1
#tool nuget:?package=ExpressiveReflection&version=1.2.1
Tools to simplify coding with the .NET reflection APIs.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ExpressiveReflection:
Package | Downloads |
---|---|
ExpressiveExpressionTrees
This is a source only distribution of the ExpressiveExpressionTrees library that can be embedded inside of other projects / libraries. |
|
ExpressiveAssertions
Flexible assertion library leveraging the .NET expression tree syntax |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ExpressiveReflection:
Repository | Stars |
---|---|
rubberduck-vba/Rubberduck
Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
|
Version | Downloads | Last Updated |
---|---|---|
2.0.1 | 1,815 | 1/8/2018 |
2.0.0 | 9,508 | 9/28/2017 |
1.4.1 | 1,262 | 3/25/2017 |
1.4.0 | 1,198 | 1/31/2017 |
1.3.3 | 1,192 | 1/30/2017 |
1.3.2 | 1,230 | 1/19/2017 |
1.3.1 | 1,233 | 1/19/2017 |
1.3.0 | 1,278 | 1/14/2017 |
1.2.7 | 1,250 | 12/29/2016 |
1.2.6 | 1,302 | 3/10/2016 |
1.2.5 | 1,372 | 2/2/2016 |
1.2.4 | 1,328 | 2/2/2016 |
1.2.3 | 1,329 | 1/30/2016 |
1.2.2 | 1,339 | 1/30/2016 |
1.2.1 | 1,350 | 1/29/2016 |
1.2.0 | 1,523 | 1/28/2016 |
1.1.0 | 1,610 | 10/29/2015 |
1.0.1 | 1,555 | 10/23/2015 |
1.0.0 | 1,529 | 10/23/2015 |
* 1.2.1 - bumping the version to fix some minor things in the soruce package
* 1.2.0 - added getValue(MemberInfo) / setValue(MemberInfo) methods to MemberReflection
* 1.2.0 - add ExpressiveReflection.Extensions namespace and exposed most functionality as extension methods on their corresponding types