-
Notifications
You must be signed in to change notification settings - Fork 53
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
DotNetCore support #43
Comments
I forked the project and added dotnet-core support. I had to make some changes to allow for this - such as replacing |
@0xdeafcafe that sounds great and sorry for the late reply. We were actually having this in our mind for a long time now. What would you say if you submit a PR, and we work on this together? |
Sounds good to me. |
Any update on dotnetcore support? |
Sorry, I don't work at the company that I had to build this for so I'm not personally working on it anymore. |
Hi All, |
RestSharp is working on their netstandard support, they currently have pre-release packages available. No real modifications are necessary for intercom-dotnet. Everything seems to be working with the latest RestSharp pre-release, but I wouldn't call it stable until RestSharp does. I made a fork myself, and updated to latest nunit at same time. All of the modifications were just fixing deprecated nunit things. All the calls I'm using seem to be ok so far. https://github.com/Nicholi/intercom-dotnet/tree/netstandard20 |
Hi @nicholi |
@choran RestSharp is released with .NET Standard 2.0 a couple of weeks ago. I get messages that it breaks the intercom.io library. If you need help - please let me know. |
Thanks to the feedback in this issue we have now prioritised this work. To keep things clearer, I have closed all the issues related to this support so we can keep the discussion here: #90 |
@alexeyzimarev thank you so much for the help. We'll definitely let you know if we bump into any issues. 👍 |
Have you looked into adding dotnet core support? Specifically the .NET Standard - https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/
The text was updated successfully, but these errors were encountered: