System.Reflection.DispatchProxy
4.7.1
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package System.Reflection.DispatchProxy --version 4.7.1
NuGet\Install-Package System.Reflection.DispatchProxy -Version 4.7.1
<PackageReference Include="System.Reflection.DispatchProxy" Version="4.7.1" />
paket add System.Reflection.DispatchProxy --version 4.7.1
#r "nuget: System.Reflection.DispatchProxy, 4.7.1"
// Install System.Reflection.DispatchProxy as a Cake Addin
#addin nuget:?package=System.Reflection.DispatchProxy&version=4.7.1
// Install System.Reflection.DispatchProxy as a Cake Tool
#tool nuget:?package=System.Reflection.DispatchProxy&version=4.7.1
Provides a class to dynamically create proxy types that implement a specified interface and derive from a specified DispatchProxy type. Method invocations on the generated proxyinstance are dispatched to that DispatchProxy base type.
Commonly Used Types:
System.Reflection.DispatchProxy
When using NuGet 3.x this package requires at least version 3.4.
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-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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net46 was computed. net461 is compatible. 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. monoandroid10 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. monotouch10 is compatible. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | netcore50 is compatible. uap was computed. uap10.0 was computed. uap10.0.16299 is compatible. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. xamarinmac20 is compatible. |
Xamarin.TVOS | xamarintvos was computed. xamarintvos10 is compatible. |
Xamarin.WatchOS | xamarinwatchos was computed. xamarinwatchos10 is compatible. |
-
.NETCore 5.0
- Microsoft.NETCore.Platforms (>= 3.1.1)
- NETStandard.Library (>= 1.6.1)
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
-
.NETStandard 2.0
- No dependencies.
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
UAP 10.0.16299
- Microsoft.NETCore.Platforms (>= 3.1.1)
- System.Reflection.Emit (>= 4.7.0)
- System.Reflection.Emit.ILGeneration (>= 4.7.0)
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
-
Xamarin.WatchOS 1.0
- No dependencies.
NuGet packages (137)
Showing the top 5 NuGet packages that depend on System.Reflection.DispatchProxy:
Package | Downloads |
---|---|
System.Private.ServiceModel
Package Description |
|
Microsoft.NETCore
Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb |
|
Lykke.HttpClientGenerator
This package helps to generate client proxy for an api using the Refit library. It adds cache and retries using Polly to the generated proxies. User logic can also be added as wrappers to the requests or to the method calls. |
|
CoreWCF.Primitives
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. The goal of this project is to enable existing WCF services to move to .NET Core. |
|
Z.EntityFramework.Classic
Entity Framework Classic is an EF6 fork with performance enhancement, new features, and .NET Core support. This package is FREE (Community Version) Some features are Prime (Enterprise Version) Prime features can be disabled with "EntityFrameworkManager.IsCommunity = true;" |
GitHub repositories (12)
Showing the top 5 popular GitHub repositories that depend on System.Reflection.DispatchProxy:
Repository | Stars |
---|---|
dotnet/wcf
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
|
|
OmniSharp/omnisharp-roslyn
OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
|
|
CoreWCF/CoreWCF
Main repository for the Core WCF project
|
|
malware-dev/MDK-SE
Malware's Development Kit for SE
|
|
RRQM/TouchSocket
TouchSocket是.Net(包括 C# 、VB.Net、F#)的一个整合性的、超轻量级的网络通信框架。包含了 tcp、udp、ssl、http、websocket、rpc、jsonrpc、webapi、xmlrpc等一系列的通信模块。一键式解决 TCP 黏分包问题,udp大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。
|
Version | Downloads | Last updated |
---|---|---|
5.0.0-preview.7.20364.11 | 121,792 | 7/21/2020 |
5.0.0-preview.6.20305.6 | 745 | 6/25/2020 |
5.0.0-preview.5.20278.1 | 498 | 6/10/2020 |
5.0.0-preview.4.20251.6 | 524 | 5/18/2020 |
5.0.0-preview.3.20214.6 | 617 | 4/23/2020 |
5.0.0-preview.2.20160.6 | 510 | 4/2/2020 |
5.0.0-preview.1.20120.5 | 31,993 | 3/16/2020 |
4.7.1 | 74,003,361 | 5/12/2020 |
4.7.0 | 1,013,737 | 12/3/2019 |
4.7.0-preview3.19551.4 | 519 | 11/13/2019 |
4.7.0-preview2.19523.17 | 515 | 11/1/2019 |
4.7.0-preview1.19504.10 | 510 | 10/15/2019 |
4.6.0 | 710,534 | 9/23/2019 |
4.6.0-rc1.19456.4 | 551 | 9/16/2019 |
4.6.0-preview9.19421.4 | 642 | 9/4/2019 |
4.6.0-preview9.19416.11 | 492 | 9/4/2019 |
4.6.0-preview8.19405.3 | 651 | 8/13/2019 |
4.6.0-preview7.19362.9 | 551 | 7/23/2019 |
4.6.0-preview6.19303.8 | 2,337 | 6/12/2019 |
4.6.0-preview6.19264.9 | 515 | 9/4/2019 |
4.6.0-preview5.19224.8 | 791 | 5/6/2019 |
4.6.0-preview4.19212.13 | 598 | 4/18/2019 |
4.6.0-preview3.19128.7 | 648 | 3/6/2019 |
4.6.0-preview.19073.11 | 713 | 1/29/2019 |
4.6.0-preview.18571.3 | 786 | 12/3/2018 |
4.5.1 | 3,802,878 | 6/18/2018 |
4.5.0 | 117,056,349 | 5/29/2018 |
4.5.0-rc1 | 4,235,575 | 5/6/2018 |
4.5.0-preview2-26406-04 | 197,621 | 4/10/2018 |
4.5.0-preview1-26216-02 | 40,254 | 2/26/2018 |
4.4.0 | 42,293,469 | 8/11/2017 |
4.4.0-preview2-25405-01 | 13,990 | 6/27/2017 |
4.4.0-preview1-25305-02 | 76,266 | 5/9/2017 |
4.3.0 | 27,330,668 | 11/15/2016 |
4.3.0-preview1-24530-04 | 46,222 | 10/24/2016 |
4.0.1 | 73,166,341 | 6/27/2016 |
4.0.1-rc2-24027 | 2,077,641 | 5/16/2016 |
4.0.1-beta-23516 | 21,301 | 11/18/2015 |
4.0.1-beta-23409 | 3,400 | 10/15/2015 |
4.0.1-beta-23225 | 112,600 | 9/2/2015 |
4.0.0 | 1,432,212 | 7/29/2015 |
4.0.0-beta-23109 | 2,433 | 7/27/2015 |
4.0.0-beta-23019 | 2,478 | 6/30/2015 |
4.0.0-beta-22816 | 2,634 | 4/24/2015 |