-
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug 🐞
There is some kind if version missmatch for ReactiveUI and ReactiveUI.Validation.
Most likely DynamicData when adding ReactiveUI over Validation:

Method not found: 'System.Collections.Generic.IEnumerable`1<!0> DynamicData.IObservableList`1.get_Items()'.
at ReactiveUI.Validation.Contexts.ValidationContext.BuildText() in D:\a\ReactiveUI.Validation\ReactiveUI.Validation\src\ReactiveUI.Validation\Contexts\ValidationContext.cs:line 233
at ReactiveUI.Validation.Contexts.ValidationContext.<.ctor>b__8_3(Boolean _) in D:\a\ReactiveUI.Validation\ReactiveUI.Validation\src\ReactiveUI.Validation\Contexts\ValidationContext.cs:line 71
at System.Reactive.Linq.ObservableImpl.Select`2.Selector._.OnNext(TSource value) in /_/Rx.NET/Source/src/System.Reactive/Linq/Observable/Select.cs:line 39
Step to reproduce
Run the attached minimal repro repo.
Reproduction repository
https://github.com/tomasfil/ReactiveUI.Validation.MissingMethod
Expected behavior
This shouldnt 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
kronic
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working