10 packages tagged with “exists”
A validation module checking for Yahoo account existence
A validation module checking for existence of US ZipCodes, updated daily (if available)
A validation module checking for Gmail account existence
Add data attributes to setting class methods to validate input, set default values etc
Path Exists (path-exists) binding library for Bridge.NET projects.
Provides a set of I/O oriented extension methods methods extending from Xunit.
Library to verify that an email address exists.
File Exists (file-exists) binding library for Bridge.NET projects.
Useful validation rules for FluentValidation and Entity Framework Core. Unique - Validate if the value is unique in the given DbContext for the given entity and property Exists - Validate if the value exists in the given DbContext for the given entity and property Example: RuleFor(x => x.Email).Unique(context, (User user) => user.Email) Validates that the given email does not already exist for any user in the database.
ExtendedVector utility - std::vector with all .NET's List features: ForEach, FindAll, and more! Increase your productivity and vector handling with just one header.