-
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
Latest version 2.1.1 does not target .NET Standard #156
Comments
yeah, this seems like a pretty bad regression. |
Any ETA for a fixed package? |
This is keeping me from updating as well. |
Same here, would be great to get a "fix" for this 👍 |
Is this still an actively supported SDK? |
Hello we are also stuck in our migration for .net core. NETStandard is vital to move towards .net core. |
Someone made #157 which should solve the issue |
Maybe #166 could help with this? Fixes that CircleCI build error too.... |
It looks like Intercom have completely dropped support for this library which is a real shame considering the cost of their product, and considering that the community have attempted to provide PRs to fix these issues but which are seemingly ignored. This project should be marked as deprecated. A few options - fork it, and issue nugets from the patched PRs, or alternatively you can use 2.1.0 (https://github.com/intercom/intercom-dotnet/releases/tag/2.1.0) which does support netcore, but you will still be on the old v1.2 API (and who knows how long that will be supported for!) - #163 Internally we have just setup a refit (https://github.com/reactiveui/refit) interface around some of their endpoints as needed, and define our own data models. Saves being bound to an unsupported and out of date library. |
For future visitors and in addition to @mgoodfellow's comments, I'm using the 2.1.0 package with version 1.4 of Intercom's API. I haven't experienced anything that isn't working yet, but there could be something unsupported with that combination. Any newer versions of the API won't work with 2.1.0. I can only agree with everything here. It's a shame that Intercom offers this package and then don't maintain it. Deprecate it or fix it. |
Hi,
It seems that we have lost the .NET Standard target in the latest release making it not compatible with .NET Core
The text was updated successfully, but these errors were encountered: