intercom/intercom-dotnet

Version 2.1.0

Opened this issue · 6 comments

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.

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.

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

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

@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?

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

I contacted Intercom Support yesterday and they approved this pull request last night: #147

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