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

Update README.md

e60eab76c94119b9c66be25bb721545aa1dc9b2e authored over 6 years ago
Update upgrading-to-8.md

bd96a4f23c6bb13671ac43c50b88d83e2f2871b2 authored over 6 years ago
Add information about FluentValidation.Validators.UnitTestExtension e… (#846)

* Add information about FluentValidation.Validators.UnitTestExtension extension to documentation

22f6d9c9d4665c4ff29a427b0ebbde9278a7f39d authored over 6 years ago
Fix links to other docs` sections (#844)

Fix links from configuring page to built-in-validators section and localization section

06fa4a03b9b7f4952df0760dbd70b4733cc1235c authored over 6 years ago
Documentation for Include rules

c27221cc1da69d149ae59b54324c3fdc8abd6963 authored over 6 years ago
Add documentation for callbacks

c9ee3bb3f1748a07e0a29d46abdcced9ce8c56ac authored over 6 years ago
Support rulesets with SetValidator

64b78d6bdc9595d221b4d56ce70a00e6de08aa4e authored over 6 years ago
Fix Linux tests

9b4db8b068771a73aff07525c815743e369a0693 authored over 6 years ago
Make sure ValidatorAttribute package can build on linux

948d2b491bb89dd411e11148944fb40fe07caab5 authored over 6 years ago
Make sure test files are using public signing

bf8a28f600e46adadada1f9ccb789b4cc631f699 authored over 6 years ago
Remove random stackdump file

a7c87d8d341f08f03c484a89f57ce0461dee528d authored over 6 years ago
Remove rule cache for now due to critical issues

18cf6ee1babb16396ff4ca663a6c0f34324684d7 authored over 6 years ago
Update OnFailure to work with ShouldHaveChildValidator

ba5247d2979b27ef0dc1a72ed733f31cc1866e6d authored over 6 years ago
Deprecate AbstractValidator.

2b13ac2b66017def9e92ad4cf0be72a4b30373d9 authored over 6 years ago
Update version numbers and changelog in preparation for 8.0-preview1

39f834177dafae0c21814a17dfd5863c34a7f52a authored over 6 years ago
Add check to ensure rules are defined in the Rules method. Add doc comments

8ea7141159e3ec0c03d876725f117e13eacaa302 authored over 6 years ago
Fix multiple iterations of IEnumerable

95e53943dc48df776107e226127926b9e931424f authored over 6 years ago
Update collection docs and add helper for launching local jekyll

1c4144f7b1e18df821bbdcd101a1442a4105ad8f authored over 6 years ago
Change signature of ApplyCondition to take a PropertyValidatorContext in the callback.

This aids with extensibility.

acd78dc832050a55074732954e1d816b2cc5ec02 authored over 6 years ago
Remove references to ValidatorBase for now

455aacca3b46c187b7998ddd731e5d0fbc887bf7 authored over 6 years ago
Update project URLs in package

2b1b082a8627db9fad76c52ffb07276301d2411d authored over 6 years ago
Don't mark IParameterValidatorFactory as obsolete yet.

ed6433705a97b1cff52893ab429b944217a3a7e1 authored over 6 years ago
Rename ValidatorMetadata to PropertyValidatorOptions and simplify the implementation

39c796747f6d0f45901f2639c80d37619dbb2aea authored over 6 years ago
Remove reference to Attributes folder

b8cad024a162885b3eb0f10abb4c75925738dd5d authored over 6 years ago
Added OnFailureValidator

be519bca23a1a8891cd0a88ecbd10bf71f9b566b authored over 6 years ago
Update docs ready for 8.0

392cc8fddba90cb483495e2a84cc88e91ce5b927 authored over 6 years ago
Update package verification check

a7ad87a7e1c084aa4639b11286ed88b2c4f626fc authored over 6 years ago
Deprecate IParameterValidatorFactory

d5a84977884eecae88f27e93ce6925f708439832 authored over 6 years ago
Add property name into exception message when using ValidateAndThrow

e630f5249d9c2a628798eaf6589abef85eb2d6da authored over 6 years ago
Tidy up async code

2bcf34291dff025e6b7c13fd3602f34a2f7177b4 authored over 6 years ago
Switch to public-signing for dev builds rather than using a separate key. Update build script

b438268af038efc1a1aed8a1990a3887b7ff2c7c authored over 6 years ago
Support validating specific properties by path

184ec70bb849fd6700eb8aa1dd5ec381cba2a814 authored over 6 years ago
Move away from using TaskHelpers

651ee8005bfa5186c435eceb1ec51273ce9534c1 authored over 6 years ago
Remove the need for a separate AsyncValidatorBase

4bb50028df20ef4a813bda60422caa6897b5baa3 authored over 6 years ago
Remove references to AbstractValidator

46047581cc65081b24d3146afbd422cabf0088fe authored over 6 years ago
Introduce constant

a0fc54be347e0ffddc699d72f2a7a88441304cae authored over 6 years ago
Add appveyor configuration

c81fd003f011843d33885f1f62b848f1e51d502d authored over 6 years ago
Move the ValidatorAttribute and AttributeValidatorFactory into a separate project

8719ed4e8503e95d974f5e8a360dd008df551b6a authored over 6 years ago
Update changelog

1ce0e0b5d642ce266c9ab6ff43e4e7e3e2cb029e authored over 6 years ago
Slightly tidy up to AbstractValidator.ValidateAsync. Introduce Getrules.

4985d50200d17d1876a7d6b45ce17cdbd4a7e83c authored over 6 years ago
Remove duplication between RuleForEach and SetCollectionValidator

fcd2fb515f6230170cbc4ee4f62298c1a3d570c5 authored over 6 years ago
Clean up async selection process

da9147fd88be2398093ba84944186720b414bf62 authored over 6 years ago
Remove various methods deprecated in 7.x

abd44a7ee15921a116036bc60af1747b999d054e authored over 6 years ago
Remove old Custom\CustomAsync methods that were deprecated in 7.0

00d348747d780171490a3f9a7c687c8c609291e2 authored over 6 years ago
Remove IContextAwareStringSource and implement rudimentary IValidationContext interface.

a1815407e9c7d9ccbce6ea31b055b338370d6d1e authored over 6 years ago
Introduce ValidatorMetadata to replace metadata properties on IPropertyValidator.

8a9ff753e50b6facfc8fa4f79ba31a83249f9aa0 authored over 6 years ago
Remove the old backwards compatability layer

b88ea9e8f91996acbe2cd10706b3240fcbbdd518 authored over 6 years ago
Issue template

030942121ebe065cfc3c94f0982668a98fc0e715 authored over 6 years ago
Document ValidationResult.ToString

3d23c1dbc0c2c0def2865f7f4630a8b708886a4c authored over 6 years ago
Update 8.x upgrade guide

acf884a1d9e39fd0c8dd8a661fd24ccc87079c33 authored over 6 years ago
Update changelog

feb304c9b6a0eaca9178b8f9e4ffb1dad483f9d2 authored over 6 years ago
Added AlbanianLanguage

4f97af07de58502df9b46a784d6d2e1892473abb authored over 6 years ago
Update upgrading-to-8.md

f15e7ad9f7eb749d72b9a05047ed66c422699265 authored over 6 years ago
Add upgrade guide for FV8

7517ed2d87c481c89f2dd51b7561f2e87fa76b42 authored over 6 years ago
Update permalink format (for real this time)

5166549344c7f0d19a69d706dbaed60ce1f92ce2 authored over 6 years ago
Fix typo in docs (getting started / installation) (#832)

e8da9bf3597ec54fbf4ec0a1e7f1c7e67c2e4c10 authored over 6 years ago
Move version number to build script

53f7ffc54b2ab6d116dcd46cbfefe0f379257d0f authored over 6 years ago
Update doc menu

5238b70211c0f29d399e0723a9e725fc89e16cb7 authored over 6 years ago
Prepare release for 7.6.104

0f0c0dbe931890bd12bb64051b72be7d6e48311e authored over 6 years ago
Update ignore file

067c3d3191278f76946c23b28e50763962971c49 authored over 6 years ago
Additional test for PreValidate.

2179a8fa8f76db1a284f250b0063578da81826e7 authored over 6 years ago
PreValidate should be invoked before the instance null check

1289739966f4274d17faeceeb0155a8fdc3ef18e authored over 6 years ago
Update async cascade tests

5fe958f5b5fea494ab30eb39c67324ee7a61b782 authored over 6 years ago
Async cascade mode tests

2644d12189645c2830b8f973d1814ed65f963acd authored over 6 years ago
Bash pwsh bootstrap script

ee9f6161dd09651bef753799529610c8ede0c6ec authored over 6 years ago
Update changelog

bb55d798aa2a97f42cb4a7f74b2789f000c46967 authored over 6 years ago
Minor tweaks to PreValidate

34951813520b079d47ea01772d2135ce2b1781a5 authored over 6 years ago
Add global.json to specify SDK version

433be1eb8ea8c7df756735ee88c434e1effa2220 authored over 6 years ago
Add PreValidate to AbstractValidator (#810)

820e9c3cbbec621c4e2b533cfca79edc6d73148b authored over 6 years ago
Update README.md

8e5ef3001ea8b75f7eb4cff5a6cd5f3cd30c42b4 authored over 6 years ago
Fix broken headings in custom validators doc

1858b40ec30d97b6ce4d024c641e8c36586a9637 authored over 6 years ago
test-fix with project style (#805)

feb29a3b98c194825eadc30b97a1e632c51652d9 authored over 6 years ago
Update README.md

9630a0d5b897dea78fe08540ad8e7c78cf737c98 authored over 6 years ago
Don't make fonts bold

0f2e69ff705a63b60f78a64f42a2088f1f9a1583 authored over 6 years ago
Update some broken urls in the docs and move images

e41a1d244ff1166acb4c0bbb10ecf98de276c1f9 authored over 6 years ago
Update documentation

fbf16fc3b99602cdc4383047dbf156bc08c03226 authored over 6 years ago
Fix directory cleanup

253faf602dfd6103dcb0773c40392c60969415c3 authored over 6 years ago
Cleanup output directory without removing the whole .build directory

388a31a14de89856a197435c1245154d9c024437 authored over 6 years ago
Update README.md

0bc97a90393aa71651c2a25e7d8ef3e086cf5dcd authored over 6 years ago
Update README.md

c7dafdf21411caf86f51e250fc735941a89d0cd6 authored over 6 years ago
Do not try and run the aspnetcore tests against net461 when running on linux

7329bde2a45a42136d564fd2a440069559a0aee8 authored over 6 years ago
Use Environment.NewLine

0bebc672357f3eb5f99f0474c690310660f4d1d3 authored over 6 years ago
Use variable for packages dir

07aec61fa2b19a6058b92d2bbe9fda462d72f04a authored over 6 years ago
Fix casing of keyfile for linux build

6db463216a846abdd96f471c21a3cec307f3cd67 authored over 6 years ago
Continue working on xplat build

d8437d3d540355fccb0e49a25c6091a2d841ae5b authored over 6 years ago
Continuing work on cross-platform build.

c821b167d087c04b427f5d1df129c61dc96ef6d3 authored over 6 years ago
Update build script

dfff1f2b2efdc78de94bdc8c03d7c7d0fd76c956 authored over 6 years ago
Begin updating build script for linux compatibility

5b3bacff44407358e0d65ed03701ab1baa764290 authored over 6 years ago
Switch to release version of posh-build

4db2a8fe2fda3048efeb4ab0591576cd0b72ab05 authored over 6 years ago
Fix links

2194cb0ba9a57433d734bfbe8fc0bf8f6eaceb92 authored over 6 years ago
Rename doc files

197738ab761d07735f559b28bfceaf815408d824 authored over 6 years ago
Import API docs from github wiki

c33d1dd5d383ebba6d80e8ddf929d6f91c450873 authored over 6 years ago
change to using ValueTuple (#793)

* change to using ValueTuple

0d747c341b8a55268eb81235687b089cb9f6574d authored over 6 years ago
Tidy up and apply code style

1f25786a488e56c126ae07df2552e5080f48ad37 authored over 6 years ago
Update index

d7eee55a088fda1583a3ae03e976c27f5597490e authored over 6 years ago
Fix link

483ddb6fb3239d9a53903202746b0063412e90bd authored over 6 years ago
Update docs

7153f4600f27c97047d17743fb2ae9d32463ac93 authored over 6 years ago
Update doc site

989ecdfdb29bc0db793e4c0dc84206f552b80383 authored over 6 years ago
Reformat

3ce46c27f6c80c783d04965628a65ed2c2592a75 authored over 6 years ago
Update site theme

90c18d3120d6c5cc6ff16a828ae70d0773d31c7a authored over 6 years ago