ATZ.Reflection 1.3.0.9728

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

// Install ATZ.Reflection as a Cake Tool
#tool nuget:?package=ATZ.Reflection&version=1.3.0.9728

Generic library for extending reflection capabilities of the .NET Framework.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 is compatible.  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 (5)

Showing the top 5 NuGet packages that depend on ATZ.Reflection:

Package Downloads
ATZ.DependencyInjection

DependencyResolver static class for holding a dependency injection container and providing additional useful features.

ATZ.DependencyInjection.System

ATZ.DependencyResolver extension package for providing bindings to System static classes.

ATZ.MVVM

Base library for MVVM architecture.

ATZ.Commands

ATZ.Commands contains interesting ICommand implementations that are reusable between different software codes.

ATZ.DependencyInjection.System.Windows

ATZ.DependencyResolver extension package for providing bindings to System.Windows static classes.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0.91 1,242 1/22/2018
3.1.0.74 2,581 7/1/2017
3.0.0.73 1,453 7/1/2017
2.2.0.58 4,181 1/7/2017
2.1.0.56 1,085 1/4/2017
2.0.0.55 1,030 1/3/2017
1.3.2.54 1,090 12/18/2016
1.3.1.51 1,046 12/17/2016
1.3.0.9728 3,812 12/13/2016
1.2.0.14240 1,601 11/7/2016
1.1.3.13775 1,821 11/2/2016
1.1.2.13392 1,349 11/2/2016
1.1.1.33036 1,315 10/29/2016
1.1.0.32227 1,700 10/29/2016
1.0.6145.12612 1,294 10/27/2016
1.0.6143.270 4,219 10/25/2016

1.3.0:
- Supporting .NET 4.5 target framework.
     
1.2.0:
- ImplBase class for wrapping implementation objects without revealing their types and thus avoiding references to DLLs of their implementation.
     
1.1.3:
- Fixing missing project option with the XML documentation.
     
1.1.2:
- First try to fix the problem with missing documentation of the API.

1.1.1:
- Added GenericTypeParameterCount.
- Making a try to fit Semantic Versioning into the build system.
- Also found a bug in NonGenericName(), so lets find out if SemVer is going to be able to work with my build system.