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

Make the Language classes internal for now

github.com/FluentValidation/FluentValidation - 082fd250096cb7db8a79e72a5fd0b08a8dc247c2 authored almost 8 years ago
Tidy up public LanguageManager api

github.com/FluentValidation/FluentValidation - ba26494e21b4b59e97fd5587e9e51f70410802da authored almost 8 years ago
Introduce ILanguageManager interface

github.com/FluentValidation/FluentValidation - 2704eb04742b364812c88106f38ba8234402468c authored almost 8 years ago
Continue localization cleanup

github.com/FluentValidation/FluentValidation - 19bb0ecb484447619b95dabfbd04e423a6c673e5 authored almost 8 years ago
Cleanup deprecated methods

github.com/FluentValidation/FluentValidation - 5d1a51a4e1caa1d9a9ddb5a1974c62269567b638 authored almost 8 years ago
Deprecate old localization methods

github.com/FluentValidation/FluentValidation - dd154edd5954008695ef6d334c9962ae81886f89 authored almost 8 years ago
Add LocalizationEnabled property to MVC config

github.com/FluentValidation/FluentValidation - ac976a868b4b7bd9be8b73444675d7a310bc4ac2 authored almost 8 years ago
Tidy up LanguageManager

github.com/FluentValidation/FluentValidation - e6e510b7f08b368647a8a8213896154b114cf15e authored almost 8 years ago
Remove unused taskhelper methods

github.com/FluentValidation/FluentValidation - 5d4178f4710b6e8e1a2f6cbc6966014f5fed422a authored almost 8 years ago
Remove unused taskhelpers

github.com/FluentValidation/FluentValidation - 3910129edaea8b13cf6a40258d90ed807fd2b972 authored almost 8 years ago
Export package icon from codeplex

github.com/FluentValidation/FluentValidation - 93e94274a52d42c6c396498f7c7e1b0c600fa8e8 authored almost 8 years ago
Allow resource key to be overriden

github.com/FluentValidation/FluentValidation - e5152fdc7ff951658bb885b9fba682cd6026251f authored almost 8 years ago
value validator should swallow exceptions from getters when traversing tree

See https://aspnetwebstack.codeplex.com/SourceControl/changeset/0c9be54d660dc289206ae978baad4026f...

github.com/FluentValidation/FluentValidation - f9782c1717c86070493f9f4eed0689eb174037b4 authored almost 8 years ago
Merge branch 'master' into netstandard-migration

github.com/FluentValidation/FluentValidation - cd6c1fa29e28a0cc29750a88ded09764d32d939e authored almost 8 years ago
Merge pull request #455 from haefele/fix_resolve_validator_for_collection_classes

Fix how the validator is resolved for classes that look like a collection

github.com/FluentValidation/FluentValidation - db748a46b1d62e88c95788a1bff92480532e88b1 authored almost 8 years ago
Add test for incorrectly resolving collection validator

github.com/FluentValidation/FluentValidation - 2dee0fb08ccbd07613f04a0ccfbca574a36acadf authored almost 8 years ago
Fix how the validator is resolved for classes that look like a collection

github.com/FluentValidation/FluentValidation - ded6de370129d90ffca8d2389bf0365d0a813196 authored almost 8 years ago
Localization rewrite:

- Introduced LanguageManager
- Replaced resx files with culture-specific Language classes
- Switc...

github.com/FluentValidation/FluentValidation - 341dac4879634fb3261b7bb559aa09b062681b16 authored almost 8 years ago
Tweaks to SplitPascalCase to support UC sequences better

as per https://github.com/JeremySkinner/FluentValidation/pull/454

github.com/FluentValidation/FluentValidation - f52e450876d81f928bab8f530427b001ff5c4810 authored almost 8 years ago
Include xml doc and satellite assemblies in the output package

github.com/FluentValidation/FluentValidation - b96ee7c07867b1714161a6c7d88258a77eba99e7 authored almost 8 years ago
Merge branch 'master' into netstandard-migration

github.com/FluentValidation/FluentValidation - 0e2d0f146421ffa6c2098a5757e4e79d34820c90 authored almost 8 years ago
Merge pull request #450 from xt0rted/length-extensions

Add max/min length extensions

github.com/FluentValidation/FluentValidation - a22cdd4d4aa0b886b2eaa2f704e691a4fbc261f3 authored almost 8 years ago
Ensure validator factory is resolved from request scope

github.com/FluentValidation/FluentValidation - 88e34b2b926f9c2613ad2bfc9c60fb88e5e22132 authored almost 8 years ago
Add max/min length extensions

github.com/FluentValidation/FluentValidation - c34ee2741120f667f2baa278c5f3bd11537e7849 authored almost 8 years ago
Sign assemblies by default.

Do not increment AssemblyVersion to avoid binding redirects for signed assemblies
Include snk onl...

github.com/FluentValidation/FluentValidation - f8d4d4c853dccdcef9e8058e8d952f00c5921694 authored almost 8 years ago
Ensure version number is passed to build script

github.com/FluentValidation/FluentValidation - 0a1fe982f50732fdb7f9c434193243f1f0e4441d authored almost 8 years ago
Missing license header

github.com/FluentValidation/FluentValidation - daf94b1ac0fb034a8df201094d8d77079aebc3e5 authored almost 8 years ago
Don't clear the ModelValidatorProviders collection by default

github.com/FluentValidation/FluentValidation - 3b06375390758ac9cbbaf21d43f13f71d6b37e7a authored almost 8 years ago
Merge branch 'master' into netstandard-migration

github.com/FluentValidation/FluentValidation - 1fdee476c7e08d0400b90f0e4b8ed7f021a47715 authored almost 8 years ago
Fix possible NRE in Min/Max/Range validators

github.com/FluentValidation/FluentValidation - c56be8a125e1f84a5c847e775dc51e925e61e07b authored almost 8 years ago
fix child validators not being resolved in webapi

github.com/FluentValidation/FluentValidation - 3e1700e6ef006a1f0b18e8483a3f9042f1654e25 authored almost 8 years ago
Fallback to metadata name when generating implicit required rule

github.com/FluentValidation/FluentValidation - 60cb4ad47556f508781af424a80c11b49639cf5e authored almost 8 years ago
Merge deployment proj into main build script

github.com/FluentValidation/FluentValidation - 05b10df5ebf2ea2031a657101515d8d7d57b882e authored almost 8 years ago
Merge IResourceAccessorBuilder into LocalizedStringSource

github.com/FluentValidation/FluentValidation - d4ad59872d83d71d42094ab92a2d45d87160bf07 authored almost 8 years ago
Separate obsolete methods into backwards compat file

github.com/FluentValidation/FluentValidation - 0afae5718b6f17534c09e8ea28651a4d291d290c authored almost 8 years ago
New overload of WithName

github.com/FluentValidation/FluentValidation - 4bbc26b70b7d60a9b1dd563b247092d8de70ec1a authored almost 8 years ago
Deprecate localization methods that use an expression.

github.com/FluentValidation/FluentValidation - 916c99f90ba06fe32b1e583305fbd9660c514975 authored almost 8 years ago
Build explicit net45 dll

github.com/FluentValidation/FluentValidation - 00e5319f8e34b7a53c1b6c138590864b3fe9d5b7 authored almost 8 years ago
Set AssemblyFileVersion

github.com/FluentValidation/FluentValidation - 4f6e758380873f2639e116afae346ec5c49b01ac authored almost 8 years ago
Update deployment process to use pack target

github.com/FluentValidation/FluentValidation - 719af1b02f85962e56259599a59b9428ca517f0c authored almost 8 years ago
Merge test proj into main build script

github.com/FluentValidation/FluentValidation - a61e9362b588994867a63740f21c24b5d5d6031c authored almost 8 years ago
Port WebApi and MVC5 projects to new project structure

github.com/FluentValidation/FluentValidation - adabf888d998f2c3bdcaed806361df81d5cf2b11 authored almost 8 years ago
Merge nuspec into aspnetcore project

github.com/FluentValidation/FluentValidation - a827ed0c2e63007b45c6d6ac99dbb35d827fb3e7 authored almost 8 years ago
Remove the portable45 tests - this is covered by the regular test project

github.com/FluentValidation/FluentValidation - 4200b1d707104bd281906636ea5c59185b86a8c8 authored almost 8 years ago
Add no-op "Pack" target to old style projects

github.com/FluentValidation/FluentValidation - 8f37c1d81ec503f6c1c3fc0a0ca2107f669ae358 authored almost 8 years ago
Remove net40/SL5 compatibility from standard build

github.com/FluentValidation/FluentValidation - 61a34b32b7ab5228affa01173340045b3779c832 authored almost 8 years ago
Port main FV Project to NetStandard.

github.com/FluentValidation/FluentValidation - 5fda3b9703e6be8897a198e6cb82d9ac1159a0d1 authored almost 8 years ago
Don't cache MemberExps that don't act on the model instance

Introduce option to disable caching

github.com/FluentValidation/FluentValidation - 6063e8918e3deda890a2255f95c562668a406be1 authored almost 8 years ago
Validate overloads should only be virtual if they accept a ValidationContext.

github.com/FluentValidation/FluentValidation - 1380970f7a0bcce0198fc1eb67eb5d771423a4cf authored almost 8 years ago
Include mvc5 build is still included in publish process

github.com/FluentValidation/FluentValidation - 2dcf150634946142e2b9194031fa992956a60388 authored almost 8 years ago
Swap to/from in RangeClientValidator

github.com/FluentValidation/FluentValidation - fa44edd75b3dcbc043ea496dfe0369715d7149ec authored almost 8 years ago
Fixes to clientside config

github.com/FluentValidation/FluentValidation - 7dc3a11d98d0657911ce2f532046fb4d287aa245 authored about 8 years ago
Explicitly specify mvc version

github.com/FluentValidation/FluentValidation - f6f3dd0eb0505a79c4a8b9ea9e4416f24c7f3be6 authored about 8 years ago
Fixed issue with multiple errors on same property

github.com/FluentValidation/FluentValidation - b986dc9b806a5ae6a6f845ccf410d37da0b2889b authored about 8 years ago
Update nuget and version

github.com/FluentValidation/FluentValidation - ffefa4cd3ac37b9289f692f75d4d5ae7ba76cfab authored about 8 years ago
Message format improvements (again)

github.com/FluentValidation/FluentValidation - 0dfd054d5756fed2985e133c82879cfbd309fbe4 authored about 8 years ago
Revert "Message format improvements"

This reverts commit 237ccfd581dcecf72209acdaabd4c41122fad98d.

github.com/FluentValidation/FluentValidation - cebdc6fcbf691f2bc1385cfa3e026e6179903dc5 authored about 8 years ago
Message format improvements

github.com/FluentValidation/FluentValidation - 237ccfd581dcecf72209acdaabd4c41122fad98d authored about 8 years ago
Depreciate WithLocalizedMessage(Expression)

github.com/FluentValidation/FluentValidation - ea86a79a79a9144ff4dd6b3e6063b2b1144e18bd authored about 8 years ago
Clientside validation support for .net core

github.com/FluentValidation/FluentValidation - c6d2302718b95febd4a22676348412159f98e0e6 authored about 8 years ago
Clean up some conditional compilation

github.com/FluentValidation/FluentValidation - f6a54e9e4c42949c7bd60ff8b44b4db8dcb22cb7 authored about 8 years ago
Emsure satellite assemblies are included in package output

github.com/FluentValidation/FluentValidation - 7c4d8964d6426a7907c3328eebafd021e2b0940c authored about 8 years ago
Switch to package version of MSBuild Community Tasks

github.com/FluentValidation/FluentValidation - 86d8ba9b76ff6302e54985ad334aefd42ad8695f authored about 8 years ago
Cleanup project references

github.com/FluentValidation/FluentValidation - d8f333354be6c1337232c1b939b1b4a8cf65569e authored about 8 years ago
Add SetRulesetForClientSideMessages

github.com/FluentValidation/FluentValidation - 56e162e1d662ab578e57592a4dd0385788274888 authored about 8 years ago
Fix build error & rename RunDependentRules -> RunDependentRulesAsync

github.com/FluentValidation/FluentValidation - aeedea51d233ce6dbd5ef7ae337d649560729b87 authored about 8 years ago
Include AssemblyScanner in Netstandard project

github.com/FluentValidation/FluentValidation - ca6b9417b4493b138b1e6a95199d740e3e56606d authored about 8 years ago
Merge pull request #370 from Dashue/#253_run_dependent_rules_when_validating_asynchronously

Add test and make it pass through implementation of evaluating Depend…

github.com/FluentValidation/FluentValidation - 81ac6ad68b403ac2d8bb8a9a65d9a12e0045d7ef authored about 8 years ago
Add test and make it pass through implementation of evaluating DependentRules

github.com/FluentValidation/FluentValidation - 02e940869e0f138730b5877681db91cffc04bf54 authored about 8 years ago
Merge pull request #366 from sjancke/master

Fix Key of AccessorCache for complex expressions x => x.A.B.Foo

github.com/FluentValidation/FluentValidation - 445f6390f31b4851efb274cef6bddac184c873f7 authored about 8 years ago
Fix Key of AccessorCache for complex expressions x => x.A.B.Foo

When using RuleFor(x => x.A.B.Foo) and RuleFor(x => x.A.C.Foo),
the AccessorCache does not diffe...

github.com/FluentValidation/FluentValidation - cf8c5e891e25925f48072a236a3a8bd858aea397 authored about 8 years ago
Merge pull request #360 from Pastafarian/webapi-model-array-fix

Bug Fix - allow array of primitives in Web Api models

github.com/FluentValidation/FluentValidation - f95bf0c64500b0702c280fe767908bdc22a3a2cc authored about 8 years ago