Or maybe we could add overloads to support this syntax: ```cs Requires.Argument(a >= 0, nameof(a), Strings.ResourceManager, nameof(Strings.MustBePositive)); ``` _Originally posted by @AArnott in https://github.com/AArnott/Validation/issues/73#issuecomment-806284845_
Or maybe we could add overloads to support this syntax:
Originally posted by @AArnott in #73 (comment)