Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update issues: Already defined assemblies #70

Closed
gabrielrobert opened this issue Jan 24, 2018 · 1 comment
Closed

Update issues: Already defined assemblies #70

gabrielrobert opened this issue Jan 24, 2018 · 1 comment

Comments

@gabrielrobert
Copy link

I just updated my projects to ReactiveProperty 4.1.1. However, I get some errors inside my test projects:

The type 'LocalScheduler' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Reactive.Core, Version=3.0.3000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263'.

The type 'IScheduler' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263'.

I tried to add those packages, but now the errors are:

The type 'IScheduler' exists in both 'System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263' and 'System.Reactive, Version=4.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263'

The type 'ImmediateScheduler' exists in both 'System.Reactive.Core, Version=3.0.3000.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263' and 'System.Reactive, Version=4.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263'

I tried to:

  1. Close Visual Studio
  2. Delete packages folder
  3. Delete all bin/obj folders

Any ideas on what could be my issue?

@runceel
Copy link
Owner

runceel commented Jan 26, 2018

Thanks for your feedback.

Does this issue relate the below issue?
dotnet/reactive#299

I would like to fix your issue,
Could you give me the re-present minimam project?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants