gigya / microdot

Microdot: An open source .NET microservices framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace copy-pasted DispatchProxy with official NuGet

Allon-Guralnek opened this issue · comments

The DispatchProxy class was copied from the .NET Core sources into the Gigya.Microdot.ServiceProxy project a long time ago, and is no longer synchronized with the latest release by Microsoft.

The official NuGet is available here:

https://www.nuget.org/packages/System.Reflection.DispatchProxy

We can't do it before we move to 4.6.1 blocked untill #15 is done