You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to decorate an interface and have the implementation inherit all of the [Arg*] attributes. Is it a design decision for attribute inheritance to not be enabled for the [Arg*] family or just the use case did not come up? -- Cheers
The text was updated successfully, but these errors were encountered:
You should be able to create a base type (interface or class) that has attributes on it and then have PowerArgs respect those attributes on a derived class. At least I think. If it's not working let me know and I'll take a look.
Hi team,
I'd like to decorate an interface and have the implementation inherit all of the [Arg*] attributes. Is it a design decision for attribute inheritance to not be enabled for the [Arg*] family or just the use case did not come up? -- Cheers
The text was updated successfully, but these errors were encountered: