RockLib.Reflection.Optimized 1.2.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 2.0 .NET Framework 4.5.1
There is a newer version of this package available.
See the version list below for details.
dotnet add package RockLib.Reflection.Optimized --version 1.2.1
NuGet\Install-Package RockLib.Reflection.Optimized -Version 1.2.1
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="RockLib.Reflection.Optimized" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RockLib.Reflection.Optimized --version 1.2.1
#r "nuget: RockLib.Reflection.Optimized, 1.2.1"
#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 RockLib.Reflection.Optimized as a Cake Addin
#addin nuget:?package=RockLib.Reflection.Optimized&version=1.2.1

// Install RockLib.Reflection.Optimized as a Cake Tool
#tool nuget:?package=RockLib.Reflection.Optimized&version=1.2.1

Extension methods to improve reflection performance.

This package was built from the source code at https://github.com/RockLib/RockLib.Reflection.Optimized/tree/18e87250d658429a875ce4a16b7bf5f3425b142d

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on RockLib.Reflection.Optimized:

Package Downloads
RockLib.Logging The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A simple logging library.

RockLib.Messaging.Kafka The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Implementation of RockLib.Messaging API that sends and receives messages using Kafka.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 43,774 2/7/2022
1.3.2 222,205 8/11/2021
1.3.1 131,270 5/6/2021
1.3.0 102,686 2/12/2021
1.2.1 5,287 9/3/2020
1.2.0 349 8/31/2020
1.1.2 154,045 8/14/2020
1.1.1 526 7/30/2020
1.1.0 343 7/1/2020
1.0.1 179,994 11/5/2019
1.0.0 719 8/15/2018
1.0.0-alpha01 617 6/14/2018

RockLib.Reflection.Optimized version 1.2.1

Widens the criteria for a class being a decorator:
- Removes the "must have either a public constructor with a parameter of type target interface or a public property of type target interface with a public setter" constraint.
- Includes base types when searching for instance fields of type target interface.