./nugetz
pkg

rafaelfgx/DotNetCore.Validationv20.10.0

.NET 10.0

DotNetCore.Validation

License

MIT

Deps

1

Install Size

Vulns

✓ 0

Published

Feb 11, 2026

Get Started

$ dotnet add package DotNetCore.Validation

Readme

DotNetCore.Validation

Extensions

public static class Extensions { public static (bool, string) Validation<T>(this IValidator<T> validator, T instance) { } }