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]: DynamicData 9 breaks ReactiveUI.Validation #3905

Closed
Nextra opened this issue Sep 20, 2024 · 3 comments
Closed

[Bug]: DynamicData 9 breaks ReactiveUI.Validation #3905

Nextra opened this issue Sep 20, 2024 · 3 comments
Labels

Comments

@Nextra
Copy link

Nextra commented Sep 20, 2024

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

  1. Start a project with ReactiveUI 20.1.52 and ReactiveUI.Validation 4.0.9
  2. Build a validatable ViewModel using ReactiveValidationObject
  3. Instantiate this ViewModel
  4. 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

@ChrisPulman
Copy link
Member

Thank you for your feedback, I will update the ReactiveUI.Validation to provide the relevant compatibility as soon as possible.

@Nextra
Copy link
Author

Nextra commented Sep 25, 2024

Release 4.1.1 of ReactiveUI.Validation is now available which includes the fix for this incompatibility: reactiveui/ReactiveUI.Validation#691.

No update to the main ReactiveUI package is required. Thanks @ChrisPulman.

@Nextra Nextra closed this as completed Sep 25, 2024
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 Oct 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants