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

Bump version to 3.3

github.com/FluentValidation/FluentValidation - 8b68b2e4f7a2156b35e93811f476df565c525e1f authored almost 13 years ago by Jeremy Skinner <[email protected]>
Update MVC4 assemblies

github.com/FluentValidation/FluentValidation - 0c0acc555f6237266850662a0f5ca327e4d7963d authored almost 13 years ago by Jeremy Skinner <[email protected]>
Add MVC4 compatibility

github.com/FluentValidation/FluentValidation - 2dbcb3631f1ddef2a43b8a4c01b2707adcd2f547 authored almost 13 years ago by Jeremy Skinner <[email protected]>
Patch - Add Russian localization

github.com/FluentValidation/FluentValidation - 4b2ae57a0ef7135c1bf156b546d61593272f2e83 authored almost 13 years ago by Jeremy Skinner <[email protected]>
Fix custom rules with nested top level conditions

github.com/FluentValidation/FluentValidation - 7eadda766e7719845313d4c2eee6d165b9c0474b authored almost 13 years ago by Jeremy Skinner <[email protected]>
Support Custom rules within top level When conditions.

github.com/FluentValidation/FluentValidation - ebcfe6b0a1f52a47a9a25df720ab5c382b60b986 authored almost 13 years ago by Jeremy Skinner <[email protected]>
Allow rules not in a RuleSet to be executed in addition to rules in a ruleset, eg: validator.Validate(instance, ruleSet: "default,MyRuleset");

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

github.com/FluentValidation/FluentValidation - 04134b12b37e1eb4312b0689c524c9ba83fc98f7 authored about 13 years ago by Jeremy Skinner <[email protected]>
Merge pull request #5 from ziaxdk/master

Added PropertyValidatorContext to Must

github.com/FluentValidation/FluentValidation - 579f4340437cc8cbd5fec6f2889dc6dfdb45f7ea authored about 13 years ago by Jeremy Skinner <[email protected]>
Tweak build script to exclude WP7

github.com/FluentValidation/FluentValidation - a61429a587878414afc8f241c2116166e59f91a8 authored about 13 years ago by Jeremy Skinner <[email protected]>
Update version

github.com/FluentValidation/FluentValidation - 19ef25c614506bce669b2339f4479da7c6a13a60 authored about 13 years ago by Jeremy Skinner <[email protected]>
Tweak gitignore

github.com/FluentValidation/FluentValidation - dbb434c05c0c940dc32c6ac29fc9db2b0c8d5a13 authored about 13 years ago by Jeremy Skinner <[email protected]>
Fixed issue #7087 (AbstractValidator.Custom ignores RuleSets and always runs)

github.com/FluentValidation/FluentValidation - 6181a2ffa4ec5e97aaf2771df6efd0d874eab7c0 authored over 13 years ago by Jeremy Skinner <[email protected]>
Include TestHelper in Silverlight project

github.com/FluentValidation/FluentValidation - 784a5804d36e21433d586dec36d5d406b59b4b52 authored over 13 years ago by Jeremy Skinner <[email protected]>
Fixed issue #7084 (NotEmptyValidator does not work with EntityCollection<T>)

github.com/FluentValidation/FluentValidation - 8a68602a8fcc43bdb63656871b400e27282cc4c0 authored over 13 years ago by Jeremy Skinner <[email protected]>
Bump version to 3.1

github.com/FluentValidation/FluentValidation - 97229c7e19ba065381dd96c24a4be086bdda15a3 authored over 13 years ago by Jeremy Skinner <[email protected]>
Remove PropertySelector in favour of standard System.Func.

github.com/FluentValidation/FluentValidation - 3c433254b83d3406a3f54b2f130eb61a65190b59 authored over 13 years ago by Jeremy Skinner <[email protected]>
Introduce top-level Unless method. Remove SharedConditionRuleBuilder.

github.com/FluentValidation/FluentValidation - 80dccf4360afdf31fc6f2a1d08011838cdaa46ab authored over 13 years ago by Jeremy Skinner <[email protected]>
Include SharedConditionRuleBuilder in silverlight project

github.com/FluentValidation/FluentValidation - a09faffca4e351c367b855edb92b2c8993029ceb authored over 13 years ago by Jeremy Skinner <[email protected]>
Comment out the chained Unless clause for shared condition validators...not sure I like this. Experimenting with alternatives.

github.com/FluentValidation/FluentValidation - f80e724989241c698777be88ca11015e9a2dcc9d authored over 13 years ago by Jeremy Skinner <[email protected]>
Implement shared conditions based on David Alpert's patch.

github.com/FluentValidation/FluentValidation - 182528d1992cb286e67086a6cc553671bc58b3e8 authored over 13 years ago by Jeremy Skinner <[email protected]>
Tests for SharedCondition validator

github.com/FluentValidation/FluentValidation - 1d00c96aabf85fd00760e092756491f44c8daa0a authored over 13 years ago by Jeremy Skinner <[email protected]>
Deprecate and exclude mvc metadata extensions. This is out of scope for FV, but the code for this functionality is still in the repo if anyone still depends on this

github.com/FluentValidation/FluentValidation - 5ea4ec4190461bfe52842db397add2e122cbddba authored over 13 years ago by Jeremy Skinner <[email protected]>
Merge all the mvc metadata bits into asingle file

github.com/FluentValidation/FluentValidation - ee84bfa9881cf99826d86d0c6a503604f62795b3 authored over 13 years ago by Jeremy Skinner <[email protected]>
Move logic for applying condition into PropertyRule

github.com/FluentValidation/FluentValidation - bd47821818adfde194f82110a975b306cf06f65f authored over 13 years ago by Jeremy Skinner <[email protected]>
Use TrackingCollection to apply ruleset to rules

github.com/FluentValidation/FluentValidation - c4e8b3b723bac78e8a8f25c67859ef7bde54fd6f authored over 13 years ago by Jeremy Skinner <[email protected]>
Add TrackingCollection for temporarily observing additions to a list

github.com/FluentValidation/FluentValidation - 55ce8bb0defda2ba3c41dc70e38f4e5a14933022 authored over 13 years ago by Jeremy Skinner <[email protected]>
Support using nullables with cross-property comparisons

github.com/FluentValidation/FluentValidation - f15d30c87e4fa34ef51c56fd4c67d7c54f862feb authored over 13 years ago by Jeremy Skinner <[email protected]>
Temporarily remove System.ComponentModel.DataAnnotations from Silverlight project for consistency

github.com/FluentValidation/FluentValidation - ec82a24e22bd784d74e090ab12b1329378720735 authored over 13 years ago by Jeremy Skinner <[email protected]>
Temporarily remove reference to System.ComponentModel.DataAnnotations

github.com/FluentValidation/FluentValidation - 4350ba6009390441a7b494bb11da5f9e4d6ae3ee authored over 13 years ago by Jeremy Skinner <[email protected]>
Workaround issue caused by referencing DataAnnotations in windows client projects (eg WPF). Does not affect web projects/silverlight.

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

github.com/FluentValidation/FluentValidation - e5ce216d429742b3f1e7b1f2b552ff1814b5de9a authored over 13 years ago by Jeremy Skinner <[email protected]>
Support DisplayAttribute for SL4 (not supported for WP7)

github.com/FluentValidation/FluentValidation - cf7a985f6e5aef147e159f3711ccf356f95a98ea authored over 13 years ago by Jeremy Skinner <[email protected]>
Rename PropertyRule.PropertyDescription to PropertyRule.GetDisplayName()

github.com/FluentValidation/FluentValidation - 871e78d942afacd8e742f7845be14527aee42ed4 authored over 13 years ago by Jeremy Skinner <[email protected]>
Add support for inferring display name from DisplayAttribute and DisplayNameAttribute

github.com/FluentValidation/FluentValidation - f6c3ab610fe5730a16b24ea686eb67a2edd1b3bc authored over 13 years ago by Jeremy Skinner <[email protected]>
Ensure DefaultPropertyNameResolver returns null if the expression couldn't be converted to a string.

github.com/FluentValidation/FluentValidation - b28dfbe0e7a58c963955d9628007cc8ce4f5f5cc authored over 13 years ago by Jeremy Skinner <[email protected]>
Support rules for nested properties at the top level (without needing to specify a child validator)

github.com/FluentValidation/FluentValidation - 21a45417e5987cadf7c3a89861f9083cd0db5674 authored over 13 years ago by Jeremy Skinner <[email protected]>
Ensure CustomizeValidatorAttribute only applies to a single binding context

github.com/FluentValidation/FluentValidation - 77a207edac0e096ce48a04e25a37b29e5bd3e9e8 authored over 13 years ago by Jeremy Skinner <[email protected]>
Simplify Validate overload

github.com/FluentValidation/FluentValidation - 267811e0b1906d2141416513e1899fe8d43288d4 authored over 13 years ago by Jeremy Skinner <[email protected]>
Additional test for using a specified ruleset on the client

github.com/FluentValidation/FluentValidation - 7fc6ad51dee60cb1a7afd4898652c08b18d1da6b authored over 13 years ago by Jeremy Skinner <[email protected]>
Add the ability to execute all rules both inside/outside ruleset.

github.com/FluentValidation/FluentValidation - a3a84d49544f97da16df0448b6fed71553762b60 authored over 13 years ago by Jeremy Skinner <[email protected]>
AbstractValidator.Validate(context) should delegate to generic overload.

github.com/FluentValidation/FluentValidation - 44d62810e8e679d5858516092103f7ec31ff34ba authored over 13 years ago by Jeremy Skinner <[email protected]>
Fix localization bug in credit card validator

github.com/FluentValidation/FluentValidation - 0b8b2627e09134cb50493afcb6e2f34687c7860f authored over 13 years ago by Jeremy Skinner <[email protected]>
Include collection validator extensions in silverlight project

github.com/FluentValidation/FluentValidation - 4ff226ede9495a854a2db0155b7108836363fe8e authored over 13 years ago by Jeremy Skinner <[email protected]>
Support for child collection conditions

github.com/FluentValidation/FluentValidation - 72120c46340b72288051f18f433a44bed67b9eeb authored over 13 years ago by Jeremy Skinner <[email protected]>
Mark method as obsolete

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

github.com/FluentValidation/FluentValidation - bcb2381582d151df55a8ad5560192a7ca2d8c8d0 authored over 13 years ago by Jeremy Skinner <[email protected]>
Type safety check

github.com/FluentValidation/FluentValidation - 43f0f213cb1629010a4e15bdf1322de43ce69915 authored over 13 years ago by Jeremy Skinner <[email protected]>
Clean up the child validator api by using interface covariance/contravariance

github.com/FluentValidation/FluentValidation - 25377637a1be0e1deb2b4060abeeae5e198e4e53 authored over 13 years ago by Jeremy Skinner <[email protected]>
Introduce SetCollectionValidator

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

github.com/FluentValidation/FluentValidation - d70bb82e4bf43aecd610c66750c4bf736863a419 authored over 13 years ago by Jeremy Skinner <[email protected]>
The ruleset used to generate client-side messages can now be specified explicitly.

github.com/FluentValidation/FluentValidation - 3d5f89da982b3d994f1eaf61f0071336fc97ff39 authored over 13 years ago by Jeremy Skinner <[email protected]>
Clientside validation messages are only generated for the default ruleset

github.com/FluentValidation/FluentValidation - e47304aeb6c3fda31bf12ef547993a30245aa3d3 authored over 13 years ago by Jeremy Skinner <[email protected]>
New version of NuGet. Build script now includes WP7 in package.

github.com/FluentValidation/FluentValidation - b3451cc0b3c587f1a6990bfcc2ac9aaadeb50e84 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Bug fix - overload for NotEqual that takes an expression and an IEqualityComparer did not actually use the comparer.

Combined some overloads thanks to named/optional parameters.

github.com/FluentValidation/FluentValidation - 0a0a54074b2c4e4bf40ad24d6f17d7d799fb9bcc authored almost 14 years ago by Jeremy Skinner <[email protected]>
Use named/optional parameters to remove some overloads

github.com/FluentValidation/FluentValidation - 2ddbdda763f3877f5717d84d3c0baa095720d5b8 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Additional overloads for WithLocalizedMessage that take format args for consistency with WithMessage

github.com/FluentValidation/FluentValidation - 1f21e4046c6b810fe280aea6a713a21daa57bdb6 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Tweak MVC integration so that an implicit Required validator will not be added if no validator class has been defined.

github.com/FluentValidation/FluentValidation - 72039817863366db26b023cc5482ee8d0ebcf6ab authored almost 14 years ago by Jeremy Skinner <[email protected]>
Update ignore list

github.com/FluentValidation/FluentValidation - fa40a3469bec60279ecea632662932e37a54fd44 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Patch - Polish localization

github.com/FluentValidation/FluentValidation - 1389f41fd2d859df00b61cd13e6a232438256ce8 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Udpate version number.

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

github.com/FluentValidation/FluentValidation - c6d13b5aad7a67498a7d7903fa2180e6e6efbee7 authored almost 14 years ago by Jeremy Skinner <[email protected]>
MVC integration uses PropertyRules internally

github.com/FluentValidation/FluentValidation - 87eaa8c425ddb361c6ccfcc0206cfda9cc77e652 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Add some more tests around clientside messages

github.com/FluentValidation/FluentValidation - 6bff781d5ec76c7314251325a69d39307df57226 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Remove unused old ResourceHelper.

Tweak resource accessor builder to avoid runtime reflection.

github.com/FluentValidation/FluentValidation - 435aabf82f4d67e62ab83ca25516e16fa0e837c1 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Remove generic version of IValidationRule

github.com/FluentValidation/FluentValidation - 0a72c648bb98e8ca0d16e99112270c9146fac960 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Allow ValidatorFactory to be set in the ModelValidatorProvider's configuration expression

github.com/FluentValidation/FluentValidation - c3ccb39230ee43c540fc1d874b52b5bb9da9f00c authored almost 14 years ago by Jeremy Skinner <[email protected]>
Add configuration expression to FVModelValidatorProvider.Configure

github.com/FluentValidation/FluentValidation - 316e772190d297683f47511f3579b456e2cba37b authored almost 14 years ago by Jeremy Skinner <[email protected]>
Add FluentValidationModelValidatorProvider.Configure method for enabling MVC integration with default options.

github.com/FluentValidation/FluentValidation - ef5deaa1e6caeb0b7dfb54420e03558c5f55cd06 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Tweak path in publish script

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

github.com/FluentValidation/FluentValidation - d6466df4b3d4a70ecfc851ee9c5cea51e1e8ac1f authored almost 14 years ago by Jeremy Skinner <[email protected]>
Better handling of nullables

github.com/FluentValidation/FluentValidation - 2001cc18413bf0abe12f9a6653f0b9d677ca573d authored almost 14 years ago by Jeremy Skinner <[email protected]>
More friendly method for validating using ruleset.

github.com/FluentValidation/FluentValidation - 7eb339a4c0e76e9fa62a0094f46b33e06d3081eb authored almost 14 years ago by Jeremy Skinner <[email protected]>
Move IValidatornterceptor to the right directory.

github.com/FluentValidation/FluentValidation - 91f021831a86a98b79d95c4bbaa243597078e865 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Doc comments.

github.com/FluentValidation/FluentValidation - 44fb2aa4030d02e1ea1a2384b3495b41f7bda597 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Add IValidatorInterceptor interface.

This can be used to add pre/post hooks to MVC validation integration.
An interceptor can either b...

github.com/FluentValidation/FluentValidation - c06dc189b125b4ea6859df881b18250d51747c10 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Split MVC integration into separate files.

github.com/FluentValidation/FluentValidation - 65f2cd441e06acebcd79ecef632e351d6069b21a authored almost 14 years ago by Jeremy Skinner <[email protected]>
Implement credit card validator.

github.com/FluentValidation/FluentValidation - b8efec522180bcb9ea7c1c3ea9839e06c3e69ea9 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Add clientside support for email validator.

github.com/FluentValidation/FluentValidation - 49b45d0a3700f4c22618f49b15a8dcb3061a340e authored almost 14 years ago by Jeremy Skinner <[email protected]>
Implement client-side validation for Equal with cross-property comparison.

github.com/FluentValidation/FluentValidation - 4fd0e4c2c5b46817595e8f81e97929b2f17f5a92 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Add support for clientside Range rule.

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

github.com/FluentValidation/FluentValidation - 0c3d582cf244a33398f8d4816264b747953d20ae authored almost 14 years ago by Jeremy Skinner <[email protected]>
Add support for IClientValidatable

github.com/FluentValidation/FluentValidation - 00ae82286ef2c629513972a6263adc55aa70ecc8 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Better support for client-side error messages for LengthValidator.

github.com/FluentValidation/FluentValidation - 340851f703b57ba9cccf0f590adfaf4685546db4 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Doc Comments

github.com/FluentValidation/FluentValidation - 8a27785c5ec730e02a1edf6e53adae3959e46e48 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Remove generic PropertyRule<T>

github.com/FluentValidation/FluentValidation - 10bce9ed66b6c5d45e15b2151d249cc057384df9 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Doc comments

github.com/FluentValidation/FluentValidation - feb9b513fad2f24a6f1df7d01c0eaee35d90a658 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Remove xVal binaries - xVal support was deprecated in 2.0

github.com/FluentValidation/FluentValidation - 9bd70900208a120f908601c5d6fa346f16c0c83f authored almost 14 years ago by Jeremy Skinner <[email protected]>
Make CustomizeValidatorAttribute less hacky.

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

github.com/FluentValidation/FluentValidation - 59c924638566c33053a876d5c45f3fb99f315131 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Remove the SupportsStandaloneValidation property from PropertyValidator.

github.com/FluentValidation/FluentValidation - a83019a6ab066c72c7b2f8f6ccb450a43aa2aae3 authored almost 14 years ago by Jeremy Skinner <[email protected]>
Merge branch 'master' into v3

github.com/FluentValidation/FluentValidation - e68cfb4e88816d44958eacbc54a27ecaf9c2305a authored almost 14 years ago by Jeremy Skinner <[email protected]>
Fix issue #7065 GetValidatorsForMember throws NRE when there are validators defined on expressions that aren't MemberExpressions.

github.com/FluentValidation/FluentValidation - 4804664a21b67196cf890d8a6d3afdb3c10c0afe authored almost 14 years ago by Jeremy Skinner <[email protected]>
Merge branch 'master' into v3

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

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