ReflectionBridge 0.0.10
See the version list below for details.
dotnet add package ReflectionBridge --version 0.0.10
NuGet\Install-Package ReflectionBridge -Version 0.0.10
<PackageReference Include="ReflectionBridge" Version="0.0.10" />
paket add ReflectionBridge --version 0.0.10
#r "nuget: ReflectionBridge, 0.0.10"
// Install ReflectionBridge as a Cake Addin #addin nuget:?package=ReflectionBridge&version=0.0.10 // Install ReflectionBridge as a Cake Tool #tool nuget:?package=ReflectionBridge&version=0.0.10
Provides some extensions which define a bridge for the differences between Type and TypeInfo.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
.NETPlatform | dotnet54 is compatible. |
DNX | dnx451 is compatible. dnx452 is compatible. |
DNXCore | dnxcore50 is compatible. |
Silverlight | sl5 is compatible. |
Universal Windows Platform | netcore50 is compatible. uap was computed. uap10.0 is compatible. |
Windows Store | win is compatible. win81 is compatible. |
-
.NETCore 4.5
- System.Collections (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Reflection.Extensions (>= 4.0.1-beta-23516)
- System.Reflection.TypeExtensions (>= 4.0.1-beta-23420)
- System.Runtime (>= 4.0.21-beta-23516)
-
.NETCore 4.5.1
- System.Collections (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Reflection.Extensions (>= 4.0.1-beta-23516)
- System.Reflection.TypeExtensions (>= 4.0.1-beta-23420)
- System.Runtime (>= 4.0.21-beta-23516)
-
.NETCore 5.0
- System.Collections (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Reflection.Extensions (>= 4.0.1-beta-23516)
- System.Reflection.TypeExtensions (>= 4.0.1-beta-23420)
- System.Runtime (>= 4.0.21-beta-23516)
-
.NETFramework 2.0
- LINQBridge (>= 1.3.0)
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.5.1
- No dependencies.
-
.NETFramework 4.5.2
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETPlatform 5.4
- System.Collections (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Reflection.Extensions (>= 4.0.1-beta-23516)
- System.Reflection.TypeExtensions (>= 4.0.1-beta-23420)
- System.Runtime (>= 4.0.21-beta-23516)
-
DNX 4.5.1
- System.Collections (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Runtime (>= 4.0.21-beta-23516)
-
DNX 4.5.2
- System.Collections (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Runtime (>= 4.0.21-beta-23516)
-
DNXCore 5.0
- System.Collections (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Reflection.Extensions (>= 4.0.1-beta-23516)
- System.Reflection.TypeExtensions (>= 4.0.1-beta-23420)
- System.Runtime (>= 4.0.21-beta-23516)
-
Silverlight 5.0
- No dependencies.
-
UAP 10.0
- System.Collections (>= 4.0.11-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Reflection.Extensions (>= 4.0.1-beta-23516)
- System.Reflection.TypeExtensions (>= 4.0.1-beta-23420)
- System.Runtime (>= 4.0.21-beta-23516)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ReflectionBridge:
Package | Downloads |
---|---|
GoldenEye.Shared.Core
GoldenEye is a Full Stack framework written in .NET Core. The main goal of GoldenEye is to speed up your development process. It gathers most widely used frameworks in .NET world and pack them into a simple bootstrap Nuget packages. It also provide set of base classes, helpers, extensions that will help you with your daily work. |
|
Sail.Core.Common
Utils之类的集合 |
|
Dasomus.MongoRepository
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added IsSealed() and IsAbstract() extensions and added Framework SL50.