We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instantiating ReactiveValidationObject with latest DynamicData package crashes the app.
start app from repo
https://github.com/tomasfil/ReactiveUI.Validation.DD.Crash
This should happen...
No response
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Fixed by re-release
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.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: