Inherited ViewModels can hide important warnings #451
Labels
bug 🐛
An unexpected issue that highlights incorrect behavior
mvvm-toolkit 🧰
Issues/PRs for the MVVM Toolkit
Describe the bug
If an
ObservableProperty
is created in two ViewModels, a parent and child, then the parent property gets hidden and the warning is blocked from the user.Regression
No response
Steps to reproduce
Expected behavior
The following warning should also be generated:
Screenshots
No response
IDE and version
VS 2022
IDE version
17.3.0
Nuget packages
Nuget package version(s)
8.0.0
Additional context
This is due to warnings being disabled with
Fix options:
The pragma is enabled for this warning
Option 1 plus
ObservableProperty
is modified to accept a parameter that says whether hiding is desiredHelp us help you
Yes, I'd like to be assigned to work on this item
The text was updated successfully, but these errors were encountered: