MatthiWare/FinancialModelingPrep.NET

Use Refit to generate API calls

Opened this issue · 7 comments

I will try to implement this. I have reviewed Refit and it looks VERY impressive.

@tforsberg Sounds good!

I created a branch called "Refit" in my fork. Can I remove the .NET 5 support in this project?

If possible I would like to keep both for now. Is there something that doesn't work in .NET 5 regarding refit?

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

You can remove the .NET 5 support.