MVVM property code generator ignores base interfaces of view model interfaces #33
Loading…
Add table
Add a link
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