Dmitriy Ivanov

Results 1 issues of Dmitriy Ivanov

### Describe the feature Please include the next scenario in your microbenchmarks and help: ```CSharp [ValueObject(typeof(string))] public partial struct AccessToken { public static Validation Validate(string? value) { Guard.IsNullOrEmpty(value); //

enhancement