ghostnguyen

Results 9 comments of ghostnguyen

> I'd also find AOT support extremely helpful. I'm deploying several web apis to Azure which use Refit to communicate with each other and other external apis. Since this is...

> @ghostnguyen Where's the source code? The source code/dll need to run your project are: - The generated code in your project. - HttpFillerAttribute and HttpFillerCore (https://github.com/ghostnguyen/HttpClientFillerIssue/) GitHubGitHub - ghostnguyen/HttpClientFillerIssueContribute...

> > @ghostnguyen Where's the source code? > > Seems like the source code of the code generator is not available. This will not be required to build and to...

> > > > @ghostnguyen Where's the source code? > > > > > > > > > Seems like the source code of the code generator is not available....

> Lack of trimmer support is the reason I stopped using Refit after my first .NET project years ago. For anything with a UI, my platform of choice is UWP/Uno...

You can try the Bind ext method. ```c# public record Result(string Name, int Age, Guid Id); public class Parser { public OneOf Parse() { return GetName() .Combind(GetAge()) .Combind2(GetId()) .MapT0(_ =>...

> We will have to switch away from Refit for the gateway client: [reactiveui/refit#1389](https://github.com/reactiveui/refit/issues/1389) > > 🤷 > > There is [this](https://www.nuget.org/packages/HttpClientFiller) alternative... but where is the source code? The...

I have created a fully support AOT, no reflection and almost identical to Refit's usage. Just wonder if it has any help? https://www.nuget.org/packages/HttpClientFiller HttpClientFiller 0.1.4HttpClient Filler Code Generate in C#...

I have created a fully supported AOT, with no reflection and almost identical to Refit's usage. Just wonder if it has any help. https://www.nuget.org/packages/HttpClientFiller HttpClientFiller 0.1.4HttpClient Filler Code Generate in...