Ecosyste.ms: OpenCollective

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

FluentValidation

FluentValidation is a .net library for building validation rules.
Collective - Host: opensource - https://opencollective.com/fluentvalidation - Website: https://fluentvalidation.net - Code: https://github.com/FluentValidation/FluentValidation

Add file header live template

github.com/FluentValidation/FluentValidation - 8c0a5c1c2738c8b76a9ad0847b869204194d4145 authored over 4 years ago
Deprecate AppendAdditionalArguments

github.com/FluentValidation/FluentValidation - 464fd7b5f70998bc2ea853d2996efacb0bab531a authored over 4 years ago
Implement polymorphic child validator. (#1488)

github.com/FluentValidation/FluentValidation - cc38c9843901262d49634b9999816e76f5b9a5d3 authored over 4 years ago
Minor performance improvement to message construction

github.com/FluentValidation/FluentValidation - ecade5d2cbc5c7ee46caf380d9022c55d3fa2d42 authored over 4 years ago
Ensure accessor isn't overwritten by child validators

github.com/FluentValidation/FluentValidation - 8589480f06a13e7bef2fa2f39e07be3f51c78f3d authored over 4 years ago
Additional async condition tests

github.com/FluentValidation/FluentValidation - ce192aab905062e28bc089e1f0ecbaf070c10a3a authored over 4 years ago
Cache the property value within the same rule chain

github.com/FluentValidation/FluentValidation - 56c9fa5a2225c7682eaafdfb9ff9502975f86317 authored over 4 years ago
Remove use of Lazy<T> for performance.

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

github.com/FluentValidation/FluentValidation - 7202c52e43eceed2374003d2a5e220e0c08d0e99 authored over 4 years ago
Switch to github actions. (#1497)

github.com/FluentValidation/FluentValidation - ed22fdae1f41b51bc8236a0fc684c7c76a497d6b authored over 4 years ago
Fix IncludeRulesNotInRuleSet (#1493)

github.com/FluentValidation/FluentValidation - fe8e8b19c59227cb09af414a6c5b32d482922932 authored over 4 years ago
Update packaging logic and simplify CI build number generation

github.com/FluentValidation/FluentValidation - 6f0148ff9fc00caed33789e262a7240e27b098d9 authored over 4 years ago
Add links to Blazor integration projects

github.com/FluentValidation/FluentValidation - afb71f18ec89e531dca927b6ec071b17bd649ec2 authored over 4 years ago
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...

github.com/FluentValidation/FluentValidation - 03d6b6390754f23c778a3d24655ba28d4f4eb5ab authored over 4 years ago
Make ValidationContext.ThrowOnFailures public and bump version

github.com/FluentValidation/FluentValidation - 27eff585451859d395ae915861e517ad1c5dd732 authored over 4 years ago
linux build.sh should run pwsh not powershell

github.com/FluentValidation/FluentValidation - 0573482615dc2b4b9357321a06431b57cade7ab0 authored over 4 years ago
Fix typos in built-in-validators.md

github.com/FluentValidation/FluentValidation - 2083813e799ab39ca86372431c208b74ec1dd99a authored over 4 years ago
Fix deprecation warning message

github.com/FluentValidation/FluentValidation - fad780a369a645079d948700126e48a28ae743d4 authored over 4 years ago
Bump version and update changelog

github.com/FluentValidation/FluentValidation - bbdacbd64fbd4e37ac9707d421e3327caa7c3b6f authored over 4 years ago
Introduce validation strategy as a way to simplify the number of Validate overloads (#1475)

github.com/FluentValidation/FluentValidation - feac1217ee3a2d87fbf99764dbc170b7433c1ce0 authored over 4 years ago
Implement validator-level fail-fast behaviour (#1478)

github.com/FluentValidation/FluentValidation - 757f20487fe822834f13b4dadc45bc0cc7852417 authored over 4 years ago
Revert "Remove historic fixing of assembly version to a single major version"

This reverts commit 6f38b0b1bf3d768a79df203b70a40172446db428.

github.com/FluentValidation/FluentValidation - 1892fc6e352e5350649312156aab008624413432 authored over 4 years ago
Fix missing Global (#1476)

github.com/FluentValidation/FluentValidation - d073ff4657cf543191fce1c3d678df6f88dab67a authored over 4 years ago
Add async test helper (#1423)

github.com/FluentValidation/FluentValidation - 5497f2f4a5e64618b2043167120981525d025fc0 authored over 4 years ago
Ensure c# overrides are at bottom of editorconfig. Fixes #1470

github.com/FluentValidation/FluentValidation - 0718c5e885277286a91628c80ec1fb05cdce5cc0 authored over 4 years ago
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...

github.com/FluentValidation/FluentValidation - 7daf5e069aec03a195731210ecaa38233df33e33 authored over 4 years ago
Added missing placeholder to documentation (#1454)

github.com/FluentValidation/FluentValidation - bddc28c37f03d562c7a8916335d225f2de62fd68 authored over 4 years ago
Remove historic fixing of assembly version to a single major version

github.com/FluentValidation/FluentValidation - 6f38b0b1bf3d768a79df203b70a40172446db428 authored over 4 years ago
Ensure core test project runs under netcoreapp3.1. Remove test run for unsupported netcoreapp2.0

github.com/FluentValidation/FluentValidation - eb4835269fd6bc42f2f00427ca7393c3a7ebcf3b authored over 4 years ago
Resolve issue using async conditions with async validator in a sync validaiton run (#1438)

github.com/FluentValidation/FluentValidation - f316345dcfe270bb4523750c79b1eca8a728c5b5 authored over 4 years ago
Replace "default" and "*" rule-set name literals with constants. (#1435)

github.com/FluentValidation/FluentValidation - 8d34ce17b2f646bbfa887437297de18d9b0c7eaf authored over 4 years ago
Ensure Transform works with RuleForEach (#1450)

github.com/FluentValidation/FluentValidation - 493aac28c7a0f1c6509a7ed9d5d6319dc430bdff authored over 4 years ago
Ensure Transform works with RuleForEach #1450

github.com/FluentValidation/FluentValidation - 67a4105700479a523d3aaa5be36a59977bb644cc authored over 4 years ago
Bump incorrect assembly version

github.com/FluentValidation/FluentValidation - 109db23f23100365402d91f446992080c5573bf9 authored over 4 years ago
Inconsistency with splitting ruleset (#1432)

github.com/FluentValidation/FluentValidation - 8ae1f413d030eee23ae61a97d95cc8fb338d141c authored over 4 years ago
Update changelog and bump version

github.com/FluentValidation/FluentValidation - 91754e39b16ec61acee275e9e7fc5b9f0464494e authored over 4 years ago
Allow service lifetime to be configurable

github.com/FluentValidation/FluentValidation - b11c922be5ddb1a9441ded2b8af4660717317cce authored over 4 years ago
Update changelog, and ensure both overloads of AddFluentValidation are consistent

github.com/FluentValidation/FluentValidation - 964b926dc2370ae0ce92004bb0357f6ade8e206a authored over 4 years ago
Tests for filtering scanned types

github.com/FluentValidation/FluentValidation - 1dcbbd7201caf69f12cfc4c9cec9d3df0a649ca0 authored over 4 years ago
Split out additional options docs

github.com/FluentValidation/FluentValidation - 662ea827aebaf3dcb35451d4ff1cdaf99c82424e authored over 4 years ago
Adding docs: Severity, ErrorCode, CustomState (#1408)

github.com/FluentValidation/FluentValidation - 02a3c876b2b39a3962cc7629c16683d091f93e9b authored over 4 years ago
Add instructions for building docs (#1407)

github.com/FluentValidation/FluentValidation - 7c7f573c4432a98c176f15d87b18cff10d786861 authored over 4 years ago
Allow auto-validation to be disabled and add an optional filter for auto-reigstration types

github.com/FluentValidation/FluentValidation - ea12a0b2515d1c49fb1768a2b3f290e965333006 authored over 4 years ago
Fix syntax highlighting error

github.com/FluentValidation/FluentValidation - 5d2a54cdd6579165ce283de6a1c0507ff1c086b5 authored over 4 years ago
Doc compatibility with sphinx 3.x

github.com/FluentValidation/FluentValidation - d3eb8674ff03cfd35f7237c102f8d7df21ff4f06 authored over 4 years ago
latestPast --> latestFeature

github.com/FluentValidation/FluentValidation - e30282051b5b953361663a5a6c4293a24282f946 authored over 4 years ago
fixed broken links

removed / where .html-files were referenced

github.com/FluentValidation/FluentValidation - a7ca6a091fa666235f735809d187792f2be0bf75 authored over 4 years ago
add rollforward to SDK version

makes life easier for opening the project in VS

github.com/FluentValidation/FluentValidation - d0c43353a87a24afa9e8da6fd28b49edf1f6c6c9 authored over 4 years ago
ComparisonProperty now passes through the DisplayName resolver.

github.com/FluentValidation/FluentValidation - 85109afc0ccdbcdf9e9818e6d6e22bf40da5766c authored over 4 years ago
Allow ComparisonProperty placeholder to pass through custom resolver.

github.com/FluentValidation/FluentValidation - c6f52132690602d9a3cb90c6a7a57ef8b05cd262 authored over 4 years ago
Cache accessors for comparison properties.

github.com/FluentValidation/FluentValidation - 1b5799ed1e1f2e4891b2acbdfc4d0b44959c80a2 authored over 4 years ago
Move transform method to syntax interface.

github.com/FluentValidation/FluentValidation - 26ae4b5d274eaff6952b4811de2aee0270604798 authored over 4 years ago
Update support-request.md

github.com/FluentValidation/FluentValidation - aed2d4e2912d67718443f7f95e8fe32daa176c2a authored over 4 years ago
Update issue templates (#1382)

github.com/FluentValidation/FluentValidation - b87a52b4bfc734b7f061107fd80b250b1266406d authored over 4 years ago
Be clearer about supported versionf of .net core, update package installation instructions

github.com/FluentValidation/FluentValidation - 54d5ebac69d75bfb443cb592eca6f45450dba482 authored over 4 years ago
Stronger deprecation warnings.

github.com/FluentValidation/FluentValidation - fe270f91a3643cc5967e66325c37f1f3fafeea19 authored over 4 years ago
Continue introducing generics for IncludeRule and ChildValidatorAdaptor

github.com/FluentValidation/FluentValidation - bffb755d2af447860f27c522af0e57e787e0767c authored over 4 years ago
Fix upgrade guide grammar

github.com/FluentValidation/FluentValidation - a0baa4d6b4c9b0a741551c4da82986133d1f4eb9 authored over 4 years ago
Replace non-generic ValidationContext class with interface.

github.com/FluentValidation/FluentValidation - 3081e69c3b61036e87f1aa7410c6b5bd4fb0f052 authored almost 5 years ago
Remove non-generic Validate method that didn't take a context.

github.com/FluentValidation/FluentValidation - 02f10c0b6e9aacbcb0301b10080647b60956b678 authored almost 5 years ago
Drop support for obsolete .NET Core versions.

github.com/FluentValidation/FluentValidation - 8951d481b2ab9e3e4f08865b839f8ce21c65295b authored almost 5 years ago
Use ValidationContext<T>.GetFromNonGeneric instead of casts

github.com/FluentValidation/FluentValidation - c1255311764403b0dae55ba0505b179279c4978e authored almost 5 years ago
#1370 RangeClientValidator, RangeMinClientValidator and RangeMaxClien… (#1371)

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

github.com/FluentValidation/FluentValidation - 3a31c606c0a0efeebe856f2bc99b54e14e73a90d authored almost 5 years ago
Fixed "wawrning" in "Default Email Validation Mode Changed" (#1373)

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

github.com/FluentValidation/FluentValidation - 976c5a4130d71b3873ef74062a9e3426d1a91268 authored almost 5 years ago
Add ValidationContext to When predicate (#1365)

* added ValidationContext to When predicate

* removed duplicte methods and using generic Vali...

github.com/FluentValidation/FluentValidation - 42f4d2255dd91e4a8c426be2bf918723b0f878c3 authored almost 5 years ago
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...

github.com/FluentValidation/FluentValidation - 3d804320b9a55a85aa5046cc7dd5ee7d2f8eb6ec authored almost 5 years ago
Attempt to fix windows builds

github.com/FluentValidation/FluentValidation - 454cd3b323366e0a8b9d7a2306387187d53a93d2 authored almost 5 years ago
Move some examples to improve doc flow (#1359)

github.com/FluentValidation/FluentValidation - de1400928b9517bedf3cb8936b72a3d0334d0180 authored almost 5 years ago
Use the correct word for size in Dutch (#1349)

github.com/FluentValidation/FluentValidation - ad7730c1a3c5d5dc8c3d81d4bc96440d59705aa6 authored almost 5 years ago
Add ValidationException constructor with support for custom message and errors message (#1338)

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

github.com/FluentValidation/FluentValidation - 259087fd7bd5465601e51bf9344233e3f1682e2a authored almost 5 years ago
Create CONTRIBUTING.md

github.com/FluentValidation/FluentValidation - 36e8b3ee0d2f1bf922d98a5f804797fb46103241 authored almost 5 years ago
Validate parameter in CanValidateInstancesOfType

github.com/FluentValidation/FluentValidation - 44822a657ae9f315e98241b840c66dc71589d263 authored almost 5 years ago
Ensure ColletionIndex placeholder can be accessed in child validators.

github.com/FluentValidation/FluentValidation - ac054b1e30db91e8ce83cff900e6d713da7b6d5f authored almost 5 years ago
Fix CollectionIndex not working with async. Update changelog

github.com/FluentValidation/FluentValidation - da0fd64ed57926d7437f2a1aee960f370cbda5e1 authored almost 5 years ago