Skip to content

Container Dispose/AsyncDispose method should be virtual when the class is not sealed #186

@W-Sebastian

Description

@W-Sebastian

Generated code for containers should implement virtual dispose methods to support proper cleanup during inheritance chains when the classes are not sealed. If the class is sealed then the current implementation is fine.

This implementation would allow reusing containers through inheritance.

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