MVVM property code generator ignores base interfaces of view model interfaces #33
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
equadrat-oss/Framework.Mvvm#33
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The code generator seems to ignore base interfaces (in the same project) of view model interfaces specified in DeclarationType.
Adding the base interface by using another attribute assignment generates the missing members. This indicates that the information is available but not used by the generator.
MVVM property code generator does not work for view model interfaces "inherited" by a view model interfaceto MVVM property code generator ignores base interfaces of view model interfaces