ResilientServices icon indicating copy to clipboard operation
ResilientServices copied to clipboard

Resilient network services with mobile Xamarin apps

Results 5 ResilientServices issues
Sort by recently updated
recently updated
newest added

Hi I am working on Xamarin forms with .netstatnder 2 I have implement same what in repository but I am getting error and some of configuration missing error like FodyWeavers.xml...

I'm trying to figure out what stack I need to go with, and love this project If I include RX or Prism in my app, what competing functionality is there...

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 ?