refit
refit copied to clipboard
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
I have a WPF Desktop application that framework targets net6.0-windows . When my IDE VS2022 upgrading from 17. 2.1 to 17.3.0 and using Refit 6.3.2 , vs compiles errors as...
Bumps [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading) from 17.0.64 to 17.3.44. Release notes Sourced from Microsoft.VisualStudio.Threading.Analyzers's releases. v17.2.32 Changes: The netcoreapp3.1 target in this package adds WindowsDesktop dependencies to match what was already available in...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.0.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here. v17.3.0-preview-20220426-02 See the release notes here....
**Is your feature request related to a problem? Please describe.** Yes. The issue is that despite Refit uses source generators, the generated code is just a thin proxy back to...
**Is your feature request related to a problem? Please describe.** In some cases, we have a pre-configured HttpClient and I would like to use it in "services.AddRefitClient()" method. Today the...
In all the examples in the MultipartTests.cs you don't have the following scenario. My multipart data is created by at least 2 parameters. Here is the CURL for an example...
C#9 records are finally the immutable type that we needed in C#. Since it's syntax is game changing, does refit supports serializing/deserializing such objects ?
**What kind of change does this PR introduce?** feature **What is the current behavior?** As #1150 and #1156 described, currently, we are not able to get information on the executing...
While having the interface type available is nice, it might not be enough if using reflection on the called method is desired. Providing the `RestMethodInfo` opens new possibilities to introspect...
**What kind of change does this PR introduce?** A feature to make the `MethodInfo` of the method on the Refit client interface invoked available to handlers via the `HttpRequestMessage.Options` /...