You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Close Visual Studio
Delete packages folder
Delete all bin/obj folders
Any ideas on what could be my issue?
The text was updated successfully, but these errors were encountered:
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:
packages
folderbin/obj
foldersAny ideas on what could be my issue?
The text was updated successfully, but these errors were encountered: