amantinband / throw

A simple, fluent, extensible, and fully customizable library for throwing exceptions for projects using .NET 6+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to pass `StringComparison` to all string validation methods that can benefit from it

amantinband opened this issue · comments

Following up on the various Contains and Equals validation, other string validation (such as IfStartsWith) can benefit from passing a custom comparison type.