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

Make use of PropertyChain.BuildPropertyName

ac809aa2e34ab0cd0d5f9def3f3c2ab2fdac9115 authored almost 15 years ago
Standardising implementation of nested validators - must implement IValidator<TProperty>.

8220bf2f32cb9210b1b639ed84d371fee317508a authored almost 15 years ago
Initial work on client validation.

181fe19258fa7ac49db822e4a1a8de332cb7bc0f authored almost 15 years ago
Fixing the FluentValidationModelValidatorProvider. This now works better with MVC2.

8d6285088512b09e81e6907a176a29c12f25c44f authored almost 15 years ago
Merge branch 'master' into mvcproviders

cc523fba198b597afe2953ddb2f08ab2ef4963f2 authored almost 15 years ago
Make methods on ValidatorDescriptor virtual.

1aba4b4e3d411a5f1e3439299d7b84a587138622 authored almost 15 years ago
MakeRuleBuilder.Validate virtual

2ad85ec7c0a129cc5d6d1e4502eba57329e4d01c authored almost 15 years ago
Pluggable property name resolution

485435ff4b79410e0b8fc75a0cde583f45f69fa4 authored almost 15 years ago
Update changelog

3de048b73373474b932ca8f19a7341a9fcaf2bce authored about 15 years ago
Merge branch 'master' of github.com:JeremySkinner/FluentValidation

bff9bd5d0075dea38668f1af5546fbbffa8b9c46 authored about 15 years ago
Updating xVal integration to xVal v1.0

8a9a23b87a5a6b237228cc10c3795c87d671593c authored about 15 years ago
Fix silverlight project

948d5f467929743a67c47c3a06ec920d27c7318b authored about 15 years ago
Adding ValidateAndThrow extension method

1990c0348e748fc38399cb9792d410729eb9e9fb authored about 15 years ago
Adding InlineValidator for defining validation rules without a separate validator class:

public class Customer {
public int Id { get; set; }
public string Name { get; set; }

stat...

53cdad32ef12994bf0e7bda763b1261174eebfff authored about 15 years ago
Remove unnecesasry IValidatorOptions interface

3388cf5a56bcec2225562688a27cdce22bad3b21 authored about 15 years ago
FluentValidationModelMetadataProvider / FluentValidationModelValidatorProvider.

Note sure whether these will be included in 1.2

ff475b46bedd9abdf3e0705d4b491f7af7bd64ee authored about 15 years ago
Removing FluentValidationModelMetadataProvider / FluentValidationModelValidatorProvider. These will be moved to a separate branch.

a1400d8d977083626f6538196595de47e2e79c86 authored about 15 years ago
Removing the CommonServiceLocator integration. It is recommended that you wrap your specific IoC container rather than using the CSL.

ef43df168eb8810b8954545db85eb3f5648f9547 authored about 15 years ago
Additional overload for Custom that can receive the ValidationContext.

Adding PropertyChain.BuildPropertyName

29eb11efbc009c895be2e1494525fdb0d04a177a authored about 15 years ago
Fix broken test

34ba6258f135bb9b9647bfb54fed95753bdb90fa authored about 15 years ago
Merge branch 'master' into mvc2

2e4246fbe9c8e06423f80819b85ffac84607ad5d authored about 15 years ago
Include backwards compatibility in silverlight project

9a98a8ba8ddb945d0fb08e3c0603c3a14924c42e authored about 15 years ago
Adding BackwardsCompatibility.cs so as not to break users' custom validators.

d814589301b1e6a5132210f781edebf8626afa2b authored about 15 years ago
Add PropertyName to PropertyValidatorContext

582a5118d39281b8e0a90f7e4013b08e9586fafe authored about 15 years ago
Adding WithLocalizedMessage option.

b2cefeace5f48970422baca3415d85c52b918f51 authored about 15 years ago
Add ResourceProviderType to ValidatorOptions.

561e4d1e5bd0d9f8fe126f5a5fa725d069deab68 authored about 15 years ago
Re-introducing the FluentValidationModelBinder as there are significant problems using a custom MModelValidatorProvider.

Adding R#5 settings.

84fdfbd78d7e488e3a245d170cd5f27d25f46a60 authored about 15 years ago
Switching build system from Rake to Phantom.

2d612f6993eff6cfaf8273fdff1e17857b9edc45 authored about 15 years ago
Removing unnecessary test.

55b62ba8bc8f10f9717f0e3781e6103ec7e32c2a authored about 15 years ago
Initial support for validating individual properties through the DefaultModelBinder.

ac3b8bce2b1647238685d42b6d713d99d9b11ef7 authored about 15 years ago
Updating MVC2 integration based on changes from master.

b62ec9aa60379340d60556f62b74c41fe3292e91 authored about 15 years ago
Merge branch 'master' into mvc2

Conflicts:
src/FluentValidation/IValidatorDescriptor.cs

be2aab057696261d626aef8421451ee43ce788da authored about 15 years ago
Finally added support for being able to run individual property validators in isolation.

8509a73f6f0ef0dfaddf89c0f4295575d0f79ef9 authored about 15 years ago
Merge branch 'master' into mvc2

Conflicts:
Changelog.txt

c81c40f7f02915f1ee12c513fc803981c95ae2e0 authored about 15 years ago
Fixing silverlight project, Updating gitignore

Deleting files that should have been ignored.

2d0a31dbe6afbb0ee68b8944e23ec9c2aaecd969 authored about 15 years ago
Adding ValidatorFactoryBase

f9f0331f6c6d0fac990df1d02defda2ff746401d authored about 15 years ago
Overhauling localization.

* Removed DefaultResourceManager.
* Removed ValidationMessageAttribute
* Enabled code-gen on the ...

b158724ce4a4a5effdd86c87e3e64b6e5da17daa authored about 15 years ago
Cleaning up PropertyValidatorContext

ecd826657988d20df2c394f4c15a360095836d8e authored about 15 years ago
Moving more properties into PropertyValidator.

Fixing broken tests.

013c5820227eab9c7a73936ffa03012268378a8f authored about 15 years ago
Finished removing generics from property validators.

529710dc55149b50fc28aa5f058db2e7c105585b authored about 15 years ago
Removing generics from comparison validators.

af0218b82a6490d46f896d5f4c53e5118baeabcb authored about 15 years ago
Removing generics from NotEqualValidator/EqualValidator

5ead31f8c74a15ac86301f77fd35135f273a6792 authored about 15 years ago
Removing generics from NotEqualValidator.

2446c0002d18b59ba2f4d7658c273ec97d330a55 authored about 15 years ago
*Work in progress* Beginning to remove generics from the property validators.

Some tests are failing.

fd318b9ac2b6c693d211ca0dd82a67b63c7cc183 authored about 15 years ago
Removing generic versions of IPropertyValidator interface.

89e23295b82c44e5b64e06e600e2362ebd6c0477 authored about 15 years ago
Cleaning up PropertyValidatorContext

80aaa306bbd28270635cc9533e3ae6ee1f438453 authored about 15 years ago
Removing Generic version of PropertyValidatorContext.

f9339e394206323ceffb299c906b782c32f98e71 authored about 15 years ago
Adding non-generic PropertyValidatorContext

297c5e1f973fe9f6627025ed9b8c97e3bc6d61e0 authored about 15 years ago
Adding a failing test to ModelBinderTester (currently ignored) to ensure that the default 'field is required' messages are not added to ModelState.

f85940d872497e4de3899394813f54d7b1caf9c8 authored about 15 years ago
Merge branch 'master' into mvc2

b8b2a2f38a66e971d7d235638e7254ec3ace1674 authored about 15 years ago
Updating readme.

00ab7c40de0bbbbfea3ce79f8165e6f880a2d496 authored about 15 years ago
Readme.

40a7f6ad5608359e19c329d802887901f5eb572b authored about 15 years ago
Removing FluentValidationModelBinder.

** This is a breaking change **
If you are using ASP.NET MVC v2, you should use the DefaultModelB...

bb3f7ff3ef0926840a11c3b176440f1dc7aba85d authored about 15 years ago
Adding FluentValidationModelValidator and FluentValidationModelValidatorProvider.

Updated the ModelBinder tests to be use the DefaultModelBinder.

9a49312ea185926b7a3b629dbfae9f2484875f1c authored about 15 years ago
Importing initial work on FluentValidationModelMetadataProvider from svn.

f3911da38a379a31fef67205d00f87bb61a2caa8 authored about 15 years ago
Fixing namespaces in ValidationResultExtension

73b07463417356fb34bf811c12b8796074dfb06f authored about 15 years ago
Updating MVC integration project to MVC2 RC.

cfcbb2bcd5853be01f489606859f533c25b52107 authored about 15 years ago
MVC2 RC assemblies.

76e7c83f73bfe0a17e53d86128a2e80ef4857b2a authored about 15 years ago
Adding missing ruby exe

fe0ff8b0ed8837bce5d38151d483546698ce06d6 authored about 15 years ago
Import FluentValidation source from svn.

7b337d540b6b393ab7b820c958deccd76508573d authored about 15 years ago
Adding gitignore.

b7596cde937db898449c03ddd54ec64bc636a1ab authored about 15 years ago