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

Update upgrading-to-8.md

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

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

github.com/FluentValidation/FluentValidation - 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

github.com/FluentValidation/FluentValidation - 06fa4a03b9b7f4952df0760dbd70b4733cc1235c authored over 6 years ago
Documentation for Include rules

github.com/FluentValidation/FluentValidation - c27221cc1da69d149ae59b54324c3fdc8abd6963 authored over 6 years ago
Add documentation for callbacks

github.com/FluentValidation/FluentValidation - c9ee3bb3f1748a07e0a29d46abdcced9ce8c56ac authored over 6 years ago
Support rulesets with SetValidator

github.com/FluentValidation/FluentValidation - 64b78d6bdc9595d221b4d56ce70a00e6de08aa4e authored over 6 years ago
Make sure ValidatorAttribute package can build on linux

github.com/FluentValidation/FluentValidation - 948d2b491bb89dd411e11148944fb40fe07caab5 authored over 6 years ago
Make sure test files are using public signing

github.com/FluentValidation/FluentValidation - bf8a28f600e46adadada1f9ccb789b4cc631f699 authored over 6 years ago
Remove random stackdump file

github.com/FluentValidation/FluentValidation - a7c87d8d341f08f03c484a89f57ce0461dee528d authored over 6 years ago
Remove rule cache for now due to critical issues

github.com/FluentValidation/FluentValidation - 18cf6ee1babb16396ff4ca663a6c0f34324684d7 authored over 6 years ago
Update OnFailure to work with ShouldHaveChildValidator

github.com/FluentValidation/FluentValidation - ba5247d2979b27ef0dc1a72ed733f31cc1866e6d authored over 6 years ago
Deprecate AbstractValidator.

github.com/FluentValidation/FluentValidation - 2b13ac2b66017def9e92ad4cf0be72a4b30373d9 authored over 6 years ago
Update version numbers and changelog in preparation for 8.0-preview1

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

github.com/FluentValidation/FluentValidation - 8ea7141159e3ec0c03d876725f117e13eacaa302 authored over 6 years ago
Fix multiple iterations of IEnumerable

github.com/FluentValidation/FluentValidation - 95e53943dc48df776107e226127926b9e931424f authored over 6 years ago
Update collection docs and add helper for launching local jekyll

github.com/FluentValidation/FluentValidation - 1c4144f7b1e18df821bbdcd101a1442a4105ad8f authored over 6 years ago
Change signature of ApplyCondition to take a PropertyValidatorContext in the callback.

This aids with extensibility.

github.com/FluentValidation/FluentValidation - acd78dc832050a55074732954e1d816b2cc5ec02 authored over 6 years ago
Remove references to ValidatorBase for now

github.com/FluentValidation/FluentValidation - 455aacca3b46c187b7998ddd731e5d0fbc887bf7 authored over 6 years ago
Update project URLs in package

github.com/FluentValidation/FluentValidation - 2b1b082a8627db9fad76c52ffb07276301d2411d authored over 6 years ago
Don't mark IParameterValidatorFactory as obsolete yet.

github.com/FluentValidation/FluentValidation - ed6433705a97b1cff52893ab429b944217a3a7e1 authored over 6 years ago
Rename ValidatorMetadata to PropertyValidatorOptions and simplify the implementation

github.com/FluentValidation/FluentValidation - 39c796747f6d0f45901f2639c80d37619dbb2aea authored over 6 years ago
Remove reference to Attributes folder

github.com/FluentValidation/FluentValidation - b8cad024a162885b3eb0f10abb4c75925738dd5d authored over 6 years ago
Added OnFailureValidator

github.com/FluentValidation/FluentValidation - be519bca23a1a8891cd0a88ecbd10bf71f9b566b authored over 6 years ago
Update docs ready for 8.0

github.com/FluentValidation/FluentValidation - 392cc8fddba90cb483495e2a84cc88e91ce5b927 authored over 6 years ago
Update package verification check

github.com/FluentValidation/FluentValidation - a7ad87a7e1c084aa4639b11286ed88b2c4f626fc authored over 6 years ago
Deprecate IParameterValidatorFactory

github.com/FluentValidation/FluentValidation - d5a84977884eecae88f27e93ce6925f708439832 authored over 6 years ago
Add property name into exception message when using ValidateAndThrow

github.com/FluentValidation/FluentValidation - e630f5249d9c2a628798eaf6589abef85eb2d6da authored over 6 years ago
Switch to public-signing for dev builds rather than using a separate key. Update build script

github.com/FluentValidation/FluentValidation - b438268af038efc1a1aed8a1990a3887b7ff2c7c authored over 6 years ago
Support validating specific properties by path

github.com/FluentValidation/FluentValidation - 184ec70bb849fd6700eb8aa1dd5ec381cba2a814 authored over 6 years ago
Move away from using TaskHelpers

github.com/FluentValidation/FluentValidation - 651ee8005bfa5186c435eceb1ec51273ce9534c1 authored over 6 years ago
Remove the need for a separate AsyncValidatorBase

github.com/FluentValidation/FluentValidation - 4bb50028df20ef4a813bda60422caa6897b5baa3 authored over 6 years ago
Remove references to AbstractValidator

github.com/FluentValidation/FluentValidation - 46047581cc65081b24d3146afbd422cabf0088fe authored over 6 years ago
Add appveyor configuration

github.com/FluentValidation/FluentValidation - c81fd003f011843d33885f1f62b848f1e51d502d authored over 6 years ago
Move the ValidatorAttribute and AttributeValidatorFactory into a separate project

github.com/FluentValidation/FluentValidation - 8719ed4e8503e95d974f5e8a360dd008df551b6a authored over 6 years ago
Slightly tidy up to AbstractValidator.ValidateAsync. Introduce Getrules.

github.com/FluentValidation/FluentValidation - 4985d50200d17d1876a7d6b45ce17cdbd4a7e83c authored over 6 years ago
Remove duplication between RuleForEach and SetCollectionValidator

github.com/FluentValidation/FluentValidation - fcd2fb515f6230170cbc4ee4f62298c1a3d570c5 authored over 6 years ago
Clean up async selection process

github.com/FluentValidation/FluentValidation - da9147fd88be2398093ba84944186720b414bf62 authored over 6 years ago
Remove various methods deprecated in 7.x

github.com/FluentValidation/FluentValidation - abd44a7ee15921a116036bc60af1747b999d054e authored over 6 years ago
Remove old Custom\CustomAsync methods that were deprecated in 7.0

github.com/FluentValidation/FluentValidation - 00d348747d780171490a3f9a7c687c8c609291e2 authored over 6 years ago
Remove IContextAwareStringSource and implement rudimentary IValidationContext interface.

github.com/FluentValidation/FluentValidation - a1815407e9c7d9ccbce6ea31b055b338370d6d1e authored over 6 years ago
Introduce ValidatorMetadata to replace metadata properties on IPropertyValidator.

github.com/FluentValidation/FluentValidation - 8a9ff753e50b6facfc8fa4f79ba31a83249f9aa0 authored over 6 years ago
Remove the old backwards compatability layer

github.com/FluentValidation/FluentValidation - b88ea9e8f91996acbe2cd10706b3240fcbbdd518 authored over 6 years ago
Document ValidationResult.ToString

github.com/FluentValidation/FluentValidation - 3d23c1dbc0c2c0def2865f7f4630a8b708886a4c authored over 6 years ago
Update 8.x upgrade guide

github.com/FluentValidation/FluentValidation - acf884a1d9e39fd0c8dd8a661fd24ccc87079c33 authored over 6 years ago
Update upgrading-to-8.md

github.com/FluentValidation/FluentValidation - f15e7ad9f7eb749d72b9a05047ed66c422699265 authored over 6 years ago
Add upgrade guide for FV8

github.com/FluentValidation/FluentValidation - 7517ed2d87c481c89f2dd51b7561f2e87fa76b42 authored over 6 years ago
Update permalink format (for real this time)

github.com/FluentValidation/FluentValidation - 5166549344c7f0d19a69d706dbaed60ce1f92ce2 authored over 6 years ago
Fix typo in docs (getting started / installation) (#832)

github.com/FluentValidation/FluentValidation - e8da9bf3597ec54fbf4ec0a1e7f1c7e67c2e4c10 authored over 6 years ago
Move version number to build script

github.com/FluentValidation/FluentValidation - 53f7ffc54b2ab6d116dcd46cbfefe0f379257d0f authored over 6 years ago
Prepare release for 7.6.104

github.com/FluentValidation/FluentValidation - 0f0c0dbe931890bd12bb64051b72be7d6e48311e authored over 6 years ago
Additional test for PreValidate.

github.com/FluentValidation/FluentValidation - 2179a8fa8f76db1a284f250b0063578da81826e7 authored over 6 years ago
PreValidate should be invoked before the instance null check

github.com/FluentValidation/FluentValidation - 1289739966f4274d17faeceeb0155a8fdc3ef18e authored over 6 years ago
Update async cascade tests

github.com/FluentValidation/FluentValidation - 5fe958f5b5fea494ab30eb39c67324ee7a61b782 authored over 6 years ago
Async cascade mode tests

github.com/FluentValidation/FluentValidation - 2644d12189645c2830b8f973d1814ed65f963acd authored over 6 years ago
Bash pwsh bootstrap script

github.com/FluentValidation/FluentValidation - ee9f6161dd09651bef753799529610c8ede0c6ec authored over 6 years ago
Minor tweaks to PreValidate

github.com/FluentValidation/FluentValidation - 34951813520b079d47ea01772d2135ce2b1781a5 authored over 6 years ago
Add global.json to specify SDK version

github.com/FluentValidation/FluentValidation - 433be1eb8ea8c7df756735ee88c434e1effa2220 authored over 6 years ago
Add PreValidate to AbstractValidator (#810)

github.com/FluentValidation/FluentValidation - 820e9c3cbbec621c4e2b533cfca79edc6d73148b authored over 6 years ago
Fix broken headings in custom validators doc

github.com/FluentValidation/FluentValidation - 1858b40ec30d97b6ce4d024c641e8c36586a9637 authored over 6 years ago
test-fix with project style (#805)

github.com/FluentValidation/FluentValidation - feb29a3b98c194825eadc30b97a1e632c51652d9 authored over 6 years ago
Update some broken urls in the docs and move images

github.com/FluentValidation/FluentValidation - e41a1d244ff1166acb4c0bbb10ecf98de276c1f9 authored over 6 years ago
Cleanup output directory without removing the whole .build directory

github.com/FluentValidation/FluentValidation - 388a31a14de89856a197435c1245154d9c024437 authored over 6 years ago
Do not try and run the aspnetcore tests against net461 when running on linux

github.com/FluentValidation/FluentValidation - 7329bde2a45a42136d564fd2a440069559a0aee8 authored over 6 years ago
Use variable for packages dir

github.com/FluentValidation/FluentValidation - 07aec61fa2b19a6058b92d2bbe9fda462d72f04a authored over 6 years ago
Fix casing of keyfile for linux build

github.com/FluentValidation/FluentValidation - 6db463216a846abdd96f471c21a3cec307f3cd67 authored over 6 years ago
Continue working on xplat build

github.com/FluentValidation/FluentValidation - d8437d3d540355fccb0e49a25c6091a2d841ae5b authored over 6 years ago
Continuing work on cross-platform build.

github.com/FluentValidation/FluentValidation - c821b167d087c04b427f5d1df129c61dc96ef6d3 authored over 6 years ago
Begin updating build script for linux compatibility

github.com/FluentValidation/FluentValidation - 5b3bacff44407358e0d65ed03701ab1baa764290 authored over 6 years ago
Switch to release version of posh-build

github.com/FluentValidation/FluentValidation - 4db2a8fe2fda3048efeb4ab0591576cd0b72ab05 authored over 6 years ago
Import API docs from github wiki

github.com/FluentValidation/FluentValidation - c33d1dd5d383ebba6d80e8ddf929d6f91c450873 authored over 6 years ago
change to using ValueTuple (#793)

* change to using ValueTuple

github.com/FluentValidation/FluentValidation - 0d747c341b8a55268eb81235687b089cb9f6574d authored over 6 years ago
Tidy up and apply code style

github.com/FluentValidation/FluentValidation - 1f25786a488e56c126ae07df2552e5080f48ad37 authored over 6 years ago