aboutsummaryrefslogtreecommitdiffstats
path: root/src/IOL.Helpers/StringHelpers.cs
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add tests for StringHelpers; Various breaking changesivarlovlie2022-02-261-52/+96
|
* feat!: ToGuid now throws on non-guid stringsivarlovlie2022-01-281-1/+8
| | | | Added ToGuidOrDefault for old behaviour
* Change to file-scoped namespaces.ivarlovlie2021-11-201-62/+61
| | | | Add ConditionalWhere to QueryableHelpers.cs
* Make ToGuid safe (not able to throw)ivarlovlie2021-04-281-1/+1
|
* Fix UnicornFormatWithEnvironmentivarlovlie2021-04-251-2/+2
|
* Check for IsNullOrWhiteSpaceivarlovlie2021-04-241-0/+1
| | | | UnicornFormatWithEnvironment: string.Replace() throws when replace value is null, add IsNullOrWhiteSpace check
* Add UnicornFormativarlovlie2021-04-231-4/+24
|
* Initial commitivarlovlie2021-04-011-0/+67