Brandon Siegel
Brandon Siegel
Add a FixedDelay and an ExponentialBackoff RetryStrategy. Add a RetryPolicy that implements a provided RetryStratgey. Based on the provided TransportOptions, configure the RetryPolicy to use the provided RetryStrategy. Basically, try...
We need to add support for live testing into the iOS repository. We should follow the same pattern that we use for the other repositories, that is having a ```tests.yml```...
We should have performance tests so that we know when a change to a library results in a performance regression. These tests should be run in our nightly CI jobs,...
Other languages allow us to host snippets in their own source files and provide a script to inject them into the markdown / doc comments. This would then permit us...
Per [guidelines](https://azure.github.io/azure-sdk/ios_implementation.html#general-config-behaviour-changes), log level and tracing on/off must have a static, global configuration, allowing the developer to change these settings for all existing and newly-created clients at any time via...
If the developer receives a URL for a file from the OS (e.g. received in the UIImagePickerControllerDelegate method), the only way to turn that into a `LocalURL` is by calling...
Create tests for the identity library
- [ ] Define a utility to create instances of these exceptions along with deserializing Http Response Error content
Aside from navigating to the directory where Kubernetic has cloned them and manually issuing a `git pull`, I don't see any way to update/refresh Kubernetic's known chart repositories.