-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net 4.6 support #26
Comments
I have the same issue. I also need to use this on .net 4.6. Any plans on including support in the sdk? And if so is there an ETA? |
Hey @Toolenaar and @dmeelker ill try to aim for this in 0.13.0 |
Thanks for providing this SDK! I'm targeting 4.6 (also tried 4.7) as well and have trouble calling the API. I'm currently running 0.12.4-beta nuget package and run into trouble while establishing an ApiContext. I get the following exception which seems to happen because of this issue dotnet/corefx#12388
|
Hey @robinvanpoppel, Thanks for reporting! The c# SDK was initially build on/with
🙈. There is ATM only 1 issue that is blocking the 0.12.5 release which is bunq/sdk_java#25. The HTTP library used needs to be refactored out. Ill try my best to get this done this weekend! Afterwards ill tackle this issue to bumb the dotnet version support to the latest. |
…sharp#26 Added support for netstandard15. (#26)
Hi any progress updates on this topic? Willing to use in a Azure Function app, but this requires .net461. |
@nduijvelshoff no not yet. I did some short research before bunq update 7 but could't figure it out in time for the release, hence it missed the 0.13.0 milestone. Im not iterating over the java SDK, c# would be next in line. Help to solve this issue is highly appreciated as my c# knowledge is low compared to the other 3 SDK's. |
Hi , im new to GitHub but I managed to add .net461 to the sdk |
@jrijkens i dont understand ? How did you manage to add .net461 support if you dont have access to |
@OGKevin after that i made changes to the local copy so it targets both net core and .net461
this may also solve your issue for adding netstandard2.0 by just changing it to added a couple of missing references with nuget package manager the samples are now working with net461 i thought you might be interrested so i created a github account to share this. |
@jrijkens Just push your branch (let's say I've made a port for the My company and many others I believe need the Btw, nice work you guys doing at Bunq, ❤️ the API 👍 |
I'm really happy to see this SDK is happening! However, I can't use it in it's current form because we (my company) are still on .net 4.6. I imagine there's quite a lot of people who will run into this issue. Are there any plans for supporting the normal .NET framework as well as .NET core?
The text was updated successfully, but these errors were encountered: