RockLib.Reflection.Optimized
1.2.1
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
<PackageReference Include="RockLib.Reflection.Optimized" Version="1.2.1" />
paket add RockLib.Reflection.Optimized --version 1.2.1
#r "nuget: RockLib.Reflection.Optimized, 1.2.1"
// 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 |
-
.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
A simple logging library. |
|
RockLib.Messaging.Kafka
Implementation of RockLib.Messaging API that sends and receives messages using Kafka. |
GitHub repositories
This package is not used by any popular GitHub repositories.
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.