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

Tidy up dependent rule execution

80521c4387e2c8012294a3b1693658bc742e9632 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Enable CI for 10.x PRs

2e32b09ecb8a798e59177549ccc901d59a5caeba authored almost 4 years ago by Jeremy Skinner <[email protected]>
Tidy up PolymorphicValidator

fb536423d2062ee06ed576f1ecb2030f40fb4c7b authored almost 4 years ago by Jeremy Skinner <[email protected]>
Merge IValidatorInterceptor and IActionContextValidatorInterceptor, rename interceptor methods (fixes #1477)

34230f457d9058bbf7293d6b16055b7f180a8745 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Clean up various utility methods

cdf59044b603b4ce07a9c0a74ed60a7737457b8b authored almost 4 years ago by Jeremy Skinner <[email protected]>
Make RuleBuilder internal. Move DependentRules definition to RuleBuilder interface.

28e6b4ea5df7614a933cb32ee1c2024744e7c9bb authored almost 4 years ago by Jeremy Skinner <[email protected]>
Remove ICommonContext and some tidy up

dbf842fef3df1bfefc456db59b8b40a9c5e2ca7a authored almost 4 years ago by Jeremy Skinner <[email protected]>
Fix method signature for ApplyCondition

3c417c52cfa4c9557eddb8868ccebe5be17bdf67 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Tidy up GetServiceProvider.

f1623a949977d0ac4801a2ea622ba45984382f1b authored almost 4 years ago by Jeremy Skinner <[email protected]>
Make Configure methods explicitly defined on the rule interfaces

1828ce4ceed7fd1eabff98b9655c106c6b860cd4 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Remove more deprecated code

c396b72c72c95eed5fec023c1d609be9edcc85c1 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Remove deprecated code and fix up InvokePropertyValidator method signature

322c2e88d4e00e02fbe7ef87c0d43b1c8e0ae7be authored almost 4 years ago by Jeremy Skinner <[email protected]>
Make ChildValidatorAdaptor.GetValidator non-generic again

5b14a9d6026916a1375083d9c5c5c1c98bf34eaf authored almost 4 years ago by Jeremy Skinner <[email protected]>
Fixes #1561 (CollectionPropertyRule should only iterate the collection once)

1656d84f4d0fa1f244dc0f661f8107e827f6dcfe authored almost 4 years ago by Jeremy Skinner <[email protected]>
Remove deprecated IStringSource and other deprecated items on PropertyValidator.

2116ec608b5282b1576e63cc3d9944c662d265a8 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Update CI workflow

51e448dbf7071540286b679e890bf426fbda6ef9 authored almost 4 years ago by Jeremy Skinner <[email protected]>
docs: typo in code snippets (#1641)

0483b639617d29c6520d866c7b7a5874408e5793 authored almost 4 years ago by Tim Deschryver <[email protected]>
Update changelog & bump version.

7d1816c8a419e3855090fa607f6400a4fdf8a44e authored almost 4 years ago by Jeremy Skinner <[email protected]>
Update CI branch name

62b30eda967e68a93154e83b00a49b96487dcd99 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Update custom validators doc

336dee59941dfc6e20cb780aa60571b63f940966 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Update heading

c71b89f1bad0178b1f78409bf5988757ebbd1bba authored almost 4 years ago by Jeremy Skinner <[email protected]>
Create new issue template.

165e64808a32bbadfe651c7cdbd2fd864a7b01e1 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Expose additional overload of Transform that receives the root object in the tranformer.

737c35745b74e594ff9b654698c8131dbf6eb6ed authored almost 4 years ago by Jeremy Skinner <[email protected]>
ScalePrecision validator should only be available for decimal and decimal? properties.

bb306da41ef27686596d6d1351e6fd3ac7b25854 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Fix incorrect deprecation message wording

6836d692cc1c561e5ba23cdab824e21f5ec38652 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Switch to the new Transform syntax. (#1613)

350c6c6cbdd878a78f473e0a37a80f4971a44253 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Update code usages, apostrophes, definition lists, URLs, error messages, em-dash. (#1624)

6042b4f5dba2f33afaf0ea3191b5b75bff279da7 authored almost 4 years ago by Matthias Koch <[email protected]>
FluentValidation namespace explanation in RuleSet doc page (#1618)

88ffb2f7bbc1c1cddb957ab276363a34d34cad51 authored almost 4 years ago by Lucas Lucena <[email protected]>
Update changelog, bump version

4dd0f46f4dc3fefd98009b9588f2475202b0c089 authored almost 4 years ago by Jeremy Skinner <[email protected]>
Add ImplicitlyValidateRootCollectionElements MVC option (#1586)

Co-authored-by: Jeremy Skinner <[email protected]>

01bd0498d1db149c7c6f809cf939c1b23bb5a40e authored almost 4 years ago by notnotchris <[email protected]>
Fix #1597 child rules not working as expeted with rulesets.

be10c61ddcfa8725b5b3f9412e1f98a79d8a85ea authored almost 4 years ago by Jeremy Skinner <[email protected]>
Deprecate PropertyValidator ctor that takes a string. Add HasCondition/HasAsyncCondition to PropertyRule.

a147ef467f9053921b6afab345b581a8d321f201 authored about 4 years ago by Jeremy Skinner <[email protected]>
CI updates

f41af6e9ed4f95edf5bc2470e1429c01ec4eb1b9 authored about 4 years ago by Jeremy Skinner <[email protected]>
Update inheritance.md (#1605)

cb1bf5eaefb55b432212fe4a3cc5481ada7efe57 authored about 4 years ago by anegrete <[email protected]>
Remove unneeded additional targets

343ac21fd1370ae7ffe37494288c9375dfcc832a authored about 4 years ago by Jeremy Skinner <[email protected]>
Add link to FormHelper. (#1594)

3a50019e4a3df957661f7b491ea483b959bba383 authored about 4 years ago by Jeremy Skinner <[email protected]>
Adding Serbian and Bosnian languages. (#1591)

* Adding Serbian and Bosnian languages.
* Recursive parent culture search

Co-authored-by: Je...

8481bc646b1536017dbc4dda9e48fc7cef1b16f8 authored about 4 years ago by Vedran Stanic <[email protected]>
Fixed collections instructions in collections.md (#1588)

48623e837ad63682b899c5a362b0e6a132fdb94b authored about 4 years ago by Jude Vajira Guanasekera <[email protected]>
Fix typo in documentation (#1584)

2ced17d7e757c32a333e2f4bf6873f1a4905c2e6 authored about 4 years ago by Jef <[email protected]>
Update version number and SDK requirement.

6f524bb70ef61c032f2c3e87a1787c6a979970ec authored about 4 years ago by Jeremy Skinner <[email protected]>
Update changelog and .net 5 depenencies

04446a16f1ce20bf835c841fad21dcec90e8c729 authored about 4 years ago by Jeremy Skinner <[email protected]>
Fixed a typo. "regiter" to "register".

420596290f16d09c3bdf6bba1ca79cdf23add304 authored about 4 years ago by Hodaifa98 <[email protected]>
Update SpanishLanguage.cs

syntactic error of one of the validators messages

0bddff2d313fc213547757e2314a087f6692ddeb authored about 4 years ago by malu222 <[email protected]>
Update CI workflow to not use deprecated features

7efc73beb13c5ff8ebc3edbc7bb68a6fe2ad8918 authored about 4 years ago by Jeremy Skinner <[email protected]>
Updated RuleSetForClientSideMessagesAttribute to work with Razor Pages PageModel (#1548)

Co-authored-by: David Williams <[email protected]>

b6aaaf3b93e02ef8612a1408e546c4fd2796a7b4 authored about 4 years ago by David John Williams <[email protected]>
Allow use of CustomizeValidatorAttribute in PageModel (#1542)

* Allow use of CustomizeValidatorAttribute in PageModel

* Formatting.

* Enable CI for net5...

21a13902ad72733f1c6f0301efeb9459ee1b3f1e authored about 4 years ago by David John Williams <[email protected]>
Add support for .net 5

f6bb929f97125973706065d5942db1a6c01ed91f authored about 4 years ago by Jeremy Skinner <[email protected]>
Fix Slovenian translation typo (#1543)

Co-authored-by: aljaz.razpotnik <[email protected]>

2a2b5835e125af7491bbfdc3b0c3717129b7d588 authored about 4 years ago by aljaz00 <[email protected]>
Update lock to run once a day

Initial run has been completed, no longer need to run every hour.

4b62b676d6a53cd4a09977e4963f2cee5c6ded8c authored over 4 years ago by Jeremy Skinner <[email protected]>
Make lock run more frequently for now

5e5bdf93952097880f6d56e17b3aab09a15c5aec authored over 4 years ago by Jeremy Skinner <[email protected]>
Replace lock app with action

b1827374302b1e353e055e71d76a82b8e28cfc9f authored over 4 years ago by Jeremy Skinner <[email protected]>
Sponsor message

4b191491dcab73e842356d09e374948d8ee41e91 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update README.md

8b40063f59511495772e52d8ac305b2a7e333551 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update FUNDING.yml

95b82a77090bd99a031cb0a195da0c93eee13683 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update FUNDING.yml

d3114ddcb186c89dbd2dad676d8d561ad022ea52 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update rule tests to use public api

e8fd3e8b5cfbef78d8876530b9c2972bcd10fde4 authored over 4 years ago by Jeremy Skinner <[email protected]>
Merge branch '9.2.x'

2c77f8f9a8cca9b7d70d06d628c9df3e37d24657 authored over 4 years ago by Jeremy Skinner <[email protected]>
Remove release workflow. Run manually instead.

448180d90e5535276dc78f1f98013aa8feada534 authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix #1528 one of the inheritance validator overloads not working correctly.

be6a295364ef604dd55c25639f77d6957501f3bd authored over 4 years ago by Jeremy Skinner <[email protected]>
Deprecate Condition/AsyncCondition properties in favour of HasCondition/HasAsyncCondition and

InvokeCondition/InvokeAsyncCondition.

a1163a4386682b93729defb83109ecbcc3e669aa authored over 4 years ago by Jeremy Skinner <[email protected]>
Merge branch '9.2.x'

1ecbebc3c758454d04a58839f0d6c6a50d6bf537 authored over 4 years ago by Jeremy Skinner <[email protected]>
Bump version number

6aeb6b619fa82309443d7b3a5d95a2f18ad1e974 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update changelog.

f10d5b7d548183c22d9b9f2697f74dcad8c55efb authored over 4 years ago by Jeremy Skinner <[email protected]>
Add non-generic method to PolymorphicValidator for inheritors to customize.

2adba70cefc8e9f9b8e597b973a28eca91204c1f authored over 4 years ago by Jeremy Skinner <[email protected]>
Added Bengali language (#1517)

2e0646e8c798dbee3f6b5be2b230482a68b60f94 authored over 4 years ago by Nurul Huda (Apon) <[email protected]>
Update PersianLanguage.cs (#1513)

typo in `MinimumLengthValidator`

fb93c6c327e8995c7b1154ac41ef1b4ade8251a9 authored over 4 years ago by Hamed ZVand <[email protected]>
Update changelog.

eff3f09ee5c175e4ed93aa25f434273f37970679 authored over 4 years ago by Jeremy Skinner <[email protected]>
Add non-generic method to PolymorphicValidator for inheritors to customize.

d9c86f893d0c1418b94c13ebd9362d7bc3a5985c authored over 4 years ago by Jeremy Skinner <[email protected]>
Remove redundant condition execution (already handled at the rule level)

266d5a9ecebbd125f30b51929c3f4d30a42faac7 authored over 4 years ago by Jeremy Skinner <[email protected]>
Rename file.

c3544c2816277111ce203879f583d4241319823d authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix typo

702e66eeab5bbf95edcc4badaa79becc5592fe73 authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix typo

65445859aa263ad227ad66147e8d3a6b64c73c9b authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix typo

eb3e675a5d9af8fa7888435387a5f9d8966c5908 authored over 4 years ago by Jeremy Skinner <[email protected]>
Switch to SetDisplayName methods instead of a factory func property.

55286dd4966dfb75a3c1aaad7813e52a1d312d2e authored over 4 years ago by Jeremy Skinner <[email protected]>
Update changelog

e4610e7e4b54e0f4c1e8f3f39f90cb5902fd6c00 authored over 4 years ago by Jeremy Skinner <[email protected]>
Cleanup options property

d66a8e14a0a423e3ac0dc89bedfd90c57c52fd9d authored over 4 years ago by Jeremy Skinner <[email protected]>
Cleanup getting/setting error message

8f86b8e27987383860e5db036c46a0fe8ccd9e01 authored over 4 years ago by Jeremy Skinner <[email protected]>
Re-enable warnings for test project.

38d59b99c81f598955193631ab1ad240bcea1bb8 authored over 4 years ago by Jeremy Skinner <[email protected]>
Deprecate IStringSource, move default message template generation into PropertyValidator.

9b639537b77c8492288c2d110542aad294f3ca97 authored over 4 years ago by Jeremy Skinner <[email protected]>
Improve localization lazy loading (#1520)

56a2a7f8ecdf2c0256b089333d73f946de260fe4 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update changelog

e4e3d438d28c9288fce4597490cb9fe92ca8fa02 authored over 4 years ago by Jeremy Skinner <[email protected]>
Move logos into main repo. Switch to embedded icon in nuget packages.

56300e97b7ca2281bf21aee9f6f62e728e8acc78 authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix warnings; reformatting; enable TreatWarningsAsErrors

997a81720c82b1ec0e4a8e2dcff9ea9281cc0673 authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix warnings

eb2cf869afab6169ce13eacf319953d924f6f7fb authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix some warnings

e1d9d3df38ff36cc66dd1a31cb3ab442e0b0d0c1 authored over 4 years ago by Jeremy Skinner <[email protected]>
Fix some warnings.

bb87d1a915099132900c0ecbf92a2eff539ec403 authored over 4 years ago by Jeremy Skinner <[email protected]>
Un-deprecate marker interfaces

fad786d43e8805a1aaf4dcd9e74f3319ad02637a authored over 4 years ago by Jeremy Skinner <[email protected]>
Remove calls to GetTypeInfo

2cc3c4dabf8beb356a614dfe253d9999cf44e49f authored over 4 years ago by Jeremy Skinner <[email protected]>
Added Bengali language (#1517)

ffa4ddd18af3ebb9afc3c0a7dbfaa6be28eb3ece authored over 4 years ago by Nurul Huda (Apon) <[email protected]>
fix namespace typo (#1511)

962dc40671780f1b7fa4e013e69faa7a20a82c23 authored over 4 years ago by Mark Cola <[email protected]>
Update PersianLanguage.cs (#1513)

typo in `MinimumLengthValidator`

65e79837d314031f57d4edd6e21c73fee3931b58 authored over 4 years ago by Hamed ZVand <[email protected]>
Simplify build script

f8a7ccffd5f33971804dda99fe2b17b5de70a152 authored over 4 years ago by Jeremy Skinner <[email protected]>
remove razor dependency (#1508)

f027422156467dba8dbcc5a4df34f5d8386fef0c authored over 4 years ago by David Wedelich <[email protected]>
Update CI status badge

e7c238d2f2ad9eaf8219ef34c62ed147c3602345 authored over 4 years ago by Jeremy Skinner <[email protected]>
Move readme/contributing files to .github dir

a521826dd28a1cd2ab26081189cc6a3e497cacfc authored over 4 years ago by Jeremy Skinner <[email protected]>
Update build script

fc612493a8aed5ee39ea1a49fc4c281b3c3f8d07 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update changelog

d4deb531450a0fa82ea742b8281770205d4422a2 authored over 4 years ago by Jeremy Skinner <[email protected]>
Disable version suffix increment in CI for now

1cc1af41aab39b499d728729d25670ff0d8e4058 authored over 4 years ago by Jeremy Skinner <[email protected]>
Bump version

9bb981bd1810f0e12e791811c2fd040ced854129 authored over 4 years ago by Jeremy Skinner <[email protected]>
Update changelog

e2ac92b5f9809a67565ae260826f5355b5180bec authored over 4 years ago by Jeremy Skinner <[email protected]>