BrunoJuchli / StaticProxy.Fody

Creating proxies at compile time.
16 stars 3 forks source link

Adapt solution and nuget packages to properly support MonoDroid, MonoTouch and other targets #2

Closed BrunoJuchli closed 7 years ago

BrunoJuchli commented 10 years ago

The StaticProxy.Interceptor nuget package needs to be adapted so that it supports all targets (MonoDroid, MonoTouch,...)

BrunoJuchli commented 8 years ago

I believe with https://www.nuget.org/packages/StaticProxy.Interceptor/0.3.0.68-pre .net 4.5.1, asp.net core 1.0, iOS and android should now be properly supported. Feedback appreciated.

BrunoJuchli commented 8 years ago

There was an issue with StaticProxy.Interceptor 0.3.0.0 - Appveyor does not always "properly" target Profile 259 with Xamarin stuff - i guess that isn't installed so it's missing. The previous on the Appveyor server was ok, then 0.3.0.0 was faulty (no source change - only change was version bump in Appveyor config). So in the future i guess i'll have to build the packages locally. Not great.