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
The VerbAttribute constructor has the option to pass in string[] aliases, however attribute constructors should accept constants when used as attributes and, last I checked, arrays can't be constants.