Staffan Wärnberg

Results 8 comments of Staffan Wärnberg

It doesn't work for me either. Imagine a test scenario where you're testing a ViewModel that contains an async command, which in turn executes an async call to a component...

It's very sad to see that this is still not fixed. This is not the only bug related to locales in Xamarin. Is this a US-only framework? @omghb, is your...

Not sure I understand above comments. The following code with native `HttpClient` works well to receive streamed content without buffering. Should be easy to implement in **Refit** too. ``` using...

This is a very strange comment and fast closing of something that in some use cases are extremely useful. We're talking about client-side support for **Streaming API's**. We're not talking...

Hi As I wrote, I could cope with clientcredentials while debugging (secret or certificate) and MSI when deployed, using different appsettings files. So, with appsettings.Development.json containing SourceType ClientSecret or KeyVault...

@scrocquesel-ml150, that might be a neat workaround in some scenarios. However, this ticket is focused on scenarios when _not_ using IDownstreamApi / AddDownstreamApi.

Thanks for update. So, probably your workaround would work with the simplest solution, like (all configuration checks removed): `builder.Services.PostConfigure(configure => { configure.ManagedIdentity = new(); });` But it's still a workaround,...