ardalis / GuardClauses

A simple package with guard clause extensions.
MIT License
3.06k stars 270 forks source link

Typo in the StringTooLong error message #340

Closed tarioma closed 5 months ago

tarioma commented 7 months ago

Version 4.4.0

Guard.Against.StringTooLong - error message with a typo. $"Input {parameterName} with length {input.Length} is too long. Maxmimum length is {maxLength}."

ardalis commented 7 months ago

Good catch - want to make a PR or let someone else get it?

peterblazejewicz commented 5 months ago

fixed in #344