Pawel Wilczewski

Results 1 issues of Pawel Wilczewski

### Describe the feature Currently, it's possible to use the validation result only if you use the _ErrorOr_ overload: ``` var result = FilePath.TryFrom("X:/test"); if (!result.IsSuccess) { Console.Out.WriteLine("Validation error occurred:...

enhancement