Skip to content

Explicitly inherits in code behind if XAML used #29

@mirekjuszczak

Description

@mirekjuszczak

When we use XAML, we have to explicitly inherit in partial in code behind, even though it is not necessary.

If class ClassA inherits from ClassB and ClassB inherits from ClassC, then we have to explicitly provide inheritance in and of class ClassA and ClassB, just because of the generator requirement.

It would be better, don't add explicitly inherit in code behind then.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions