Use Refit to generate API calls
Opened this issue · 7 comments
Matthiee commented
- Check if it makes sense to use https://github.com/reactiveui/refit
- Refactor to use Refit bindings
tforsberg commented
I will try to implement this. I have reviewed Refit and it looks VERY impressive.
Matthiee commented
@tforsberg Sounds good!
tforsberg commented
I created a branch called "Refit" in my fork. Can I remove the .NET 5 support in this project?
Matthiee commented
If possible I would like to keep both for now. Is there something that doesn't work in .NET 5 regarding refit?
tforsberg commented
No. It should all work in .NET 5 also.
The reason I'd like to use .NET 6 only is there are several improvements in the C# version 10 language.
https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-10
.NET 5 uses C# version 9
.NET 6 uses C# version 10
Matthiee commented
You can remove the .NET 5 support.
tforsberg commented
Ok.