MatchaBackgroundService icon indicating copy to clipboard operation
MatchaBackgroundService copied to clipboard

Conflict with System.Reactive.Core

Open lumisoftusa opened this issue 5 years ago • 11 comments

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.

lumisoftusa avatar May 04 '19 00:05 lumisoftusa

same issue

tandat1405 avatar Jun 12 '19 07:06 tandat1405

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?

winstongubantes avatar Jul 16 '19 06:07 winstongubantes

I get the same error. I need to use a new version of System.Reactive than this package is referencing.

Flokri avatar Aug 05 '19 12:08 Flokri

I have the same problem. Using FreshMVVM which requires System.Reactive 4

ChrisPaulKnight avatar Aug 05 '19 13:08 ChrisPaulKnight

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.

gfrsoftware avatar Oct 26 '19 16:10 gfrsoftware

Same problem here, using FreshMvvm

anassbenayed avatar Nov 14 '19 18:11 anassbenayed

working on the fix for the issue.

winstongubantes avatar Nov 20 '19 05:11 winstongubantes

Any news?

Loki606 avatar Dec 17 '19 13:12 Loki606

I also get the same issue. Any fixes for latest version?

marthinch avatar Aug 17 '20 04:08 marthinch

I try to solve this case by installing system reactive core package and i use version 1.0.5464

marthinch avatar Aug 17 '20 06:08 marthinch

This error solved. Just install the missing components to the Android project.

NetMajom avatar Nov 13 '20 09:11 NetMajom