7amou3
7amou3
My server does not accept plain json payload, it requires that thecpayload body is gzip compressed Any idea how can i do it? Thanks
### Describe the bug 🐞 Hello `the [JsonPropertyName("mycustomePropName")]` doesn't seems to work, the serializer always output the property name, for example: in the DummyRequest class below, the url is: `http://localhost/myendpoint/json?All=True&Limit=10`...
Hello I'm using refit with the httpclientfactory, I'm wondering if it's possible to use interface composition instead of putting all endpoints in a single file. ``` public interface IGithubApi {...
Hello Thank you guys for this awesome library I would like to know if there is any plan to drop the Newtonjson serializer, and use the System.Text.Json? Another idea would...
Hello, is there a way to switch theme to dark, in _var.less there is no color options thanks
**Is your feature request related to a problem? Please describe.** When using Refitter to generate client code from OpenAPI specifications, it automatically adds [JsonConverter(typeof(JsonStringEnumConverter))] attributes to enum properties. This behavior...
#### Bug description Hello, Im trying to install the MessagePack.Generator on a .NET9 application, but i get this error: Package MessagePack.Generator 2.5.198 is not compatible with net9.0 (.NETCoreApp,Version=v9.0). Package MessagePack.Generator...
What version of gRPC and what language are you using? • gRPC for .NET (Grpc.AspNetCore) • Version: [please fill in] What operating system (Linux, Windows,...) and version? • Windows [please...
VerifyJson throws PlatformNotSupportedException in AOT (Dynamic code generation is not supported)
**Description:** When running tests against an AOT build, calling await VerifyJson(responseBody); fails with: `System.PlatformNotSupportedException : Dynamic code generation is not supported on this platform.` This appears to come from Verify’s...
This PR represents an attempt to resolve issue #159. The prior approach of the source generator (#117) inadvertently led to the generation of code that instantiated a new `TypeHandler` object...