Capgemini.Cauldron.Core.Reflection
3.0.9-beta
dotnet add package Capgemini.Cauldron.Core.Reflection --version 3.0.9-beta
NuGet\Install-Package Capgemini.Cauldron.Core.Reflection -Version 3.0.9-beta
<PackageReference Include="Capgemini.Cauldron.Core.Reflection" Version="3.0.9-beta" />
paket add Capgemini.Cauldron.Core.Reflection --version 3.0.9-beta
#r "nuget: Capgemini.Cauldron.Core.Reflection, 3.0.9-beta"
// Install Capgemini.Cauldron.Core.Reflection as a Cake Addin #addin nuget:?package=Capgemini.Cauldron.Core.Reflection&version=3.0.9-beta&prerelease // Install Capgemini.Cauldron.Core.Reflection as a Cake Tool #tool nuget:?package=Capgemini.Cauldron.Core.Reflection&version=3.0.9-beta&prerelease
This package adds:
- Usefull extension methods to the existing System.Reflection.
- A expression base activator which is a lot faster than System.Activator.
- Enum DisplayName attribute
- addtional meta-data to an enum
- Assemblies static class
- A "wrapper" for Assembly but applied on all loaded Assemblies
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 | net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 is compatible. 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. |
-
- Capgemini.Cauldron.Core.Diagnostics (>= 3.0.9-beta)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
2018.05.04 - [C] Assemblies for Net45, Net451, Net452, Net46, Net461 and Net462 added
2018.01.22 - [B] Issues with loading some assemblies... They are skiped now.
2017.12.11 - [C] Now Costura compatible.
2017.12.10 - [B] A bug in Assemblies that causes the Custom assembly resolution to be invoked before all assemblies are added to the collection fixed.