You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 20.1.52 now includes DynamicData 9 by default (via #3875), it is much more likely for users to hit this bug. Raising this here purely for awareness.
Reverting to 20.1.1 fixes the issue.
Step to reproduce
Start a project with ReactiveUI 20.1.52 and ReactiveUI.Validation 4.0.9
Build a validatable ViewModel using ReactiveValidationObject
Instantiate this ViewModel
Exception MissingMethodException is thrown and probably crashes the application
Reproduction repository
No response
Expected behavior
ReactiveUI.Validation should be compatible with DynamicData 9.
ReactiveUI Version
20.1.52
The text was updated successfully, but these errors were encountered:
Describe the bug 🐞
This bug was reported a while ago in the Validation repository: reactiveui/ReactiveUI.Validation#679
Since 20.1.52 now includes DynamicData 9 by default (via #3875), it is much more likely for users to hit this bug. Raising this here purely for awareness.
Reverting to 20.1.1 fixes the issue.
Step to reproduce
ReactiveValidationObject
MissingMethodException
is thrown and probably crashes the applicationReproduction repository
No response
Expected behavior
ReactiveUI.Validation should be compatible with DynamicData 9.
ReactiveUI Version
20.1.52
The text was updated successfully, but these errors were encountered: