mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 07:35:42 +00:00
Fix CA1305 violations
This commit is contained in:
parent
deb1f2edd8
commit
7a1ecc6a01
@ -133,7 +133,7 @@ public static class ComparableExtensions
|
|||||||
if (lower.GreaterThan(upper))
|
if (lower.GreaterThan(upper))
|
||||||
{
|
{
|
||||||
throw new ArgumentException(
|
throw new ArgumentException(
|
||||||
string.Format(ExceptionMessages.LowerCannotBeGreaterThanUpper, lower, upper),
|
string.Format(CultureInfo.CurrentCulture, ExceptionMessages.LowerCannotBeGreaterThanUpper, lower, upper),
|
||||||
nameof(lower));
|
nameof(lower));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user