RockLib.Reflection.Optimized
1.2.1
Prefix Reserved
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net451 is compatible. net452 was computed. 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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RockLib.Reflection.Optimized:
Repository | Stars |
---|---|
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
|
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 4,220 | 1/4/2024 |
3.0.0-alpha.1 | 71 | 1/3/2024 |
2.0.0 | 228,067 | 2/7/2022 |
1.3.2 | 336,034 | 8/11/2021 |
1.3.1 | 155,743 | 5/6/2021 |
1.3.0 | 114,307 | 2/12/2021 |
1.2.1 | 5,896 | 9/3/2020 |
1.2.0 | 459 | 8/31/2020 |
1.1.2 | 162,193 | 8/14/2020 |
1.1.1 | 639 | 7/30/2020 |
1.1.0 | 459 | 7/1/2020 |
1.0.1 | 181,586 | 11/5/2019 |
1.0.0 | 877 | 8/15/2018 |
1.0.0-alpha01 | 715 | 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.