Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Version change issues for System.Reactive #59

Closed
darkmyst opened this issue Apr 27, 2012 · 3 comments
Closed

Version change issues for System.Reactive #59

darkmyst opened this issue Apr 27, 2012 · 3 comments

Comments

@darkmyst
Copy link

RxApp.cs chokes on line 342, probably because of this line referencing the wrong version of the System.Reactive.Windows.Threading assembly:

    // NB: Silverlight barfs unless we give this full name here
    internal const string dispatcherSchedulerQualifiedName =
        @"System.Reactive.Concurrency.DispatcherScheduler, System.Reactive.Windows.Threading, Version=2.0.20304.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";
@anaisbetts
Copy link
Member

Goddddddddddddddd

Paul Betts
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Thursday, April 26, 2012 at 23:48, Charles Josephs wrote:

RxApp.cs chokes on line 342, probably because of this line referencing the wrong version of the System.Reactive.Windows.Threading assembly:

// NB: Silverlight barfs unless we give this full name here
internal const string dispatcherSchedulerQualifiedName =
@"System.Reactive.Concurrency.DispatcherScheduler, System.Reactive.Windows.Threading, Version=2.0.20304.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35";


Reply to this email directly or view it on GitHub:
https://github.com/xpaulbettsx/ReactiveUI/issues/59

@anaisbetts
Copy link
Member

Thanks for the report, apparently the unit test to catch this isn't working :-/

@anaisbetts
Copy link
Member

I'm going to try to take care of this tomorrow and push up RxUI 3.1.1 to NuGet

@reactiveui reactiveui locked and limited conversation to collaborators Jun 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants