Skip to content

Consistency in Attribute assertions #731

@jnyrup

Description

@jnyrup

If #727 gets merged, we should also revise other calls to
GetCustomAttributes(bool inherit) and
GetCustomAttributes(Type attributeType, bool inherit)

E.g TypeSelector,ThatAreDecoratedWith currently calls GetCustomAttributes(typeof(TAttribute), true) which would be inconsistent with the difference between BeDecoratedWith and BeDecoratedWithOrInherit.

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