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

[Bug]: ReactiveValidationObject doesnt work with latest DynamicData version #500

Closed
tomasfil opened this issue Nov 16, 2022 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@tomasfil
Copy link

Describe the bug 🐞

Instantiating ReactiveValidationObject with latest DynamicData package crashes the app.

Step to reproduce

start app from repo

Reproduction repository

https://github.com/tomasfil/ReactiveUI.Validation.DD.Crash

Expected behavior

This should happen...

Screenshots 🖼️

No response

IDE

No response

Operating system

No response

Version

No response

Device

No response

ReactiveUI Version

No response

Additional information ℹ️

No response

@tomasfil tomasfil added the bug Something isn't working label Nov 16, 2022
@tomasfil tomasfil changed the title [Bug]: [Bug]: ReactiveValidationObject doesnt work with latest DynamicData version Nov 16, 2022
@tomasfil
Copy link
Author

 Message: 
    System.MissingMethodException : Method not found: 'System.IObservable`1<DynamicData.IChangeSet`2<!!0,!!1>> DynamicData.ObservableCacheEx.Bind(System.IObservable`1<DynamicData.IChangeSet`2<!!0,!!1>>, System.Collections.ObjectModel.ReadOnlyObservableCollection`1<!!0> ByRef, Int32, DynamicData.Binding.IObservableCollectionAdaptor`2<!!0,!!1>)'.

  Stack Trace: 
    ValidationContext.ctor(IScheduler scheduler)
    ReactiveValidationObject.ctor(IScheduler scheduler, IValidationTextFormatter`1 formatter) line 53
    IndeiTestViewModel.ctor() line 24
    NotifyDataErrorInfoTests.ShouldDeliverErrorsWhenModelObservableValidationTriggers() line 140

@tomasfil
Copy link
Author

Fixed by re-release

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant