Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/FluentValidation/FluentValidation

A popular .NET validation library for building strongly-typed validation rules.
https://github.com/FluentValidation/FluentValidation

Add benchmarks

e1a6827f87502a387beebaf9931d04d36dc3d044 authored over 4 years ago by Jeremy Skinner <[email protected]>
Add file header live template

8c0a5c1c2738c8b76a9ad0847b869204194d4145 authored over 4 years ago by Jeremy Skinner <[email protected]>
Deprecate AppendAdditionalArguments

464fd7b5f70998bc2ea853d2996efacb0bab531a authored over 4 years ago by Jeremy Skinner <[email protected]>
Implement polymorphic child validator. (#1488)

cc38c9843901262d49634b9999816e76f5b9a5d3 authored over 4 years ago by Jeremy Skinner <[email protected]>
Minor performance improvement to message construction

ecade5d2cbc5c7ee46caf380d9022c55d3fa2d42 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update PropertyRule.cs

c2f049702f6615bfadb10c1b7bfaca06f99ff671 authored over 4 years ago by Jeremy Skinner <[email protected]>
Cleanup

34c12303bf2bb924a4b9fb5d2965cbe02e31529f authored over 4 years ago by Jeremy Skinner <[email protected]>
Ensure accessor isn't overwritten by child validators

8589480f06a13e7bef2fa2f39e07be3f51c78f3d authored over 4 years ago by Jeremy Skinner <[email protected]>
Additional async condition tests

ce192aab905062e28bc089e1f0ecbaf070c10a3a authored over 4 years ago by Jeremy Skinner <[email protected]>
Cache the property value within the same rule chain

56c9fa5a2225c7682eaafdfb9ff9502975f86317 authored over 4 years ago by Jeremy Skinner <[email protected]>
Remove use of Lazy<T> for performance.

This level of thread safety isn't needed within a validation run, only within validator construc...

7202c52e43eceed2374003d2a5e220e0c08d0e99 authored over 4 years ago by Jeremy Skinner <[email protected]>
Switch to github actions. (#1497)

ed22fdae1f41b51bc8236a0fc684c7c76a497d6b authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix IncludeRulesNotInRuleSet (#1493)

fe8e8b19c59227cb09af414a6c5b32d482922932 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update blazor.md

3e61c533a09c4a53f51cdcf8ef6abc1120da66af authored over 4 years ago by Jeremy Skinner <[email protected]>
Remove unused target

98f083ecb20ab69c865637a26b71e07160c6ede3 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update packaging logic and simplify CI build number generation

6f0148ff9fc00caed33789e262a7240e27b098d9 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update README.md

863fc9c7f3614afebc6768e6c1cf7b19da23e166 authored over 4 years ago by Jeremy Skinner <[email protected]>
Add links to Blazor integration projects

afb71f18ec89e531dca927b6ec071b17bd649ec2 authored over 4 years ago by Jeremy Skinner <[email protected]>
Include the project signing key in the repo.

This is now Microsoft's guidance for OSS projects as strong naming
is not a security feature.
Se...

03d6b6390754f23c778a3d24655ba28d4f4eb5ab authored over 4 years ago by Jeremy Skinner <[email protected]>
Make ValidationContext.ThrowOnFailures public and bump version

27eff585451859d395ae915861e517ad1c5dd732 authored over 4 years ago by Jeremy Skinner <[email protected]>
linux build.sh should run pwsh not powershell

0573482615dc2b4b9357321a06431b57cade7ab0 authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix typos in built-in-validators.md

2083813e799ab39ca86372431c208b74ec1dd99a authored over 4 years ago by jinai <[email protected]>
Bump version.

4ed844686aac16320a7b8e3ea0885a70c4a5ce92 authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix deprecation warning message

fad780a369a645079d948700126e48a28ae743d4 authored over 4 years ago by Jeremy Skinner <[email protected]>
Bump version and update changelog

bbdacbd64fbd4e37ac9707d421e3327caa7c3b6f authored over 4 years ago by Jeremy Skinner <[email protected]>
Introduce validation strategy as a way to simplify the number of Validate overloads (#1475)

feac1217ee3a2d87fbf99764dbc170b7433c1ce0 authored over 4 years ago by Jeremy Skinner <[email protected]>
Implement validator-level fail-fast behaviour (#1478)

757f20487fe822834f13b4dadc45bc0cc7852417 authored over 4 years ago by Jeremy Skinner <[email protected]>
Revert "Remove historic fixing of assembly version to a single major version"

This reverts commit 6f38b0b1bf3d768a79df203b70a40172446db428.

1892fc6e352e5350649312156aab008624413432 authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix missing Global (#1476)

d073ff4657cf543191fce1c3d678df6f88dab67a authored over 4 years ago by Tino Hager <[email protected]>
Add async test helper (#1423)

5497f2f4a5e64618b2043167120981525d025fc0 authored over 4 years ago by Jeremy Skinner <[email protected]>
Documentation updates

2ae6be3bfe60fb75baa266959772ec6e11941a8f authored over 4 years ago by Jeremy Skinner <[email protected]>
Ensure c# overrides are at bottom of editorconfig. Fixes #1470

0718c5e885277286a91628c80ec1fb05cdce5cc0 authored over 4 years ago by Jeremy Skinner <[email protected]>
Add IActionContextValidatorInterceptor and avoid throwing if the ActionContext is not a Controller Context (#1456)

* Added failing test using a global interceptor with razor pages

* Added ActonContextValidati...

7daf5e069aec03a195731210ecaa38233df33e33 authored over 4 years ago by David Driscoll <[email protected]>
Added missing placeholder to documentation (#1454)

bddc28c37f03d562c7a8916335d225f2de62fd68 authored over 4 years ago by Ruaan Kruger <[email protected]>
Remove historic fixing of assembly version to a single major version

6f38b0b1bf3d768a79df203b70a40172446db428 authored over 4 years ago by Jeremy Skinner <[email protected]>
Ensure core test project runs under netcoreapp3.1. Remove test run for unsupported netcoreapp2.0

eb4835269fd6bc42f2f00427ca7393c3a7ebcf3b authored over 4 years ago by Jeremy Skinner <[email protected]>
Resolve issue using async conditions with async validator in a sync validaiton run (#1438)

f316345dcfe270bb4523750c79b1eca8a728c5b5 authored over 4 years ago by Jeremy Skinner <[email protected]>
Replace "default" and "*" rule-set name literals with constants. (#1435)

8d34ce17b2f646bbfa887437297de18d9b0c7eaf authored over 4 years ago by Shimmy <[email protected]>
Ensure Transform works with RuleForEach (#1450)

493aac28c7a0f1c6509a7ed9d5d6319dc430bdff authored over 4 years ago by Jeremy Skinner <[email protected]>
Ensure Transform works with RuleForEach #1450

67a4105700479a523d3aaa5be36a59977bb644cc authored over 4 years ago by Jeremy Skinner <[email protected]>
Jetbrains attribution

fd947ea2592f7a5b4f4ae42a9ca7e9cd30ec5562 authored over 4 years ago by Jeremy Skinner <[email protected]>
Create FUNDING.yml

1b99b566a02c2c78fcbdce13d3684f0cbb9cadf4 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update README.md

027e2ce6e3971e03a014c235c2ea6e966ae0627a authored over 4 years ago by Jeremy Skinner <[email protected]>
Bump incorrect assembly version

109db23f23100365402d91f446992080c5573bf9 authored over 4 years ago by Jeremy Skinner <[email protected]>
Inconsistency with splitting ruleset (#1432)

8ae1f413d030eee23ae61a97d95cc8fb338d141c authored over 4 years ago by Tomasz Anuszkiewicz <[email protected]>
Update CONTRIBUTING.md

ab60c9d41c4d63322f7d7ba1fdffd6606bbd5d81 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update changelog and bump version

91754e39b16ec61acee275e9e7fc5b9f0464494e authored over 4 years ago by Jeremy Skinner <[email protected]>
Allow service lifetime to be configurable

b11c922be5ddb1a9441ded2b8af4660717317cce authored over 4 years ago by Jeremy Skinner <[email protected]>
Update aspnet docs

e74839f0fb2cb018b85df9ba46db404898b428cb authored over 4 years ago by Jeremy Skinner <[email protected]>
Update changelog, and ensure both overloads of AddFluentValidation are consistent

964b926dc2370ae0ce92004bb0357f6ade8e206a authored over 4 years ago by Jeremy Skinner <[email protected]>
Tests for filtering scanned types

1dcbbd7201caf69f12cfc4c9cec9d3df0a649ca0 authored over 4 years ago by Jeremy Skinner <[email protected]>
Documentation updates

3e8722a788170e00354e04b4d85a2dc3f508295a authored over 4 years ago by Jeremy Skinner <[email protected]>
Split out additional options docs

662ea827aebaf3dcb35451d4ff1cdaf99c82424e authored over 4 years ago by Jeremy Skinner <[email protected]>
Adding docs: Severity, ErrorCode, CustomState (#1408)

02a3c876b2b39a3962cc7629c16683d091f93e9b authored over 4 years ago by Sean Killeen <[email protected]>
Add instructions for building docs (#1407)

7c7f573c4432a98c176f15d87b18cff10d786861 authored over 4 years ago by Sean Killeen <[email protected]>
Allow auto-validation to be disabled and add an optional filter for auto-reigstration types

ea12a0b2515d1c49fb1768a2b3f290e965333006 authored over 4 years ago by Jeremy Skinner <[email protected]>
Pin doc dependencies

fbb3099d2dfb1b9c5c908eef7470f20356c3fc96 authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix syntax highlighting error

5d2a54cdd6579165ce283de6a1c0507ff1c086b5 authored over 4 years ago by Jeremy Skinner <[email protected]>
Doc compatibility with sphinx 3.x

d3eb8674ff03cfd35f7237c102f8d7df21ff4f06 authored over 4 years ago by Jeremy Skinner <[email protected]>
latestPast --> latestFeature

e30282051b5b953361663a5a6c4293a24282f946 authored over 4 years ago by Sean Killeen <[email protected]>
fixed broken links

removed / where .html-files were referenced

a7ca6a091fa666235f735809d187792f2be0bf75 authored over 4 years ago by Schreier <[email protected]>
add rollforward to SDK version

makes life easier for opening the project in VS

d0c43353a87a24afa9e8da6fd28b49edf1f6c6c9 authored over 4 years ago by Jan <[email protected]>
Bump version

1bdacbd71bb861faba124ebc139ad8a760da714e authored over 4 years ago by Jeremy Skinner <[email protected]>
ComparisonProperty now passes through the DisplayName resolver.

85109afc0ccdbcdf9e9818e6d6e22bf40da5766c authored over 4 years ago by Jeremy Skinner <[email protected]>
Allow ComparisonProperty placeholder to pass through custom resolver.

c6f52132690602d9a3cb90c6a7a57ef8b05cd262 authored over 4 years ago by Jeremy Skinner <[email protected]>
Cache accessors for comparison properties.

1b5799ed1e1f2e4891b2acbdfc4d0b44959c80a2 authored over 4 years ago by Jeremy Skinner <[email protected]>
Move transform method to syntax interface.

26ae4b5d274eaff6952b4811de2aee0270604798 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update README.md

4f0a5d08ae4c23635e2ede962c8ee75b20be5030 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update support-request.md

aed2d4e2912d67718443f7f95e8fe32daa176c2a authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix tests (#1388)

df3930841d889291dcf407374e0f295a401162d9 authored over 4 years ago by volodin-danila <[email protected]>
Update issue templates (#1382)

b87a52b4bfc734b7f061107fd80b250b1266406d authored over 4 years ago by Jeremy Skinner <[email protected]>
Be clearer about supported versionf of .net core, update package installation instructions

54d5ebac69d75bfb443cb592eca6f45450dba482 authored over 4 years ago by Jeremy Skinner <[email protected]>
Stronger deprecation warnings.

fe270f91a3643cc5967e66325c37f1f3fafeea19 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update upgrade guide

0832ae4d3736befef60e67d626262bfbb9ebfb1b authored over 4 years ago by Jeremy Skinner <[email protected]>
Continue introducing generics for IncludeRule and ChildValidatorAdaptor

bffb755d2af447860f27c522af0e57e787e0767c authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix upgrade guide grammar

a0baa4d6b4c9b0a741551c4da82986133d1f4eb9 authored over 4 years ago by Jeremy Skinner <[email protected]>
Replace non-generic ValidationContext class with interface.

3081e69c3b61036e87f1aa7410c6b5bd4fb0f052 authored over 4 years ago by Jeremy Skinner <[email protected]>
Remove non-generic Validate method that didn't take a context.

02f10c0b6e9aacbcb0301b10080647b60956b678 authored over 4 years ago by Jeremy Skinner <[email protected]>
Bump version

79e5347f5de68cce9319d296b25c1cb27daa60f4 authored over 4 years ago by Jeremy Skinner <[email protected]>
Drop support for obsolete .NET Core versions.

8951d481b2ab9e3e4f08865b839f8ce21c65295b authored over 4 years ago by Jeremy Skinner <[email protected]>
Use ValidationContext<T>.GetFromNonGeneric instead of casts

c1255311764403b0dae55ba0505b179279c4978e authored over 4 years ago by Jeremy Skinner <[email protected]>
Update changelog

673608c2691db54e3c701c7de8da8d834f5da047 authored over 4 years ago by Jeremy Skinner <[email protected]>
#1370 RangeClientValidator, RangeMinClientValidator and RangeMaxClien… (#1371)

* #1370 RangeClientValidator, RangeMinClientValidator and RangeMaxClientValidator problem when w...

3a31c606c0a0efeebe856f2bc99b54e14e73a90d authored over 4 years ago by Marcos Gomes <[email protected]>
Fixed "wawrning" in "Default Email Validation Mode Changed" (#1373)

Fixed "wawrning" in ``Default Email Validation Mode Changed``.

976c5a4130d71b3873ef74062a9e3426d1a91268 authored over 4 years ago by devhb <[email protected]>
Add ValidationContext to When predicate (#1365)

* added ValidationContext to When predicate

* removed duplicte methods and using generic Vali...

42f4d2255dd91e4a8c426be2bf918723b0f878c3 authored over 4 years ago by David Cabiness <[email protected]>
Add Icelandic (#1362)

47243f707c5e2198e48c0305dff01e4507f37913 authored over 4 years ago by Andri73 <[email protected]>
Change ScalePrecisionValidator to check digits to the left of decimal point (#1356)

* Change ScalePrecisionValidator to to check digits to left of decimal point

Change the behav...

3d804320b9a55a85aa5046cc7dd5ee7d2f8eb6ec authored over 4 years ago by Nick Howell <[email protected]>
Attempt to fix windows builds

454cd3b323366e0a8b9d7a2306387187d53a93d2 authored over 4 years ago by Jeremy Skinner <[email protected]>
Move some examples to improve doc flow (#1359)

de1400928b9517bedf3cb8936b72a3d0334d0180 authored almost 5 years ago by Jackson Miller <[email protected]>
Use the correct word for size in Dutch (#1349)

ad7730c1a3c5d5dc8c3d81d4bc96440d59705aa6 authored almost 5 years ago by David Cumps <[email protected]>
Add ValidationException constructor with support for custom message and errors message (#1338)

* feat: add ValidationException constructor with support for custom message and errors message
...

259087fd7bd5465601e51bf9344233e3f1682e2a authored almost 5 years ago by MaciekD <[email protected]>
Update copyright

71dd8b2bed3354506ac375de88beab26b4a31fee authored almost 5 years ago by Jeremy Skinner <[email protected]>
Update copyright

265fef0aed50183a8a48be4ffc0abd40c2ccaa2e authored almost 5 years ago by Jeremy Skinner <[email protected]>
Create CONTRIBUTING.md

36e8b3ee0d2f1bf922d98a5f804797fb46103241 authored almost 5 years ago by Jeremy Skinner <[email protected]>
Fix typos (#1342)

b8bcfaa35acfbb62384decc4152930a3e04cb3d8 authored almost 5 years ago by Jos van der Til <[email protected]>
Validate parameter in CanValidateInstancesOfType

44822a657ae9f315e98241b840c66dc71589d263 authored almost 5 years ago by Jeremy Skinner <[email protected]>
Bump version.

f2992a4785eb6ae632fcf1349875047c32945bd7 authored almost 5 years ago by Jeremy Skinner <[email protected]>
Ensure ColletionIndex placeholder can be accessed in child validators.

ac054b1e30db91e8ce83cff900e6d713da7b6d5f authored almost 5 years ago by Jeremy Skinner <[email protected]>
Merge branch '8.x'

865208c8a64e5b65a2b457016bb6df059572b895 authored almost 5 years ago by Jeremy Skinner <[email protected]>
Fix CollectionIndex not working with async. Update changelog

da0fd64ed57926d7437f2a1aee960f370cbda5e1 authored almost 5 years ago by Jeremy Skinner <[email protected]>