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

Move to NuGet for MSBuild community tasks

github.com/FluentValidation/FluentValidation - aee0c32017025d4ff9eea22cbfab86880fa6697d authored about 11 years ago by Jeremy Skinner <[email protected]>
Move to nuget for moq/nunit references

github.com/FluentValidation/FluentValidation - c37abd00058558f12fa28c8db1f8fc7c6c7af0a5 authored about 11 years ago by Jeremy Skinner <[email protected]>
Update ignore

github.com/FluentValidation/FluentValidation - 066d26e48d3a6c96ea67ce5b0e8dfc7a127ebb7b authored about 11 years ago by Jeremy Skinner <[email protected]>
Move files into MVC4 project.

github.com/FluentValidation/FluentValidation - 2aa946f269df47a8bbbfe72a7b48e4e049521526 authored about 11 years ago by Jeremy Skinner <[email protected]>
Ensure that all properties of an object are evaluated (even if some properties are IEnumerable and have invalid elements)

github.com/FluentValidation/FluentValidation - efc41544882358d323a3ceb53c34ce8fbd585da8 authored about 11 years ago by Matt Klaber <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - 04fd3adbaea0142a49ec83da05267abc9f490d5a authored about 11 years ago by Jeremy Skinner <[email protected]>
Merge branch 'webapi'

github.com/FluentValidation/FluentValidation - 749b7f83251d2d7067fbb8cd4557a44b415365fa authored about 11 years ago by Jeremy Skinner <[email protected]>
Removed PropertyValidator. Now we only use the ModelValidator.

Added a FluentValidationBodyModelValidator that groups the model errors per property.
Added a tes...

github.com/FluentValidation/FluentValidation - f6c50550e7b873a4778a687bcfde841f2a2abd11 authored over 11 years ago by dmorganb <[email protected]>
Fixed namespaced of FluentValidationPropertyValidator in web api integration

github.com/FluentValidation/FluentValidation - d7e56519835811c5083bbc4a8c80da239498545e authored over 11 years ago by dmorganb <[email protected]>
Removed validationFactories dictionary.

github.com/FluentValidation/FluentValidation - d1ee6fafa01fb467d9f6de7df1aa92308ff0d33c authored over 11 years ago by dmorganb <[email protected]>
Merge branch 'master' of https://git01.codeplex.com/forks/ninjagumby/FluentValidationLocalization

github.com/FluentValidation/FluentValidation - 93f005153734fc763fb385b5bac2d6e4a8869360 authored over 11 years ago by Jeremy Skinner <[email protected]>
added support for web api

github.com/FluentValidation/FluentValidation - fd9c17a42bd2f1a305c8d6a3fb22f6948e0d12d6 authored over 11 years ago by dmorganb <[email protected]>
Merge pull request #23 from gongdo/master

Add Korean resource

github.com/FluentValidation/FluentValidation - b891143bb7647e72f3569900c7f3369f6933b7a6 authored over 11 years ago by Jeremy Skinner <[email protected]>
Add missing localized messages in french and spanish

github.com/FluentValidation/FluentValidation - be88a797f782a3d5c3e373d84337057b7a9bfb58 authored over 11 years ago by ninjagumby <[email protected]>
Fix issue #7150 - better email regex

github.com/FluentValidation/FluentValidation - 4b12a6a6d5d9511a899b5727e491ab28e0f95195 authored over 11 years ago by Jeremy Skinner <[email protected]>
Add NeutralResourceLang attribute

github.com/FluentValidation/FluentValidation - 46f7c2efdadb05165872484aa5242a44451c70fd authored over 11 years ago by Jeremy Skinner <[email protected]>
Ensure portable library targets SL5

github.com/FluentValidation/FluentValidation - ff31009f692365a718356825bc866af27f7e5731 authored over 11 years ago by Jeremy Skinner <[email protected]>
Enable xml doc for other projects

github.com/FluentValidation/FluentValidation - 939ab40bf6fada5c8f85ba16ecca2d0820e50f14 authored over 11 years ago by Jeremy Skinner <[email protected]>
Enable xml doc for other projects

github.com/FluentValidation/FluentValidation - 35065e052f1cf4dfa9a6d3ad363fd0e8bb63939f authored over 11 years ago by Jeremy Skinner <[email protected]>
Update build script

github.com/FluentValidation/FluentValidation - 7a5da9b70e9057d4c82924e21b79295c5d52328a authored over 11 years ago by Jeremy Skinner <[email protected]>
Allow parent to be passed to child collection validator

github.com/FluentValidation/FluentValidation - ee56ae9a1d46f8b42d2f3f7c1fa9b9f1b5263206 authored over 11 years ago by Michael Wolfenden <[email protected]>
Fix errors introduced by lazily loading display name

github.com/FluentValidation/FluentValidation - df5e3df1a5f90792d3516455d3114ecfb74cd61e authored over 11 years ago by Jeremy Skinner <[email protected]>
Allow lazy loading of display name, meaning you can now localize the display name using the DisplayAttribute

github.com/FluentValidation/FluentValidation - 8aacd3be1ad2ced2be247a2a8874aa079751387a authored over 11 years ago by Jeremy Skinner <[email protected]>
Update to latest nuget

github.com/FluentValidation/FluentValidation - d46560d990e9f1e8a222359a6f3a8d46c8bb21b5 authored over 11 years ago by Jeremy Skinner <[email protected]>
Remove unused files

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

github.com/FluentValidation/FluentValidation - 94c2752e08120226f234f80239f40866679c6803 authored over 11 years ago by Jeremy Skinner <[email protected]>
All validators can now access the current property value inside the error message using {PropertyValue}

github.com/FluentValidation/FluentValidation - d9488128d90c3c46caf76b333f5f764a2806d017 authored over 11 years ago by Jeremy Skinner <[email protected]>
Change default error messages for Equal/NotEqual validators to use {ComparisonValue} rather than {PropertyValue} for consistency

github.com/FluentValidation/FluentValidation - 44a45c2e25226a4e61453f338e4756346216045a authored over 11 years ago by Jeremy Skinner <[email protected]>
Remove silverlight projects. This is now handled by the portable class library

github.com/FluentValidation/FluentValidation - 22ae0107c9fad4d4d7ab10e5e65ea215fa5f33dc authored over 11 years ago by Jeremy Skinner <[email protected]>
Update build script to include portable class library and exclude silverlight

github.com/FluentValidation/FluentValidation - 680b34598d7f3a30158ec5a5c878c3dbfbbe12f7 authored over 11 years ago by Jeremy Skinner <[email protected]>
Add portable class library

github.com/FluentValidation/FluentValidation - c390f6a9adb999a7ee91604775ad256464a4ad30 authored over 11 years ago by Jeremy Skinner <[email protected]>
Allow passing property value to custom message formatter.

github.com/FluentValidation/FluentValidation - aa7c4d525d86fe7b9e77ed054292aed4c2b72e1f authored over 11 years ago by Jeremy Skinner <[email protected]>
LengthValidator no longer treats null inputs as length 0. This is now consistent with other validators.

github.com/FluentValidation/FluentValidation - f8bfa66ff2a28f731f126fedf22dfaa35438ba7f authored over 11 years ago by Jeremy Skinner <[email protected]>
Allow custom error message builder

github.com/FluentValidation/FluentValidation - 4a3fea6e861e3c34816df48364254d7c57f218c6 authored over 11 years ago by Jeremy Skinner <[email protected]>
Ensure default rules can be selected for execution on client when using multiple rulesets and RuleSetForClientSideMessages attribute

github.com/FluentValidation/FluentValidation - 657a45d2488450cf9e0c9bec2e275afed76c5024 authored over 11 years ago by Jeremy Skinner <[email protected]>
Make IsValidatingProperty protected

github.com/FluentValidation/FluentValidation - 2f33f8c9aadc3088549977e3ea69408a191393be authored almost 12 years ago by Jeremy Skinner <[email protected]>
Add CreateValidator method to FluentValidationModelValidatorProvider

github.com/FluentValidation/FluentValidation - b80e6459b473e7cee43af79f924af99d433d4609 authored almost 12 years ago by Jeremy Skinner <[email protected]>
Fix spacing in Polish translation

github.com/FluentValidation/FluentValidation - 8762849c42e28660c28357d5bcd4f09bd2cb73ef authored almost 12 years ago by Jeremy Skinner <[email protected]>
Bug fix wwhen comparing non IComparables in EqualNotEqual validator

github.com/FluentValidation/FluentValidation - 6179600fe393e78ac8fd336f27dd09bf55264cf6 authored almost 12 years ago by Jeremy Skinner <[email protected]>
Fix issue where OverridePropertyName didn't work with SetValidator/SetCollectionValidator

github.com/FluentValidation/FluentValidation - 14352c9906e364e4ee1b6497163249d967e51913 authored almost 12 years ago by Jeremy Skinner <[email protected]>
Include memberaccessor and CollectionPropertyRule in SL project

github.com/FluentValidation/FluentValidation - 17238541ccb7647af32149822df46c80863a92da authored almost 12 years ago by Jeremy Skinner <[email protected]>
Added MemberAccessor concept, which wraps Expression<Func<T, TValue>>

github.com/FluentValidation/FluentValidation - 1f941e9679c5c2cd40543a8332eea297f51f88b3 authored almost 12 years ago by Mark Welsh <[email protected]>
Merge pull request #21 from richardlawley/master

Refactored MVC Unit Tests

github.com/FluentValidation/FluentValidation - b4c60048338c9421babc89723d5001e9a020dec0 authored almost 12 years ago by Jeremy Skinner <[email protected]>
Added MVC3 Tests to build.proj

github.com/FluentValidation/FluentValidation - 6de556b0d6915503f9ff0a849a60a047639e9af7 authored almost 12 years ago by Richard Lawley <[email protected]>
Moved source files for MVC unit tests from FluentValidation.Tests to FluentValidation.Tests.MVC4

Added new unit test project for FluentValidation.Tests.MVC3, which references the tests from MVC4

github.com/FluentValidation/FluentValidation - a2e22934a56ad52fa4ef0cc897cb4ed45106bce2 authored almost 12 years ago by Richard Lawley <[email protected]>
Merge pull request #20 from StefanBilliet/master

Comparing two nullable properties

github.com/FluentValidation/FluentValidation - b7b7c65961c97fa33a1ce290ad0ae40427d7257e authored almost 12 years ago by Jeremy Skinner <[email protected]>
Added overloads for Greater/LessThanOrEqualTo

I added these overloads because I needed to compare a nullable property
to another nullable prop...

github.com/FluentValidation/FluentValidation - fc99d1d6c0085a3f03843b48dbd9099e10bd317d authored almost 12 years ago by Stefan Billiet <[email protected]>
Additional overloads of Matches

github.com/FluentValidation/FluentValidation - 7b6223716a03f6727d3559d6891fdb1b6d3cb725 authored almost 12 years ago by Jeremy Skinner <[email protected]>
Added RuleForEach

github.com/FluentValidation/FluentValidation - 6e7e15b80e90fc2f23fb3e8ed30deecaab90dab1 authored about 12 years ago by Jeremy Skinner <[email protected]>
Prevent calls to RemoveValidator from setting the remvoed validator as current

github.com/FluentValidation/FluentValidation - 9e2f254170a87e9a3fbdb9b6916d2da022cf79e6 authored about 12 years ago by Jeremy Skinner <[email protected]>
Include exact_length_error in dutch error messages

github.com/FluentValidation/FluentValidation - 46a5d5bfaa70ebbc07784e631c1263d8196871f7 authored about 12 years ago by Jeremy Skinner <[email protected]>
Naming of descriptor with chained expression.

github.com/FluentValidation/FluentValidation - f229d827036842c31187669a4e50185f08c37437 authored over 12 years ago by dbroudy <[email protected]>
Merge pull request #16 from mattleibow/Comparer

Added more tests for Comparer

github.com/FluentValidation/FluentValidation - 07e69a1a077b0ed764d3cf1b3f55fa3493b5da50 authored over 12 years ago by Jeremy Skinner <[email protected]>
Merge pull request #15 from mattleibow/EditRules

Edit rules

github.com/FluentValidation/FluentValidation - f9ecb71e3010be461ab722e29eedcd0068ec9f96 authored over 12 years ago by Jeremy Skinner <[email protected]>
Added more tests for Comparer

github.com/FluentValidation/FluentValidation - e4a7ddec36897d7213e3ce26a1de88d563b82c57 authored over 12 years ago by Matthew Leibowitz <[email protected]>
Added a field rules edit

github.com/FluentValidation/FluentValidation - ee0ed32c77dab824fa8aebcba4ea394b1086a426 authored over 12 years ago by Matthew Leibowitz <[email protected]>
Changed the test names to the correct action tested

github.com/FluentValidation/FluentValidation - 163694e5677955ec00ec0d2f0dea334c9fd387df authored over 12 years ago by Matthew Leibowitz <[email protected]>
Better exception check.

github.com/FluentValidation/FluentValidation - 68da6e1c39862c6b8c10e65d2dcaaea84f1cca39 authored over 12 years ago by Jeremy Skinner <[email protected]>
Include comparer in silverlight project

github.com/FluentValidation/FluentValidation - c468cc4edc1cb178c6f0020951d4fa882d377c8b authored over 12 years ago by Jeremy Skinner <[email protected]>
Merge pull request #12 from mattleibow/Comparer

A slightly better value type comparer

github.com/FluentValidation/FluentValidation - 78ffadc3a28541d1da82aa24220a38f8285bdb77 authored over 12 years ago by Jeremy Skinner <[email protected]>
Added PropertyRuleValidatorExtensions to SL project. Removed ExpressionExtensions.

github.com/FluentValidation/FluentValidation - a2f08fbda83340d0bd613dc39dac7adc7fa6f1f0 authored over 12 years ago by Jeremy Skinner <[email protected]>
Reformat code (use tabs not spaces)

github.com/FluentValidation/FluentValidation - ec09009d2369d4a25585f6d13acd52cee542a223 authored over 12 years ago by Jeremy Skinner <[email protected]>
Include scale precision validator in Silverlight project

github.com/FluentValidation/FluentValidation - 6a6ebeaf576b8afad107fdc4233439f1203f2cd4 authored over 12 years ago by Jeremy Skinner <[email protected]>
Merge pull request #14 from mattleibow/EditRules

Added support for replacing/removing rules

github.com/FluentValidation/FluentValidation - 09270302f328c6c22a883f8f081e35332ad9f17b authored over 12 years ago by Jeremy Skinner <[email protected]>
Merge pull request #13 from mattleibow/ScalePrecision

Added the scale/precision validator

github.com/FluentValidation/FluentValidation - 30207af13aa7d604ead4c6ad13af62a5ed276e03 authored over 12 years ago by Jeremy Skinner <[email protected]>
Added support for replacing/removing rules

This is useful for derived validator classes

github.com/FluentValidation/FluentValidation - 14b7428d2da177f8bad7765d3826f44f4aa4682b authored over 12 years ago by Matthew Leibowitz <[email protected]>
Added the scale/precision validator

github.com/FluentValidation/FluentValidation - 910da57a644ba9720ba1290b49eb0ac6a491d4f9 authored over 12 years ago by Matthew Leibowitz <[email protected]>
Testcase for original failure without new Comparer

github.com/FluentValidation/FluentValidation - 543889874d5a6ee22514cf667f69ebfe56b138db authored over 12 years ago by Matthew Leibowitz <[email protected]>
A slightly better value type comparer

This is used when comparing values of different types that should be
valid, such as Int32 and Do...

github.com/FluentValidation/FluentValidation - fa1b6867d1fe6faf933ba73c27c69ce6d2e37f9c authored over 12 years ago by Matthew Leibowitz <[email protected]>
Signed SL binaries included in the signed nuget package

github.com/FluentValidation/FluentValidation - b15bde125d143cada24c957ce49f872a1c37fede authored over 12 years ago by Jeremy Skinner <[email protected]>
Build script now includes both SL4 and SL5 signed and unsigned binaries

github.com/FluentValidation/FluentValidation - 4bcfa2ab3ad48bf0d06d679bf1bb218bcf4067ca authored over 12 years ago by Jeremy Skinner <[email protected]>
Improve the process of automatically generating both signed and unsigned packages.

github.com/FluentValidation/FluentValidation - 3c795a8df970452e733c325cb6199b96eab5d351 authored over 12 years ago by Jeremy Skinner <[email protected]>
Ensure that the build script signs the resource assemblies for the signed package.

github.com/FluentValidation/FluentValidation - aa28b6cc3c19d8b71d02c151d7d7a958a142de9c authored over 12 years ago by Jeremy Skinner <[email protected]>
Update build number

github.com/FluentValidation/FluentValidation - c7a14a25f52dfeee123123cb98b36675831435ac authored over 12 years ago by Jeremy Skinner <[email protected]>
Add support for creating a signed build

github.com/FluentValidation/FluentValidation - ff70d7bfafef2888d54f40b4b64b49af483fe5c6 authored over 12 years ago by Jeremy Skinner <[email protected]>
Remove reference to WP7 from the nuspec file as this is not supported

github.com/FluentValidation/FluentValidation - 789bf3ed6016d242474d136d399efce5ffc07bc4 authored over 12 years ago by Jeremy Skinner <[email protected]>
Upgrade local nuget

github.com/FluentValidation/FluentValidation - ace83a2680a49de109289e2976f85cdff01c8be5 authored over 12 years ago by Jeremy Skinner <[email protected]>
Upgrade silverlight project to sl5

github.com/FluentValidation/FluentValidation - 714afdc3ae1d41218a37c316219c5656ff9d5a47 authored over 12 years ago by Jeremy Skinner <[email protected]>
Include mvc4 nuspec in solution file

github.com/FluentValidation/FluentValidation - 1c6036450415f3e37ac466818cd10985651f3e91 authored over 12 years ago by Jeremy Skinner <[email protected]>
Re-add call to AllowPartiallyTrustedCallers

github.com/FluentValidation/FluentValidation - 69b9c97e5eef34c08155d9dd423d7c4792693759 authored over 12 years ago by Jeremy Skinner <[email protected]>
Assemblies no longer signed by popular demand.

github.com/FluentValidation/FluentValidation - 61305dc12e1bc45a90df0691254abbcb076f89e5 authored over 12 years ago by Jeremy Skinner <[email protected]>
Upgrade to mvc4. Fix compiler warning. Remove AllowPartiallyTrustedCallers.

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

github.com/FluentValidation/FluentValidation - e9f77f4a5542b4de52bc5e5b3f5e619831e48d22 authored over 12 years ago by Jeremy Skinner <[email protected]>
Merge pull request #10 from thecodejunkie/net45reflectionfix

Fixed .net 4.5 reflection bug

github.com/FluentValidation/FluentValidation - 0e3af0c58050a787ce011f875df35faede9fb293 authored over 12 years ago by Jeremy Skinner <[email protected]>
Merge pull request #6 from olcayseker/master

patch

github.com/FluentValidation/FluentValidation - e1db3b2e41c8a2cd4663c33a6c73526dfcbcc0d7 authored over 12 years ago by Jeremy Skinner <[email protected]>
Fixed .net 4.5 reflection bug

Applied the fix, that was suggested by the CLR team, to the
AbstractValidator<T> and DelegateVal...

github.com/FluentValidation/FluentValidation - ddc1d7235b9c122c06fd224e8490b94791a715c0 authored over 12 years ago by Andreas Hakansson <[email protected]>
Merge pull request #9 from meboz/master

Added private no-arg constructor to ValidationFailure

github.com/FluentValidation/FluentValidation - 55c11361194f691d177e1af22fe62134463b812f authored over 12 years ago by Jeremy Skinner <[email protected]>
Added private no-arg constructor to ValidationFailure to assist with Json.NET deserialization

github.com/FluentValidation/FluentValidation - 5b02c1050a8038fdac7ba0e529d9492db852f2ea authored over 12 years ago by Byron Walker <[email protected]>
Merge pull request #7 from xpaulbettsx/master

Fix line endings via .gitattributes

github.com/FluentValidation/FluentValidation - 3bb7aca51902bd79b15147e89729f73d6efd95a1 authored over 12 years ago by Jeremy Skinner <[email protected]>
Preserve autocrlf=false for other repos

github.com/FluentValidation/FluentValidation - 2b8376f94c8acb10774f5759d2725f845547bc43 authored over 12 years ago by Paul Betts <[email protected]>
Added turkish support

github.com/FluentValidation/FluentValidation - b320d6f28c2383a835bc23ea7490c105273c60ea authored over 12 years ago by olcay seker <[email protected]>
Make ValidationResult.IsValid virtual

github.com/FluentValidation/FluentValidation - b87b2e57210ce32eb0b37f8a1387ccc161ed3e5d authored almost 13 years ago by Jeremy Skinner <[email protected]>
Bump version

github.com/FluentValidation/FluentValidation - 18b7cc81213b00362fcedbea2f8a181dac0dfe18 authored almost 13 years ago by Jeremy Skinner <[email protected]>
Include Russian translation of errors in the silverlight project

github.com/FluentValidation/FluentValidation - c6678402b308f01b30ca1aed9d6702bffd000fb9 authored almost 13 years ago by Jeremy Skinner <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - dbd1db03133bd6a9163f09203a975587cbf224d9 authored almost 13 years ago by Jeremy Skinner <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - a861272c8a6bf7e8d38cba410b16b64cdd5c55c6 authored almost 13 years ago by Jeremy Skinner <[email protected]>