Skip to content

BeDecoratedWith should be able to specify wether or not the attribute should be inherited #706

@MJLHThomassen-Eurocom

Description

@MJLHThomassen-Eurocom

type.BeDecoratedWith() currently only checks for direct implementation. It should also be possible to check if the type, or any of its parent types, are decorated. This could be easily achieved since the build-in .NET method Type.GetCustomAttributes already has an overload that accepts a boolean wether or not to take inherited attributes into account.

Version 5.0.0-beta0004

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions