RobGibbens / ResilientServices

Resilient network services with mobile Xamarin apps
http://arteksoftware.com/resilient-network-services-with-xamarin
MIT License
97 stars 27 forks source link

WaitAndRetry with ExecuteAsync make Fody unhappy. #3

Open Bartmax opened 7 years ago

Bartmax commented 7 years ago

https://github.com/RobGibbens/ResilientServices/blob/master/ResilientServices/ResilientServices/Services/ConferencesService.cs#L76

Error message:

Please use asynchronous-defined policies when calling asynchronous ExecuteAsync (and similar) methods

I think it should be WaitAndRetryAsync ?

musicm122 commented 7 years ago

Had the same problem with the same error. I too swapped to WaitAndRetryAsync and that seemed to pacify it.