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
Describe the bug
In WPF, when creating any form, an exception is thrown in the constructor after calling the this.WhenActivated extension :
System.ArgumentException: 'Don't know how to detect when Dedoose.Views.MainView is activated/deactivated, you may need to implement IActivationForViewFetcher'
The same behavior is repeated when updating to the latest version 16.2.1
Screenshots
Environment
ReactiveUI Version: 14.1.1
The text was updated successfully, but these errors were encountered:
Small bug in 16.2.1:
PropertyBindingMixins.OneWayBind shows a nullable warning when using a selector function and a vm property that is not marked nullable.
Describe the bug
In WPF, when creating any form, an exception is thrown in the constructor after calling the
this.WhenActivated
extension :System.ArgumentException: 'Don't know how to detect when Dedoose.Views.MainView is activated/deactivated, you may need to implement IActivationForViewFetcher'
The same behavior is repeated when updating to the latest version 16.2.1
Screenshots

Environment
The text was updated successfully, but these errors were encountered: