intercom / intercom-dotnet

Intercom API client library for .NET
https://developers.intercom.io/reference
Apache License 2.0
63 stars 54 forks source link

Version 2.1.0 #139

Open ravtakhar opened 5 years ago

ravtakhar commented 5 years ago

After installing intercom version 2.1.0 it conflicts with our System.data reference.

We are no longer able to use SqlConnection or SqlCommand.

Going to stick with 1.0.31 until this is resolved.

mfruhner commented 5 years ago

I too had trouble running version 2.1. All my assembleys seem not to be recognized anymore and I get 100+ compile errors. I think this has to do with the .Net Standard Reference, which was added that version.

I installed 1.0.31 and it works fine, even though it does not support the newest features.

wil55n commented 5 years ago

We are having this issue as well. .Net Standard is causing alot of issues with our project.

wil55n commented 5 years ago

As of this morning 1.0.31 wont allow us to create users. Is anyone else having this issue?

markive commented 5 years ago

@wil55n we are also experiencing the same issues.. Cannot update to .Net Standard SDK and I can no-longer create users.. Were you able to resolve the issue?

markalanevans commented 5 years ago

Yea this change sucked. I just forked it and manually made the updates I wanted from the code myself.

markive commented 5 years ago

I contacted Intercom Support yesterday and they approved this pull request last night: https://github.com/intercom/intercom-dotnet/pull/147

I'm about to test if this does the trick..