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
thrownewInvalidOperationException("Duplicate BatchBase TypeName is not allowed, "+foundType.FullName+" and "+item.FullName);
220
+
if(foundType!=null&&foundMethod!=null)
221
+
{
222
+
thrownewInvalidOperationException($"Duplicate BatchBase Command name is not allowed, {foundType.FullName}.{foundMethod.Name} and {baseType.FullName}.{method.Name}");
0 commit comments