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

fixed polish translation for exact_length_error

github.com/FluentValidation/FluentValidation - ab3976479602223cbc5f9c43851009cf3628dfdf authored over 9 years ago by Jakub Bartkowiak <[email protected]>
added missing polish translation

github.com/FluentValidation/FluentValidation - 65f501db7dea59215422df04bc8d104a0a846992 authored over 9 years ago by Jakub Bartkowiak <[email protected]>
Update to support simple chinese

Update to support simple chinese

github.com/FluentValidation/FluentValidation - 47092dc7cd300d7644d0104efca0733241b0f7ec authored over 9 years ago by leehom0123 <[email protected]>
Support simple chinese

Support simple chinese

github.com/FluentValidation/FluentValidation - a21adf041920467f0ffd00128a79073ecf555d53 authored over 9 years ago by leehom0123 <[email protected]>
Include PCL test project in vs2015 sln

github.com/FluentValidation/FluentValidation - fadd5fe859e850e4403aa04bdc1400786fa241e0 authored over 9 years ago by Jeremy Skinner <[email protected]>
Update compatibility status

github.com/FluentValidation/FluentValidation - cb82f4c70d91d1edac7534a70bf4c013c25fe37b authored over 9 years ago by Jeremy Skinner <[email protected]>
Convert kproj files to xproj

github.com/FluentValidation/FluentValidation - 607eeaacb98d5d55d2f2f1e2bce6c7ef1ed8f137 authored over 9 years ago by Jeremy Skinner <[email protected]>
Additional framework profiles

github.com/FluentValidation/FluentValidation - 67850c2a7ee471195d4411de1006a5ab00b50a75 authored over 9 years ago by Jeremy Skinner <[email protected]>
Additional test for async

github.com/FluentValidation/FluentValidation - c0063996fa78171f3e3e06112ca1482a2ad29dcc authored over 9 years ago by Jeremy Skinner <[email protected]>
Update README.md

github.com/FluentValidation/FluentValidation - aa05f2e393d3be782a97a9ae70342eff1054b07f authored over 9 years ago by Jeremy Skinner <[email protected]>
Update README.md

github.com/FluentValidation/FluentValidation - 9f2207d31411596e3ac2907da53d59873de9d971 authored over 9 years ago by Jeremy Skinner <[email protected]>
Hopefully make PropertyValidatorContext.PropertyValue more threadsafe

github.com/FluentValidation/FluentValidation - eded2b2f0c52b4f8691bfe57e473ac5c2a5d74ca authored over 9 years ago by Jeremy Skinner <[email protected]>
Replaced Expression<Func<>> to Func<> in the extension methods for Length and RegularExpression Validators.

Removed unnecesary casts in LengthValidator
Now Regex validator preserves the Regex object in app...

github.com/FluentValidation/FluentValidation - 748d7c738527b1d3a45dead3c33118de0fd68945 authored over 9 years ago by Emiliano Sandler <[email protected]>
Added lambdas on LengthValidator and RegularExpressionValidator to access properties from the validator instance. This closes #92

github.com/FluentValidation/FluentValidation - 40dc6328c6dc58782858658254c7e07e4426f08b authored over 9 years ago by Emiliano Sandler <[email protected]>
Merge pull request #91 from GDoronin/feature/rule-dependency-test-tiny-fix

A tiny fix for RuleDependencyTests test name.

github.com/FluentValidation/FluentValidation - 461976f29553d5e7f02c81bd7562f491d76173a6 authored over 9 years ago by Jeremy Skinner <[email protected]>
A tiny fix for RuleDependencyTests test name.

github.com/FluentValidation/FluentValidation - 4bca45f464ae5a45fab851b6272ab83b3332d8a3 authored over 9 years ago by Gordey Doronin <[email protected]>
Implemented #75 PropertyRule should have an async version of InvokePropertyValidator.

github.com/FluentValidation/FluentValidation - 87aa512569e58184e3df72f50825566186617606 authored over 9 years ago by Jeremy Skinner <[email protected]>
Tweaks to async support

github.com/FluentValidation/FluentValidation - b7121c27cb15f0d7adf74bfb011ffbe9470138b9 authored over 9 years ago by Jeremy Skinner <[email protected]>
Merge pull request #33 from roend83/async-conditionals

Added asynchronous conditionals

github.com/FluentValidation/FluentValidation - e2e737b2142a1eeaecf3de14bf367c10fc328fbc authored over 9 years ago by Jeremy Skinner <[email protected]>
Added asynchronous conditionals

github.com/FluentValidation/FluentValidation - f61016d72d41197a0d04b34b552a6735913e62b8 authored over 9 years ago by Nathan Roe <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - 6cb6b3f52c1b0f21f4c96c5fd0eed1c11cd3cd90 authored over 9 years ago by Jeremy Skinner <[email protected]>
Merge pull request #79 from roend83/ChildValidatorProvider

Pass validator provider to SetValidator

github.com/FluentValidation/FluentValidation - c6d7ddd9065997887d497cf7a5b146250b171b94 authored over 9 years ago by Jeremy Skinner <[email protected]>
Added ability to pass in a validator provider to SetValidator (similar to SetCollectionValidator)

github.com/FluentValidation/FluentValidation - e1a80fed52784bec95c583004551771996547d42 authored over 9 years ago by nroe <[email protected]>
Add support for CancellationToken in async (#67)

github.com/FluentValidation/FluentValidation - f5bd61498400d0ccc0eab1293d5fec949f084c87 authored over 9 years ago by Jeremy Skinner <[email protected]>
Fix #66 DelegateValidator causes deadlock

github.com/FluentValidation/FluentValidation - 7de438d9c70e43972e3ca93a03381a7ae1929c29 authored over 9 years ago by Jeremy Skinner <[email protected]>
Fixed #52 (missing dependency)

github.com/FluentValidation/FluentValidation - 0b90e50d1a1d61f1d7c3a8a8a0fb53c6ab67b8fe authored over 9 years ago by Jeremy Skinner <[email protected]>
Fix issue with GetAssembly

github.com/FluentValidation/FluentValidation - 232578a965bc1077ac8c55755150257fa44cf94b authored over 9 years ago by Jeremy Skinner <[email protected]>
Update project urls in nuspec files

github.com/FluentValidation/FluentValidation - c2cbaa833ba8cfd3971107b618be80aa9a4a9bea authored over 9 years ago by Jeremy Skinner <[email protected]>
Update version num

github.com/FluentValidation/FluentValidation - 9d765e252c678194b7f618285ca7e9ef42a3a5ef authored over 9 years ago by Jeremy Skinner <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - 4a6c6471de340d020301992a459b3a1982f6ddfe authored over 9 years ago by Jeremy Skinner <[email protected]>
Fix embedded resources on new test project

github.com/FluentValidation/FluentValidation - 60b2bf55130011dc344f0993878a6fddf7e3cc88 authored over 9 years ago by Jeremy Skinner <[email protected]>
Fix issue with missing parameter on GetRuntimeMethod

github.com/FluentValidation/FluentValidation - 118647545d46037bb59c6e8deb352e9a3a5afca2 authored over 9 years ago by Jeremy Skinner <[email protected]>
Fixed an issue where CreateGetter threw an exception in PCLs

github.com/FluentValidation/FluentValidation - af948acb468ef6c777ddbac5748b3d02cb4248a5 authored over 9 years ago by Jeremy Skinner <[email protected]>
Add tests for loading the PCL version

github.com/FluentValidation/FluentValidation - 410ad3a4f7e5c361bd92ca902b80ed04e906c944 authored over 9 years ago by Jeremy Skinner <[email protected]>
RegExValidator can now use a special {RegularExpression} placeholder in its error message.

github.com/FluentValidation/FluentValidation - 609819a310c0493abd9b65a309c036bcd21ddbea authored over 9 years ago by Jeremy Skinner <[email protected]>
Get rules by ruleset on descriptor

github.com/FluentValidation/FluentValidation - 0f05cc4dfec21bde427c53b2a7a2af8199b7ad26 authored over 9 years ago by Jeremy Skinner <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - e65c213b8a341a7dcd8601c3c11f33d610b575b6 authored over 9 years ago by Jeremy Skinner <[email protected]>
Bump version to 5.6

github.com/FluentValidation/FluentValidation - 0aa198d1b0b1df5e590f0dc4ee349673157739ca authored over 9 years ago by Jeremy Skinner <[email protected]>
update changelog

github.com/FluentValidation/FluentValidation - 40e913a81f2a5925ba118434daab37e6b20f1b3d authored over 9 years ago by Jeremy Skinner <[email protected]>
Update chaneglog

github.com/FluentValidation/FluentValidation - d32d530ae54bfb41653429256263db08d02ec32e authored over 9 years ago by Jeremy Skinner <[email protected]>
Merge pull request #68 from pashute/patch-1

duplicated location of documentation

github.com/FluentValidation/FluentValidation - 33fb393f2247f27f91d5d00b528fe0c9c7c9a863 authored over 9 years ago by Jeremy Skinner <[email protected]>
duplicated location of documentation

The github move is confusing enough.

With no link on the sidebar to documentation, only to is...

github.com/FluentValidation/FluentValidation - 5539e382b1ec07a682bcc0d1339b4942b4206638 authored over 9 years ago by pashute <[email protected]>
Rule dependencies

github.com/FluentValidation/FluentValidation - 0cc0f4765ef975c970f3ac27030171abf09d3920 authored over 9 years ago by Jeremy Skinner <[email protected]>
Merge pull request #50 from josipkolic/master

Added macedonian resource file for validation messages

github.com/FluentValidation/FluentValidation - 27a71171d1dadd8fc7f82ea83eb4cc1d9787fcae authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update README.md

github.com/FluentValidation/FluentValidation - 80d01d9007779d5cf5355ba1c21857e68adfee96 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Move docs to github wiki

github.com/FluentValidation/FluentValidation - 9044c65144c3da2f8dea2577436b918adbeba355 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update README.md

github.com/FluentValidation/FluentValidation - 8bf52ffded177ff091d1d6431e02ab311fbc27fa authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update nuget.md

github.com/FluentValidation/FluentValidation - 31a3018015b609c74d6434e9cb6fb699fccdcf94 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update IoC.md

github.com/FluentValidation/FluentValidation - 5bdd9c90e33d826a80fbd89abe65f02ff2690f14 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update MVC.md

github.com/FluentValidation/FluentValidation - 91cea18991195881fa7bb7aa08f66f9810ff7785 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update Testing.md

github.com/FluentValidation/FluentValidation - 48aca3fcf542dd8b4366601d94abb6378da801b9 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Added macedonian resource file for validation messages

github.com/FluentValidation/FluentValidation - 78422f13ff8f9afa4a86add5811eabb3a6fe9387 authored almost 10 years ago by Josip Kolic <[email protected]>
Update index.md

github.com/FluentValidation/FluentValidation - d345de3bd9cc0bf4e936aed701cd6f8812b21967 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update index.md

github.com/FluentValidation/FluentValidation - 32f3754e4fa73d08224ca04e600915aae97ceaea authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update Localization.md

github.com/FluentValidation/FluentValidation - 3674bab6601db5cf5fb9d5436c7ee4f25d4c7ff1 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update CustomValidators.md

github.com/FluentValidation/FluentValidation - d9310d6c4c4fd20ae4e03f9a2b1517e1ea88e024 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update index.md

github.com/FluentValidation/FluentValidation - 9d1de0e17693fcc1f01444d2dfef0bec794e93ab authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update index.md

github.com/FluentValidation/FluentValidation - 95466689101d11c01198999fa60f35320f79ed96 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update ConfiguringAValidator.md

github.com/FluentValidation/FluentValidation - 0b9c22ad2ee6b508342ffa4f85fe0a956a18918f authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update index.md

github.com/FluentValidation/FluentValidation - 8746243ccf769386168c2ab915897deca058681e authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update BuiltInValidators.md

github.com/FluentValidation/FluentValidation - 694b0983662fff74b310833b863131fa6ffacdee authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update index.md

github.com/FluentValidation/FluentValidation - ca97631b930275bfe95ddbb12f78da142d21edb6 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update index.md

github.com/FluentValidation/FluentValidation - a8206e43356c7217ddcb68131f3cf6e8bf7822cd authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update index.md

github.com/FluentValidation/FluentValidation - b7bb36d397a2fbf457d9109656787a1c9559ae05 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update CreatingAValidator.md

github.com/FluentValidation/FluentValidation - 7c4f594ac8102b2dc2e6f3e829272a86f7e325af authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update index.md

github.com/FluentValidation/FluentValidation - 65206c2ad5c4e5f5f94293059d6bde8214f642b4 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update index.md

github.com/FluentValidation/FluentValidation - a5d6ec9cdf1397899e23a5fed34e9e424adebfb7 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update CreatingAValidator.md

github.com/FluentValidation/FluentValidation - 0a649b73229ed8f521bd97f6fd87acdcf829d4b7 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Add doc file stubs

github.com/FluentValidation/FluentValidation - be812d196f69d05949891ed51db4593a113a5fcf authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update doc list

github.com/FluentValidation/FluentValidation - f2a7d61078b0a5a3af286419fefb6c1b83dece56 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update README.md

github.com/FluentValidation/FluentValidation - 91d9fdbd551bef93ae4e795e5f3294217644b29a authored almost 10 years ago by Jeremy Skinner <[email protected]>
Merge pull request #48 from calvinb/webapi-collection

Fixed problem with WebApi and collections.

github.com/FluentValidation/FluentValidation - 99682aebfefcec960dfbf2072f9dd5fe88fbfc81 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Fixed problem with WebApi and collections.

github.com/FluentValidation/FluentValidation - 1c9a931f210c44f5bbf92b28f445f35812c88840 authored almost 10 years ago by Calvin Bottoms <[email protected]>
Remove editorbrowsable attribute from Configure

github.com/FluentValidation/FluentValidation - 40322c0f8b408dda058458ea83dc2b6ccc92cd48 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Fix issue where setting global resource provider isn't propogated

to metadata, breaking client-side messages in some situations.

github.com/FluentValidation/FluentValidation - 6a81f6d04d07ef4d5da17d284a41c2f3b289c934 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Make sure the old mvc4 project still builds

github.com/FluentValidation/FluentValidation - 272656dafee0e8bf74e8a95eea77f8d27a794e73 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Simplify implementation of IsNullOrWhiteSpace

github.com/FluentValidation/FluentValidation - c29dc262d1ebe25fc8021ae1972180d1df85353c authored almost 10 years ago by Jeremy Skinner <[email protected]>
Allow custom message in ValidationException ctor

github.com/FluentValidation/FluentValidation - 997aaafb6dde10379403cbaab6ee83ea7b561702 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Support model level rules with RuleFor(x => x)

github.com/FluentValidation/FluentValidation - 14ac571d17adbcc1d0d61458236cc579851236e0 authored almost 10 years ago by Jeremy Skinner <[email protected]>
PropertyChain handles nulls/empty strings properly

github.com/FluentValidation/FluentValidation - 587c61c3595f5e8ce77db7464312bc05754b6f4b authored almost 10 years ago by Jeremy Skinner <[email protected]>
Deprecate old extension methods and remove IEnumerable requirement from IValidator

github.com/FluentValidation/FluentValidation - 5058aa116735897543a07fb431d625b978e4971b authored almost 10 years ago by Jeremy Skinner <[email protected]>
Update build script

github.com/FluentValidation/FluentValidation - afe0129070554fff0fb0983e9008c075c3b528d0 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Add separate solution for vs15

github.com/FluentValidation/FluentValidation - b7dcf1f3294310f0e811f5b6dc3a0e5edff0c4fc authored almost 10 years ago by Jeremy Skinner <[email protected]>
Include FluentValidation.K in the nuget package for aspnetcore50

github.com/FluentValidation/FluentValidation - e2122f678a039525306cc70d6d1bb663ed045fbf authored almost 10 years ago by Jeremy Skinner <[email protected]>
Add projects for mvc6 and tests for coreclr

github.com/FluentValidation/FluentValidation - e4ee5afc465316332d9a2463c78dc8031d65664d authored almost 10 years ago by Jeremy Skinner <[email protected]>
Finish converting tests to xunit.

Build script now uses the net5 version of msbuild

github.com/FluentValidation/FluentValidation - d32c60995eff7588763365c711f6268bf8b75dc4 authored almost 10 years ago by Jeremy Skinner <[email protected]>
Convert tests to xunit

github.com/FluentValidation/FluentValidation - b53eb5a57a1ac049dde65c1bb5a391ef489e2f7b authored almost 10 years ago by Jeremy Skinner <[email protected]>
Add FV project for K runtime

github.com/FluentValidation/FluentValidation - f0b19cf766a8258fc84e696329dbf2b1a1f113bd authored almost 10 years ago by Jeremy Skinner <[email protected]>
Merge pull request #46 from ctrlpprint/master

Allow Spaces in Credit Card Numbers

github.com/FluentValidation/FluentValidation - a7a98afad012cac71164aa534cdab42b34e8f535 authored about 10 years ago by Jeremy Skinner <[email protected]>
Merge pull request #47 from rasmus-beck/master

Corrected inverted exception message.

github.com/FluentValidation/FluentValidation - 6b2db5c48867657aa89fb27025eb30731c148d39 authored about 10 years ago by Jeremy Skinner <[email protected]>
Corrected inverted exception message.

github.com/FluentValidation/FluentValidation - 7e53bf13c4037bd19ee4d1449bad034d562e311d authored about 10 years ago by Rasmus Beck <[email protected]>
Begin separating the PCL into 4.0 and 4.5 versions.

Update target framework for core to 4.5

github.com/FluentValidation/FluentValidation - 28c49fd791cb2b119f2ca5575f3948eef5054a9a authored about 10 years ago by Jeremy Skinner <[email protected]>
Remove old file

github.com/FluentValidation/FluentValidation - fab81d8d3b9a7fee6fc529c5f036c8b51a1b0449 authored about 10 years ago by Jeremy Skinner <[email protected]>
Remove obsolete code

github.com/FluentValidation/FluentValidation - 5295a59fea3fa7a0a8cd0689917d861a0cf1045a authored about 10 years ago by Jeremy Skinner <[email protected]>