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
awaitSetFailAsync(ctx,"Found duplicate method/command name, name or alias only allows unique name. Type:"+type.FullName+" Method:"+method.Name+" and "+item.Name);
85
+
awaitSetFailAsync(ctx,"Found two public methods(wihtout command). Type:"+type.FullName+" Method:"+method.Name+" and "+item.Name);
86
86
return;
87
87
}
88
-
method=item;
88
+
method=item;// found single public(non-command) method.
0 commit comments