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
=>$"Duplicate value for argument order. Both {first.DeclaringType.FullName}.{first.Name} and {second.DeclaringType.FullName}.{second.Name} have set Order = {order}";
@@ -62,7 +62,7 @@ public static string OnlyLastArgumentCanAllowMultipleValues(string lastArgName)
62
62
=>$"The last argument '{lastArgName}' accepts multiple values. No more argument can be added.";
=>$"Could not automatically determine how to convert string values into {prop.PropertyType.FullName}.";
65
+
=>$"Could not automatically determine how to convert string values into {prop.PropertyType.FullName} on property {prop.DeclaringType.Name}.{prop.Name}.";
0 commit comments