Intake icon indicating copy to clipboard operation
Intake copied to clipboard

Strange Authorizer behaviour

Open SetupDLL opened this issue 9 years ago • 1 comments

When I checked my Authorizer (I'm using ParametricBuilder), I found out it executes 2 times. Firstly for the first command in class (with annotated methods) then for my current command. If the 1st cmd in class has no Require annotation the Authorizer won't be executed 2 times (only for the current cmd). It doesn't affect on cmd execution (cmd executes once correctly), but I think it shouldn't be so.

SetupDLL avatar Feb 17 '16 11:02 SetupDLL

Do you have a code example? Or perhaps all your command-related code (to reproduce the issue)?

fynntimes avatar May 12 '16 21:05 fynntimes