Skip to content

OnMethodBoundaryAspect on Base class should be applied on all derived classes #128

@nine-2-five

Description

@nine-2-five

I have this:

[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class, AllowMultiple = true)]
public class TracingAspect : OnMethodBoundaryAspect

But it is only applied when it's attributed to a derived class or method. I'd like to have it on a base class, and inherited by all derived classes.
Base class in my case serves only as a shared code "distributor", it doesn't have any inherited/overridden methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions