Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kolan72
/
ExpressValidator
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Update dev-di from main.
- #66
#66
Merged
kolan72
merged 17 commits into
dev-di
kolan72/ExpressValidator:dev-di
from
main
kolan72/ExpressValidator:main
Copy head branch name to clipboard
Nov 23, 2025
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Update dev-di from main.
#66
kolan72
merged 17 commits into
dev-di
kolan72/ExpressValidator:dev-di
from
main
kolan72/ExpressValidator:main
Copy head branch name to clipboard
Commits
Commits on Oct 10, 2025
Merge pull request #63 from kolan72/dev-di
Show description for b5c98cb
kolan72
authored
b5c98cb
View commit details
Copy full SHA for b5c98cb
Browse repository at this point
Package 0.3.12 version and update CHANGELOG.md.
kolan72
committed
2673b94
View commit details
Copy full SHA for 2673b94
Browse repository at this point
Update Documentation README Chapter.
kolan72
committed
b188da2
View commit details
Copy full SHA for b188da2
Browse repository at this point
Add `ExpressValidator.Extensions.DependencyInjection` 'Documentation' section to README.
kolan72
committed
31fa4d8
View commit details
Copy full SHA for 31fa4d8
Browse repository at this point
Commits on Nov 2, 2025
Add a unit test that verifies `ExpressValidator` does not throw when members are null and no null-related validators are used.
kolan72
committed
0788591
View commit details
Copy full SHA for 0788591
Browse repository at this point
Remove the eagerly allocated `NotNullValidationMessageProvider` during `ExpressValidatorBuilder` configuration, and instantiate `NotNullValidationMessageProvider<object, T>` only when the value is …
Show description for d2d71ca
kolan72
committed
d2d71ca
View commit details
Copy full SHA for d2d71ca
Browse repository at this point
Commits on Nov 3, 2025
Rename `TypeValidatorBase.HasOnlyNullOrEmptyValidators` to `HasNonEmptyValidators` (inverting the boolean logic) and remove the negation of this property in the `ShouldValidate` method.
kolan72
committed
ee8914a
View commit details
Copy full SHA for ee8914a
Browse repository at this point
Move the instance field `TypeValidatorBase._shouldBeComparedToNull` to a static readonly field (renamed to `_canBeNull`) to cache the reflection result per `TypeValidatorBase<T>` type and eliminate…
Show description for eee698d
kolan72
committed
eee698d
View commit details
Copy full SHA for eee698d
Browse repository at this point
Commits on Nov 4, 2025
DRY refactor of null validation in `TypeValidatorBase<T>`.
kolan72
committed
cebb310
View commit details
Copy full SHA for cebb310
Browse repository at this point
Commits on Nov 11, 2025
Add tests for null-tolerance validation in `QuickValidator`.
kolan72
committed
416773c
View commit details
Copy full SHA for 416773c
Browse repository at this point
Merge pull request #64 from kolan72/main
Show description for 2320de8
kolan72
authored
2320de8
View commit details
Copy full SHA for 2320de8
Browse repository at this point
Update to FluentValidation 12.1.0.
kolan72
committed
801957c
View commit details
Copy full SHA for 801957c
Browse repository at this point
Commits on Nov 12, 2025
Add test for validating a primitive type using `ExpressValidatorBuilder`.
kolan72
committed
cd8ac67
View commit details
Copy full SHA for cd8ac67
Browse repository at this point
Edit README.md and NuGet.md.
kolan72
committed
bc40cb4
View commit details
Copy full SHA for bc40cb4
Browse repository at this point
Edit 'Key Features' in README.md and NuGet.md.
kolan72
committed
2bbce88
View commit details
Copy full SHA for 2bbce88
Browse repository at this point
Commits on Nov 14, 2025
Merge pull request #65 from kolan72/dev
Show description for ce645c6
kolan72
authored
ce645c6
View commit details
Copy full SHA for ce645c6
Browse repository at this point
Package 0.12.2 version and update CHANGELOG.md.
kolan72
committed
738ad9e
View commit details
Copy full SHA for 738ad9e
Browse repository at this point
You can’t perform that action at this time.