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

Remove unused variable

github.com/FluentValidation/FluentValidation - a796e460fff7339bc686e146d70cc94811f15be5 authored about 1 year ago by Jeremy Skinner <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - f2f2b0d5dc9e041ef68caa763f6978eac64c1646 authored about 1 year ago by Jeremy Skinner <[email protected]>
AddValidatorsFromAssembly(Containing) will now register Validators only once for each validator type and as IValidator<Target>

github.com/FluentValidation/FluentValidation - 9125e119da9ffd0b6b2ececa004b1fdec5e23f45 authored about 1 year ago by peter.wurzinger <peter.wurzinger@RBDTCDEV15>
Revert "Add support for dependent rules for custom rules #2170"

This reverts commit 3775c942d359e361be9b0d354089d9967a2cd2e6.

github.com/FluentValidation/FluentValidation - 51e365b6cbe5a62f98d01f3b40e4fb06e6b1f65a authored about 1 year ago by Jeremy Skinner <[email protected]>
Add support for dependent rules for custom rules #2170

github.com/FluentValidation/FluentValidation - 3775c942d359e361be9b0d354089d9967a2cd2e6 authored about 1 year ago by Jeremy Skinner <[email protected]>
Support caching root-level parameter expressions. (#2168/#2173)

github.com/FluentValidation/FluentValidation - e2c38e36cac759941c73baa46b6ae821546166e6 authored about 1 year ago by Jeremy Skinner <[email protected]>
Add more descriptive error messages if a rule throws a NullReferenceException (#2153)

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

github.com/FluentValidation/FluentValidation - b3b95c4a049927ec34132f6a43893908c9cd26cf authored about 1 year ago by Meikel Philipp <[email protected]>
Upgrade to .net 8 (#2176)

github.com/FluentValidation/FluentValidation - 40f1cc86824714f56064fffa9f263be9ae7560ec authored about 1 year ago by Jeremy Skinner <[email protected]>
fix memory leak enumerator (#2174)

github.com/FluentValidation/FluentValidation - 419380cb92df733d1ff40e1b75cf0ebc26637e03 authored about 1 year ago by kronic <[email protected]>
Fix behavioural changes in EmptyValidator/NotEmptyValidator introduced in previous release

github.com/FluentValidation/FluentValidation - 513eaa1cab5eeff7e1b9967798bad0f249295f98 authored about 1 year ago by Jeremy Skinner <[email protected]>
Merge pull request #2166 from josbol/main

Update PortugueseBrazilLanguage.cs

github.com/FluentValidation/FluentValidation - feeb5ae04dbd66f3035de66aa6383d21078ae249 authored about 1 year ago by Jeremy Skinner <[email protected]>
Update PortugueseBrazilLanguage.cs

FIX: ExactLengthValidator message now corresponds to the error criteria (exact length vs max len...

github.com/FluentValidation/FluentValidation - 2bd830cb09d4e09cebf004118b55eac32651cb3c authored about 1 year ago by josbol <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - ce11ae34578c636dd6a9abfc6a819ea4f160f72b authored about 1 year ago by Jeremy Skinner <[email protected]>
Fix ChildRules with hierarchies #2165

github.com/FluentValidation/FluentValidation - a437761052237fdf1102b55014ba6ed1da0f2411 authored about 1 year ago by Jeremy Skinner <[email protected]>
Update ReadTheDocs packages due to breaking changes in RTD build images

github.com/FluentValidation/FluentValidation - c28c5a460e653ea383d65d9198182cce08b0c91c authored over 1 year ago by Jeremy Skinner <[email protected]>
Add ReadTheDocs config file

github.com/FluentValidation/FluentValidation - a8c112f8a9e2c611ea2ef07c96941807ddebf571 authored over 1 year ago by Jeremy Skinner <[email protected]>
Merge pull request #2158 from ProfFrugal/perf

Performance optimization: focusing on allocation reduction

github.com/FluentValidation/FluentValidation - 701bc75edef70286cf609c478cd34e6e2033338a authored over 1 year ago by Jeremy Skinner <[email protected]>
Revert changes to PropertyChain as they cause baseline compatibility validation failure

github.com/FluentValidation/FluentValidation - 44cca0f68171d83a693dafa7ec9f0a0260dea1ae authored over 1 year ago by Jeremy Skinner <[email protected]>
Move caching of the DisplayName func to RuleBase

github.com/FluentValidation/FluentValidation - ccc3ebe81060a1f1c9f83fa1a232e42a38060ab3 authored over 1 year ago by Jeremy Skinner <[email protected]>
Fix bug introduced in AbstractValidator.SetExecutedRuleSets

github.com/FluentValidation/FluentValidation - 7d91ccb129bd82f82a041002fa14e4490f3a0f33 authored over 1 year ago by Jeremy Skinner <[email protected]>
Update EmptyValidator implementation to be consistent with NotEmptyValidator

github.com/FluentValidation/FluentValidation - 4140e1f0d9f1d89112dbfa150fc22b935ac5c57d authored over 1 year ago by Jeremy Skinner <[email protected]>
Fix indentation formatting issues introduced in NotEmptyValidator

github.com/FluentValidation/FluentValidation - b7550140e070a510808c73b3fbeb3099df1f0319 authored over 1 year ago by Jeremy Skinner <[email protected]>
Fix bug introduced in NotEmptyValidator

github.com/FluentValidation/FluentValidation - 0c24fd922ecc60d8fee49f42470e136b41b9b819 authored over 1 year ago by Jeremy Skinner <[email protected]>
Tidy up PropertyChain implementation

github.com/FluentValidation/FluentValidation - 624bf1c667e935a62ddf0f6691d7375cd443da3c authored over 1 year ago by Jeremy Skinner <[email protected]>
Add comment explaining why main foreach loop was changed to for

github.com/FluentValidation/FluentValidation - 4423adcbbde4d5574136e69d468676d0eaa8709d authored over 1 year ago by Jeremy Skinner <[email protected]>
Performance optimizations

github.com/FluentValidation/FluentValidation - 71797193b4bef4965f111aedf6b0d57b69d5b918 authored over 1 year ago by feng yuan <[email protected]>
Added Khmer langauge resouce.

github.com/FluentValidation/FluentValidation - 0480d4a3afa4378ae1491297e70be05b6c266f87 authored over 1 year ago by Sokheang <k.sokheang>
CultureName change zh-TW to zh-Hant

github.com/FluentValidation/FluentValidation - be4393a8557895410883d4331c5d986df09d9578 authored over 1 year ago by happtim <[email protected]>
CultureName change zh-CH to zh-Hans

github.com/FluentValidation/FluentValidation - e13bf7da0f99e97c3e4cdd62b02b4345aa816975 authored over 1 year ago by happtim <[email protected]>
Singapore Chinese (Simplified) test

github.com/FluentValidation/FluentValidation - f56d91e71fc66c9f14571b297b8f8453e520b411 authored over 1 year ago by timge <[email protected]>
update tasks and Reference assemblies

github.com/FluentValidation/FluentValidation - 5b9eebc398356b6b4dea255c5b9fa127652ca9bf authored over 1 year ago by Simon Cropp <[email protected]>
Update aspnet.md

github.com/FluentValidation/FluentValidation - 4c1b8893fe9e28e6b3957e032c5b15e34a78e011 authored over 1 year ago by Jeremy Skinner <[email protected]>
Fix Serbian for LengthValidator

github.com/FluentValidation/FluentValidation - 548374942e88a764fab5aa47a8da39c90f94334e authored over 1 year ago by Radoš Milićev <[email protected]>
Add OnRuleAdded method to AbstractValidator #2114

github.com/FluentValidation/FluentValidation - 32befcfc9b87da25fe33f28c49aa6b6aab2b4ce6 authored over 1 year ago by Jeremy Skinner <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - d6c2ec133635bc314904a4b3d5a987fb07700e74 authored over 1 year ago by Jeremy Skinner <[email protected]>
Also combine RuleSetsExecuted in ValidationResult combine ctor

github.com/FluentValidation/FluentValidation - e5ca5537d4594d605ba1f8226553ea39bd7603a5 authored over 1 year ago by cremor <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - d5818c8cf296d40c2fcdce5b4b0ebbefd8956e44 authored over 1 year ago by Jeremy Skinner <[email protected]>
Add PropertyPath placeholder (#2134)

github.com/FluentValidation/FluentValidation - 994a161c172bdfb27c03ba17c3a8c3c4837f3313 authored over 1 year ago by Jeremy Skinner <[email protected]>
Add constructor to ValidationResult that can be used to combine other ValidationResults (#2125)

github.com/FluentValidation/FluentValidation - 1f9102d8ab299eeddf3b4ffda9b96b695dedecfb authored over 1 year ago by Jeremy Skinner <[email protected]>
Fix Brazilian Portuguese translation message

github.com/FluentValidation/FluentValidation - ea6979f881f55d0d42f49a553c106b9c92381a57 authored over 1 year ago by Renan Lima <[email protected]>
fix capitalization in ValidationResult constructor summary

github.com/FluentValidation/FluentValidation - 34f92059b3197a87ba763fce00a43387aa00e951 authored over 1 year ago by mrlldd <[email protected]>
Update changelog and docs

github.com/FluentValidation/FluentValidation - 923cbc3b67990eb48ea0c4f8e86d67e6c7478e4c authored over 1 year ago by Jeremy Skinner <[email protected]>
Add OnFailureCreated callback

github.com/FluentValidation/FluentValidation - 0eaf52c28efa4556c6b5f32b11777fc687acdde1 authored over 1 year ago by Jeremy Skinner <[email protected]>
Add additional warning suppression

github.com/FluentValidation/FluentValidation - aa61b359983e74895c69a0bd592512dea726bc30 authored over 1 year ago by Jeremy Skinner <[email protected]>
Fixed some typos in Validator Extension

github.com/FluentValidation/FluentValidation - 0be18d7e6c59a6392c936cff7b5afdbda8af0dca authored over 1 year ago by Nicolai Schönberg <[email protected]>
Update async.md (#2111)

github.com/FluentValidation/FluentValidation - 538272313be8aadd6b528ebc74033bb1ac41dc25 authored over 1 year ago by knightmeister <[email protected]>
Update README.md

Update sponsor list

github.com/FluentValidation/FluentValidation - 855ceba7e775085a0e69f0833568ac62aa5baaba authored over 1 year ago by Jeremy Skinner <[email protected]>
Fix typo in docs

github.com/FluentValidation/FluentValidation - a6c530a9dce492156dfc7c4d3ea01d12fa9ee94e authored over 1 year ago by KarolWojtasiuk <[email protected]>
Add Tajik language (#2108)

github.com/FluentValidation/FluentValidation - ea9f1ac89cc84b969b71f02d44636d010de62fe2 authored over 1 year ago by Karomatullo Hayoev <[email protected]>
Fix typo in Russian localization (#2102)

github.com/FluentValidation/FluentValidation - efc1bc79298933c1e3bc66f49db853a9b4a4248e authored over 1 year ago by anserg256 <[email protected]>
Update changelog and version

github.com/FluentValidation/FluentValidation - e336cf32d23151ef5b1417b4e872df04a77f2e37 authored almost 2 years ago by Jeremy Skinner <[email protected]>
Resolve issue with ruleset propogation for multiple levels of child rules (fixes #2097)

github.com/FluentValidation/FluentValidation - 3e3e29f4479a307802d4403f58fdd8262a1109e3 authored almost 2 years ago by Jeremy Skinner <[email protected]>
Fix typo in doc comment

github.com/FluentValidation/FluentValidation - 56313e7a7840b57762827c4780483903bf66c0a5 authored almost 2 years ago by Chris Missal <[email protected]>
Fix spanish language error.

github.com/FluentValidation/FluentValidation - 783fde1fc204c13eacecb5ebeffcd6b028a785df authored almost 2 years ago by Roberto Fernández Salinas <[email protected]>
Add severity with validation context

github.com/FluentValidation/FluentValidation - 422b687928d893a58b22675b19a77d167eccc0fd authored almost 2 years ago by Jiří Mašek <[email protected]>
Fix typo in doc comment

github.com/FluentValidation/FluentValidation - 67042d871fac1f6eb235ffa3785586ea2db05062 authored almost 2 years ago by Masoud Nazari <[email protected]>
Added EstonianLanguage.cs and included it in the default LanguageManager.

github.com/FluentValidation/FluentValidation - 3fd0acadd6dfea16f71fa908a4f54fd788604883 authored almost 2 years ago by Rasmus Piho <[email protected]>
Update copyright

github.com/FluentValidation/FluentValidation - c212c1d5c00fa3976607a04d7e83ef19361c45ed authored almost 2 years ago by Jeremy Skinner <[email protected]>
Add missing dots and new lines

And also add the "Example" words where it was
omitted for the sake of consistency.

github.com/FluentValidation/FluentValidation - 5da7bd433fb9a134f2581647dd0167b8aea413d8 authored almost 2 years ago by Károly Ozsvárt <[email protected]>
Reword version 9 warning about default comparison change

github.com/FluentValidation/FluentValidation - e7d40fa9cb3369fb790412b2673099d2d9b1e90b authored almost 2 years ago by Károly Ozsvárt <[email protected]>
Change lambda parameter name to order

github.com/FluentValidation/FluentValidation - c88720ec1e8b0748cc9d8b5369cf5597f21a8326 authored almost 2 years ago by Károly Ozsvárt <[email protected]>
Increase version

github.com/FluentValidation/FluentValidation - 39552df7823eeb99f5120d406bf42ff4c63fee88 authored almost 2 years ago by Jeremy Skinner <[email protected]>
Deprecate EnsureInstanceNotNull

github.com/FluentValidation/FluentValidation - 67aad67cd4701f510e7e3cb1833f02e9c70f10b5 authored almost 2 years ago by Jeremy Skinner <[email protected]>
Deprecate Transform and TransformForEach.

github.com/FluentValidation/FluentValidation - c6f4476346bcfca08ad44f01ae8aa2f611763d66 authored almost 2 years ago by Jeremy Skinner <[email protected]>
Fix typo in aspnet.md docs

github.com/FluentValidation/FluentValidation - bab430641d9222db9d48b17faa0fdcbafd8e1b43 authored almost 2 years ago by Károly Ozsvárt <[email protected]>
Fixed typos and formatting in "testing" docs (#2068)

github.com/FluentValidation/FluentValidation - 5cd8436a870b3652719812f0a67fb46b4e007f81 authored almost 2 years ago by Kristiqn-it <[email protected]>
Add extra documentation for validating specific properties

github.com/FluentValidation/FluentValidation - e6239df64a5f2252e7aea24fb14017ed31daa428 authored almost 2 years ago by Jeremy Skinner <[email protected]>
Update changelog and bump version

github.com/FluentValidation/FluentValidation - 9f786f93fecd9ec0e11009fc14c2e46482ebd04e authored almost 2 years ago by Jeremy Skinner <[email protected]>
changed french translation for ScalePrecisionValidator (#2065)

Co-authored-by: Francis Gauthier <[email protected]>

github.com/FluentValidation/FluentValidation - 1b54c63b4a91289fa9beee97f9fa40fdad62a9de authored almost 2 years ago by Francis Gauthier <[email protected]>
Update inheritance collection example

github.com/FluentValidation/FluentValidation - c9429330d5608fc46e348b8b2654309808ab59d7 authored almost 2 years ago by Jeremy Skinner <[email protected]>
MemberNameValidator to work with indexes in path (#2056)

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

github.com/FluentValidation/FluentValidation - 2fed49066a73c2265692ee5598bcd433e42a6010 authored almost 2 years ago by abramchev <[email protected]>
Move to the advanced section and some re-wording

github.com/FluentValidation/FluentValidation - b3eb55ea5900f1191a68a718d8240a3b1c817b8e authored almost 2 years ago by Jeremy Skinner <[email protected]>
documentation customizing exceptions

github.com/FluentValidation/FluentValidation - 97c1c608093a366aeb48dd6c8fe78c3ad8d40115 authored almost 2 years ago by Kasper B. Graversen <[email protected]>
Make the MemberNameValidatorSelector logic a bit more readable and add some comments.

github.com/FluentValidation/FluentValidation - 781c57c42f5bb2349ea495d042e8ab4c55eb72fa authored almost 2 years ago by Jeremy Skinner <[email protected]>
adds TestValidateAsync extensions to utilize ValidationContext<T> arg

github.com/FluentValidation/FluentValidation - c4ee1492b5595afe099b17d596a34c36a4ed51f5 authored almost 2 years ago by Brian Engen <[email protected]>
Add Catalan language and update Spanish language (#2050)

github.com/FluentValidation/FluentValidation - 7c1cf12677f25efdc25d094ed7282fdd7752d988 authored almost 2 years ago by David Gutiérrez <[email protected]>
Found a "tab" in Kazakh language message (#2045)

github.com/FluentValidation/FluentValidation - aee69fef62bc73f89a192c7ecc7b40b2ede21cf2 authored almost 2 years ago by Gabriel Almeida <[email protected]>
Fixed misspelling in Uzbek translation (#2041)

github.com/FluentValidation/FluentValidation - 210ef5e23d6dfa452c1419731d434d53c9b8bef0 authored almost 2 years ago by A'zamjon Baxriddinov <[email protected]>
Update Uzbek Latin and Cyrillic languages (#2040)

github.com/FluentValidation/FluentValidation - bdbed849aca70b9ab3169e79305bde460c481e74 authored almost 2 years ago by Muhammad Diyor <[email protected]>
Optimize regex validator (#2035)

github.com/FluentValidation/FluentValidation - 514d85333acbc60040c8bc2201bf27652e715047 authored almost 2 years ago by Ben McCallum <[email protected]>
Fixed misspelling in italian translation (#2039)

github.com/FluentValidation/FluentValidation - f97553aeb7f0ffd16407e42a3a1c5e9bbc104077 authored about 2 years ago by Calvaz <[email protected]>
Kazakh language added. (#2036)

Co-authored-by: Eldar Abdulkhalykov <[email protected]>

github.com/FluentValidation/FluentValidation - 01bf54bb481ce4a1a2fb62cc0d979d122c3def68 authored about 2 years ago by abdulkhalyk <[email protected]>
Introduce PrecisionScale validator as replacement for ScalePrecision validator (#2030)

github.com/FluentValidation/FluentValidation - e2e2ba4e2a9aada49b26a766b63e560ee880f14e authored about 2 years ago by Jeremy Skinner <[email protected]>
Remove boxing from Empty/NotEmpty validators.

github.com/FluentValidation/FluentValidation - beb8f60a2b9fb102077b3f013e967fe7ca066a06 authored about 2 years ago by Jeremy Skinner <[email protected]>
Update changelog and bump version

github.com/FluentValidation/FluentValidation - 84462a6a19d2727f87a25f0e1466cccf90ea99c5 authored about 2 years ago by Jeremy Skinner <[email protected]>
.NET 7 updates (#1968)

github.com/FluentValidation/FluentValidation - 6fd09b3267fe5972c01a18ef97c5e7872f713e00 authored about 2 years ago by Jeremy Skinner <[email protected]>
Update aspnet.md

Corrected name constructor param.

github.com/FluentValidation/FluentValidation - 0c2ff0e86ec31eeb6ab502a74f7b9b7bfdcb4a66 authored about 2 years ago by Emiel Nijhuis <[email protected]>
Remove notice referencing old version of FV

github.com/FluentValidation/FluentValidation - ea0026fd8d3cb5a482618d725e91f19a0b082a27 authored about 2 years ago by Jeremy Skinner <[email protected]>
Make Dutch translations more consistent.

github.com/FluentValidation/FluentValidation - 73265dfb424d31915cbd759632b781f28bc8b8db authored about 2 years ago by David Perfors <[email protected]>
Fix SourceLink MSBuild flags (#2019)

github.com/FluentValidation/FluentValidation - 4ea9c0d84cd917b5eafc00070135d42a29013b5b authored about 2 years ago by Brian Buvinghausen <[email protected]>
Uzbek Latin and Cyrillic languages added.

github.com/FluentValidation/FluentValidation - 4adfb52881447556e8ad1baafa3a30fb9e6444cb authored over 2 years ago by Wahid Abduhakimov <[email protected]>
Update DanishLanguage.cs

Changed danish text for:
NotEmptyValidator
NotEqualValidator
NotNullValidator

Using the wo...

github.com/FluentValidation/FluentValidation - 1c7cf0f70d7a4469d3c7b61df908ae0e0d97f5d4 authored over 2 years ago by cfaagaard <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - c39536aca0b3175d86ece4daf26b04aed6668125 authored over 2 years ago by Jeremy Skinner <[email protected]>
MemberNameValidatorSelector should make use of PropertyNameResolver when parsing expressions (#2003)

github.com/FluentValidation/FluentValidation - 29b99ec5bcc0576fbaae4701d551b048af9577a7 authored over 2 years ago by Sergei <[email protected]>