ATZ.Reflection 2.0.0.55

There is a newer version of this package available.
See the version list below for details.
dotnet add package ATZ.Reflection --version 2.0.0.55
                    
NuGet\Install-Package ATZ.Reflection -Version 2.0.0.55
                    
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="2.0.0.55" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ATZ.Reflection" Version="2.0.0.55" />
                    
Directory.Packages.props
<PackageReference Include="ATZ.Reflection" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ATZ.Reflection --version 2.0.0.55
                    
#r "nuget: ATZ.Reflection, 2.0.0.55"
                    
#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.
#:package ATZ.Reflection@2.0.0.55
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ATZ.Reflection&version=2.0.0.55
                    
Install as a Cake Addin
#tool nuget:?package=ATZ.Reflection&version=2.0.0.55
                    
Install as a Cake Tool

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.

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,629 1/22/2018
3.1.0.74 2,911 7/1/2017
3.0.0.73 1,727 7/1/2017
2.2.0.58 4,556 1/7/2017
2.1.0.56 1,339 1/4/2017
2.0.0.55 1,283 1/3/2017
1.3.2.54 1,344 12/18/2016
1.3.1.51 1,299 12/17/2016
1.3.0.9728 4,202 12/13/2016
1.2.0.14240 1,975 11/7/2016
1.1.3.13775 2,195 11/2/2016
1.1.2.13392 1,604 11/2/2016
1.1.1.33036 1,570 10/29/2016
1.1.0.32227 1,973 10/29/2016
1.0.6145.12612 1,550 10/27/2016
1.0.6143.270 4,620 10/25/2016

2.0.0:
- Eliminating possibilities for null reference exceptions and adding annotations for ReSharper.
     
1.3.2:
- Excluding unintentionally delivered DLLs from the NuGet package.
     
1.3.1:
- Fixing 4th version number to be the number of the build instead some time dependent number indicated by *, as in case of time dependency different target frameworks got different numbers.
     
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.