ExpressiveReflection.Sources
1.2.6
See the version list below for details.
dotnet add package ExpressiveReflection.Sources --version 1.2.6
NuGet\Install-Package ExpressiveReflection.Sources -Version 1.2.6
<PackageReference Include="ExpressiveReflection.Sources" Version="1.2.6" />
paket add ExpressiveReflection.Sources --version 1.2.6
#r "nuget: ExpressiveReflection.Sources, 1.2.6"
// Install ExpressiveReflection.Sources as a Cake Addin #addin nuget:?package=ExpressiveReflection.Sources&version=1.2.6 // Install ExpressiveReflection.Sources as a Cake Tool #tool nuget:?package=ExpressiveReflection.Sources&version=1.2.6
This is a source only distribution of the ExpressiveReflection library that can be embedded inside of other projects / libraries.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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 |
---|---|---|
2.0.0 | 1,159 | 9/28/2017 |
1.4.1 | 1,083 | 3/25/2017 |
1.4.0 | 1,066 | 1/31/2017 |
1.3.3 | 1,114 | 1/30/2017 |
1.3.2 | 1,101 | 1/19/2017 |
1.3.1 | 1,022 | 1/19/2017 |
1.3.0 | 1,054 | 1/14/2017 |
1.2.7 | 1,130 | 12/29/2016 |
1.2.6 | 1,054 | 3/10/2016 |
1.2.5 | 1,066 | 2/2/2016 |
1.2.4 | 1,108 | 2/2/2016 |
1.2.3 | 1,084 | 1/30/2016 |
1.2.2 | 1,078 | 1/30/2016 |
1.2.1 | 1,077 | 1/29/2016 |
1.2.0 | 1,094 | 1/29/2016 |
* 1.2.6 - apparently the binary nuget package didn't have a dll in it
* 1.2.5 - fixing an issue with the comments produced in source distribution
* 1.2.4 - after hitting some issues with filesystem path length limitations renaming the folder the Sources package installs to in the hopes of minimizing the filename slizes
* 1.2.3 - last attempt at packaging didn't work right when multiple projcets included the same package in the solution so rewrote it again to use .pp transformations
* 1.2.2 - this is a large scale rewrite of the Sources distrbution, making this Sources package safer for use, however no new functionality was added otherwise
* 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