Marco Minerva

Results 74 comments of Marco Minerva

You are absolutely right, unfortunately writing documentation is a long task. I have planned to write it, I need to find the time :-)

Yes, it's a good idea! Thank you for your suggestion!

I have the same issue too. Using the sample from this repo, with Xamarin.Forms v2.5.1.527436, everything works like a charm. As soon as I update it to 3.0.0.446417 (in all...

> * Is the `Type` correctly processed from `ParameterInfo` for the `id` parameter in both scenarios above? From a brief glance, both `EndpointMetadataApiDescriptionProvider` and `DefaultDescriptionProvider` seem to be doing the...

After some digging, it seems that the issue depends on this method: https://github.com/reactiveui/refit/blob/246ee8d9989c29092fdaba6821d5b3098a5ccf9e/Refit/ApiResponse.cs#L85 ``` public async Task EnsureSuccessStatusCodeAsync() { if (!IsSuccessStatusCode) { var exception = await ApiException.Create(response.RequestMessage!, response.RequestMessage!.Method, response, Settings).ConfigureAwait(false);...

Perhaps the correct signature for your proposal should be: ` public static void Union(this IList claims, string claimType, IEnumerable values);` Is it correct?

So, what about making a pull request? ;)

I have the same issue. I'm trying the Callisto TestApp. If I show the Custom Dialog and then snap the app, the dialog doesn't auto-size: the text doesn't wrap and...

Keep in mind that the Razor application is executed inside the client browser, so every user will have his own singleton object (i.e., it acts like a client application).

Ok, got it. In your first comment you quoted a FlightFinder.Client project file, so I thought you were referring only to the client side.