MatchaBackgroundService
MatchaBackgroundService copied to clipboard
Conflict with System.Reactive.Core
Hi,
I am facing serious issue with conflict . Following is the error.
Severity Code Description Project File Line Suppression State
Error Can not resolve reference: System.Reactive.Core
, referenced by Matcha.BackgroundService
. Please add a NuGet package or assembly reference for System.Reactive.Core
, or remove the reference to Matcha.BackgroundService
.
same issue
You might be using a different reactive core in your other project other than in the core project, can you provide a sample code for this?
I get the same error. I need to use a new version of System.Reactive than this package is referencing.
I have the same problem. Using FreshMVVM which requires System.Reactive 4
Is there any progress on this? I have the same issue with the FreshMVVM conflict. I resolved the issue by removing the NuGet packages and first installing System.Reactive.Core
latest as a NuGet package and then the others.
Same problem here, using FreshMvvm
working on the fix for the issue.
Any news?
I also get the same issue. Any fixes for latest version?
I try to solve this case by installing system reactive core package and i use version 1.0.5464
This error solved. Just install the missing components to the Android project.