IG-Group / ig-webapi-dotnet-sample

WPF sample application written in C# to access the IG Web API
BSD 3-Clause "New" or "Revised" License
40 stars 38 forks source link

convert IGWebApiClient to netstandard 1.6 or 2.0 #19

Open xbotuk opened 2 years ago

xbotuk commented 2 years ago

Can you convert IGWebApiClient to netstandard 1.6 or 2.0 (what ever is the minimum version) library please?

Also, can you publish it to Nuget please?

teebeast commented 2 years ago

I changed some things in my Fork to make it netstandard 2.0 compatible. It compiles but I have not tested it yet. Will doing this the coming days. It also produces a nuget if you compile it yourself. So you can use it in a private nuget repository.

joecklau commented 6 months ago

This one should resume priority! .net framework with Dll file is very outdated combination. dotnet is moving from .net framework to dotnet core side, even reaching net8.0 with LTS now. Lightstream also has NuGet library using netstandard instead of Dll file. It's time to upgrade the official sample to use netstandard2.0, e.g. referring to @teebeast 's fork