Polly: Extra type-forwarders installed by nuget, when installing Polly for Xamarin

Created on 3 Feb 2017  路  6Comments  路  Source: App-vNext/Polly

Is it possible to use Polly with Xamarin PCL projects? Xamarin.Android, Xamarin.iOS?

question target frameworks

All 6 comments

@lamest Polly contains a .NET Standard 1.0 target, which covers those Xamarin targets, so: Yes.

I've personally used it in Xamarin PCL projects, so absolutely!

I see now. My issue was that when i try to install Polly nuget package there are number of dependencies from system.* included. It's because of i target .Net 4.5.1 which is .NET Platform 1.2 (thanks @reisenberger). Isn't this so?
Is there any plans for newer .NET Platform support?

Hi @lamest
I'm not sure if this exactly answers your question, but:

Let us know if that helps!

Answer part with "type forwarders" is exactly what i was needed. Thanks for complete answer.

Closing due to lack of activity.

Was this page helpful?
0 / 5 - 0 ratings