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 built-in-validators.md

Example error: *The length of 'Surname' must be at least 10 characters. You entered 20 character...

github.com/FluentValidation/FluentValidation - b6b7faaa9b9be23a49e2eafbe12f53266ac18b8d authored over 2 years ago by Momen Bazzar <[email protected]>
Update aspnet.md: remove redundant validity check

The code here should have the confidence to proceed with adding errors to the model state given ...

github.com/FluentValidation/FluentValidation - adf5b008beeb20a21602c78113b646e0604d2d15 authored over 2 years ago by roosuocha <[email protected]>
Fixes variable name for Minimal API example (#1999)

github.com/FluentValidation/FluentValidation - 3635387477328e55aa86329d2ca2494ce6f3b708 authored over 2 years ago by Bruno Gava Guerra <[email protected]>
Tidy up assertion helper

github.com/FluentValidation/FluentValidation - 36b81c5c64253099a215272e0f510559f3b16911 authored over 2 years ago by Jeremy Skinner <[email protected]>
Initial Test Helper cleanup

github.com/FluentValidation/FluentValidation - 39432482c90445986777a3a643434fe503053e55 authored over 2 years ago by Jeremy Skinner <[email protected]>
Update version and changelog

github.com/FluentValidation/FluentValidation - b9c944258a5ad26cb1e486fd7749b6ebe62e6ed1 authored over 2 years ago by Jeremy Skinner <[email protected]>
Fix test helper .Only() not taking into account parent-level unmatched failures (#1986)

github.com/FluentValidation/FluentValidation - 9c0c5872213b52aa1cb4df261e64c9eba857b68d authored over 2 years ago by Jeremy Skinner <[email protected]>
Update Minimal APIs documentation (#1994)

github.com/FluentValidation/FluentValidation - d3725b7c9e1cc20103535ec1d771f9a28e9158aa authored over 2 years ago by Andy Gardner <[email protected]>
fix typo (#1990)

github.com/FluentValidation/FluentValidation - 40188b0db9598c3db5c300e13ec335e216b50b6f authored over 2 years ago by Tuğrul Elmas <[email protected]>
Add a factory method for creating the CompositeValidatorSelector (#1988)

github.com/FluentValidation/FluentValidation - f8003f18482bc82d23755a078437c186237ac434 authored over 2 years ago by Jeremy Skinner <[email protected]>
Resolve issue with unexpected results when with nested Include calls with the MemberNameValidatorSelector (#1989)

github.com/FluentValidation/FluentValidation - 41ca85666caf5e1694f0c3ecf4bc3edb6e1e44c5 authored over 2 years ago by Jeremy Skinner <[email protected]>
Switch to file scoped namespaces

github.com/FluentValidation/FluentValidation - 6be268aa4b6846593a56b7167b5eafd955a09951 authored over 2 years ago by Jeremy Skinner <[email protected]>
Bump version and update changelog

github.com/FluentValidation/FluentValidation - d06577d63b921f49bb92a122e3f467c37b15dd58 authored over 2 years ago by Jeremy Skinner <[email protected]>
Fix the issue that the ChildRules will corrupt the RuleSets of a validator passed to the SetValidator (#1982)

github.com/FluentValidation/FluentValidation - d37d15f5599fba2f35da60cf7f6756abcb364ac8 authored over 2 years ago by Frank <[email protected]>
Update advanced.md

I didn't realize where the variable 'person' come from (line 41).

github.com/FluentValidation/FluentValidation - e201af700a90209ee5c396c600c38a0d35530495 authored over 2 years ago by EngNipal <[email protected]>
Add bulgarian translations (#1973)

Co-authored-by: Michał Pawłowski <[email protected]>

github.com/FluentValidation/FluentValidation - cedd78e30a47435af896f0b4a3a5b36c39ae06fc authored over 2 years ago by michal-pawlowski <[email protected]>
Update aspnet docs

github.com/FluentValidation/FluentValidation - 3494233237b9a3f1a774ee5ec9bbfde2123625bf authored over 2 years ago by Jeremy Skinner <[email protected]>
Update aspnet docs

github.com/FluentValidation/FluentValidation - 1936a560967a1049b8f1ba4bf26836cc5d85b625 authored over 2 years ago by Jeremy Skinner <[email protected]>
Switch to file-scoped namespaces

github.com/FluentValidation/FluentValidation - 7604dc9114183aa302e1374e5a96dbfdb42a659d authored over 2 years ago by Jeremy Skinner <[email protected]>
Fix some doc links

github.com/FluentValidation/FluentValidation - 3c029996249aa7da12c4b369e90ddc30813b9a80 authored over 2 years ago by Jeremy Skinner <[email protected]>
Simplify test platforms & CI

github.com/FluentValidation/FluentValidation - 0f215b685a71e48a42a543b5f40f9de14edf8eeb authored over 2 years ago by Jeremy Skinner <[email protected]>
Update bug_report.yml

github.com/FluentValidation/FluentValidation - 6560b220ba369be53c768e56da7fdade677cdfb9 authored over 2 years ago by Jeremy Skinner <[email protected]>
Move FluentValidation.AspNetCore to a separate repository (https://github.com/FluentValidation/FluentValidation.AspNetCore)

github.com/FluentValidation/FluentValidation - ebb8e70a2c0b0e9dadaaa9db96bde1c4f777cbdf authored over 2 years ago by Jeremy Skinner <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - 3ac7d18b12fccc93e54e0061ffe462a96871e5b3 authored over 2 years ago by Jeremy Skinner <[email protected]>
Add ToDictionary method to ValidationResult for ease of use when working with Minimal APIs. Deprecate various methods. Updated aspnet docs. (#1964)

github.com/FluentValidation/FluentValidation - a24ed7beae0bcfb78b53e1bb7385b3f59d7f4c16 authored over 2 years ago by Jeremy Skinner <[email protected]>
Switch to using ValueTask for internal rule execution, and remove duplicated sync/async code path. (#1954)

github.com/FluentValidation/FluentValidation - 9dd102bc5bf506417d50248dd50db18f7ad5757c authored over 2 years ago by Jeremy Skinner <[email protected]>
Deprecate various methods on FluentValidationMvcConfiguration in favour of their ServiceCollection counterparts.

github.com/FluentValidation/FluentValidation - 0569aeabe51d9a4ea53fe89816e67f7821cdcb6d authored over 2 years ago by Jeremy Skinner <[email protected]>
Documentation updates

github.com/FluentValidation/FluentValidation - 08b6643d50c87ae2e10d1b1256041a03f653de54 authored over 2 years ago by Jeremy Skinner <[email protected]>
Deprecate IValidatorFactory

github.com/FluentValidation/FluentValidation - 28d5024d4e7b156c2b125347bbbbaa5252790924 authored over 2 years ago by Jeremy Skinner <[email protected]>
Fix build and update changelog

github.com/FluentValidation/FluentValidation - d59b8f5418218893f0f751343e3de136be92a8ec authored over 2 years ago by Jeremy Skinner <[email protected]>
Deprecate various MVC features (InjectValidator, implicit validation) - see #1960

github.com/FluentValidation/FluentValidation - 21f8a07759ffa29a3da35bf79f84b1cc15ff51b0 authored over 2 years ago by Jeremy Skinner <[email protected]>
Cleanup asp.net test project

github.com/FluentValidation/FluentValidation - bcd387c061754e9d249a23504938a8fa3f525c62 authored over 2 years ago by Jeremy Skinner <[email protected]>
Tidy up AsyncValidatorInvokedSynchronouslyException handling

github.com/FluentValidation/FluentValidation - 64e80cb0eef68acb8563ba6f21203f9a92489728 authored over 2 years ago by Jeremy Skinner <[email protected]>
Fix issue where calling ValidateAsync would incorrectly throw an AsyncValidatorInvokedSynchronouslyException if a call to RuleForEach was wrapped with WhenAsync.

Add various missing tests for top-level WhenAsync when used with RuleForEach.

github.com/FluentValidation/FluentValidation - 171d696760ea39e81aae816f8543e96dda2f9475 authored over 2 years ago by Jeremy Skinner <[email protected]>
Update benchmarks to net6

github.com/FluentValidation/FluentValidation - 7a2a64410041ef18afdc693144d0630ce0f429a9 authored over 2 years ago by Jeremy Skinner <[email protected]>
Minor fix to where IsAsync is set.

github.com/FluentValidation/FluentValidation - bdf440fd7b31beefc0bbf7db584d29facd28e82f authored over 2 years ago by Jeremy Skinner <[email protected]>
Update async.md

github.com/FluentValidation/FluentValidation - 87eb303b9af7420a7af69f4e200d9aeb6a2e83c1 authored over 2 years ago by Jeremy Skinner <[email protected]>
Set explicit permissions for GitHub actions in lock workflow (#1948)

github.com/FluentValidation/FluentValidation - f38b73cabef0c7d8b1eaebc1ac032b9e6095fdca authored over 2 years ago by nathannaveen <[email protected]>
Support deserialization with System.Text.Json (#1928) (#1947)

github.com/FluentValidation/FluentValidation - f4a7a16386e3d5fd9caee8b36dc54939d8323c9f authored over 2 years ago by Jeremy Skinner <[email protected]>
Document ComparisonProperty placeholder

github.com/FluentValidation/FluentValidation - b007a1d258d99b3e9af756be33ea1ff636b9af40 authored over 2 years ago by Jeremy Skinner <[email protected]>
Enable tests for net6

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

github.com/FluentValidation/FluentValidation - cc27fabb742c7a4b0a5830adabfbbee7022b11f0 authored over 2 years ago by Jeremy Skinner <[email protected]>
Restore linking between chaildren and parent contexts (#1945)

github.com/FluentValidation/FluentValidation - 73226293af9a36ed0eb9a0a2ee057f1829705918 authored over 2 years ago by guffy1234 <[email protected]>
Update README.md

github.com/FluentValidation/FluentValidation - 14dd363aaad5b760121375bbf116567e1806aed6 authored over 2 years ago by Jeremy Skinner <[email protected]>
Added link to vNext.BlazorComponents.FluentValidation in the Blazor docs (#1940)

github.com/FluentValidation/FluentValidation - fa1f8774bcfb304edda732caefaca375ccf7a9f9 authored over 2 years ago by Daniel Turan <[email protected]>
Update changelog & bump version

github.com/FluentValidation/FluentValidation - f388f1480ae15b15cee7d1403f0a207d330dba17 authored over 2 years ago by Jeremy Skinner <[email protected]>
Fix assertions for With/Without test methods when there are multiple failures (#1937) (#1938)

* Apply validation predicate to matched entries only for Without*** worked correctly when there ...

github.com/FluentValidation/FluentValidation - eae767d6f13a6ca69a07364b1f44a984b617d6c0 authored over 2 years ago by Aleksei Pankratev <[email protected]>
Updates to upgrade guide regarding Message Builders

github.com/FluentValidation/FluentValidation - f3cad58269c10f99666bcd14eef7914d7c48f522 authored over 2 years ago by Jeremy Skinner <[email protected]>
Update bug_report.yml

github.com/FluentValidation/FluentValidation - 0b71479dbe088556867d3f86ed12719822adf82b authored over 2 years ago by Jeremy Skinner <[email protected]>
Fixed a typo

`submtit` -> `submit`

github.com/FluentValidation/FluentValidation - 8c4d2fb4771a07b2642a95065fd7c2b222f23dcc authored over 2 years ago by Niels Pilgaard Grøndahl <[email protected]>
Fix incorrect markdown in upgrade guide

github.com/FluentValidation/FluentValidation - a8cda2c0c89597f4825bb6c1c11e004732ffbbdf authored over 2 years ago by Jeremy Skinner <[email protected]>
Update package baseline

github.com/FluentValidation/FluentValidation - b25ce26ffb19c968951f7e9d3803dde2c236158e authored over 2 years ago by Jeremy Skinner <[email protected]>
Update refernece to latest version

github.com/FluentValidation/FluentValidation - da29600ca085322f08342c4fafb4a04457ffb9ad authored over 2 years ago by Jeremy Skinner <[email protected]>
Update 11.x upgrade guide

github.com/FluentValidation/FluentValidation - 1cc57455b4f353bcfe50a0ac863caa321adbc495 authored over 2 years ago by Jeremy Skinner <[email protected]>
Update bug report template

github.com/FluentValidation/FluentValidation - 8b7c7a844f1a8b29c2372fd2f07900b28995cac8 authored over 2 years ago by Jeremy Skinner <[email protected]>
Merge branch '10.x'

github.com/FluentValidation/FluentValidation - f7fb470f9c742c3e5bbbb50ee74878618cc4bd6c authored over 2 years ago by Jeremy Skinner <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - 996ad981c2d6743aedd76f0e52a7225011e88f83 authored over 2 years ago by Jeremy Skinner <[email protected]>
Update assembly info version

github.com/FluentValidation/FluentValidation - 24b4a67c5f5021d9ad0f964d26edc768375774b3 authored over 2 years ago by Jeremy Skinner <[email protected]>
Update text referneces to reference 11.0

github.com/FluentValidation/FluentValidation - bb1908ca291c59f41ac501120b5444459e0f3325 authored over 2 years ago by Jeremy Skinner <[email protected]>
Update the 11.0 upgrade guide.

github.com/FluentValidation/FluentValidation - 1430a4419c135c08c6b6c3c384aa169a7903cbc2 authored over 2 years ago by Jeremy Skinner <[email protected]>
Merge branch 'main' into 11.x

github.com/FluentValidation/FluentValidation - 66b32c37f67b680e01d1ab68c85ceb0c4a7c29cd authored over 2 years ago by Jeremy Skinner <[email protected]>
Update ASP.NET integration docs

Advise that RuleSetForClientSideMessagesAttribute and SetRulesetForClientsideMessages now accept...

github.com/FluentValidation/FluentValidation - 044382a02a8ee209946ec16a62b8d44a4ad2b5e9 authored almost 3 years ago by Daniel Green <[email protected]>
Allow use of ruleset '*' with clientside message generation (#1912)

github.com/FluentValidation/FluentValidation - a0e65efda83395e5219b6a4bc0ac532387c7e06b authored almost 3 years ago by Jeremy Skinner <[email protected]>
Update localization.md

github.com/FluentValidation/FluentValidation - 6805642f445fbd6048d47954349d59cf8ff07eb8 authored almost 3 years ago by Jeremy Skinner <[email protected]>
Merge branch 'main' into 11.x

github.com/FluentValidation/FluentValidation - 3fb617af060be21412bd2cb3f5180ea81d5a3aca authored almost 3 years ago by Jeremy Skinner <[email protected]>
Add docs with guidance on mocking.

github.com/FluentValidation/FluentValidation - 81f0b2bfce219a16e5fc9dd8e97309c7faef5b2d authored almost 3 years ago by Jeremy Skinner <[email protected]>
Introduce new cascade mode properties and deprecate the old version.

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

github.com/FluentValidation/FluentValidation - d28e40b45afff82137f2e2f134b8ad967163c68b authored almost 3 years ago by jsabrooke <[email protected]>
Update start.md

I was running .NET 6 and to enable the Controller to use ValidationResult it is not enough to be...

github.com/FluentValidation/FluentValidation - 80961b87dc2a591bbff6f470ab24565e38f9a684 authored almost 3 years ago by Mathias Tryggedsson <[email protected]>
Update aspnet.md

github.com/FluentValidation/FluentValidation - 7a6a426e3a868b720e4d553fefdc87b7643512f0 authored almost 3 years ago by Jeremy Skinner <[email protected]>
Update aspnet.md

github.com/FluentValidation/FluentValidation - d5f499496f8b41f178b75c8075ed7374956eaadf authored almost 3 years ago by Jeremy Skinner <[email protected]>
Update README.md

github.com/FluentValidation/FluentValidation - 34e1ae4277fa82aef11b937523211ac437ce551e authored almost 3 years ago by Jeremy Skinner <[email protected]>
Update upgrading-to-11.md

github.com/FluentValidation/FluentValidation - c366891c457daad5fe36a4ba810d515b055b05b2 authored about 3 years ago by Jeremy Skinner <[email protected]>
Update configuring.md

fixing the wrong used param

github.com/FluentValidation/FluentValidation - 83d53fa4d1b7d8893632433074583cc0819a088e authored about 3 years ago by npbtien1100 <[email protected]>
Update copyright years

github.com/FluentValidation/FluentValidation - 4ea3ad7e513387d4339c108754a818bc0b1f5422 authored about 3 years ago by Jeremy Skinner <[email protected]>
Update AzerbaijaneseLanguage.cs

Hi guys .
I have localization problem. I think that, finally I found a solution. I m trying t...

github.com/FluentValidation/FluentValidation - 00e1cf16b91b24aa23b566849c96d1ebd9b68ae7 authored about 3 years ago by Eminov Parviz <[email protected]>
Initial work on upgrade guide.

github.com/FluentValidation/FluentValidation - 7e445dbd27595c465f163019ac09f069e52bdef8 authored about 3 years ago by Jeremy Skinner <[email protected]>
Merge branch 'main' into 11.x

github.com/FluentValidation/FluentValidation - 158e773083f0a55851cabcf6760bc471a6e332f0 authored about 3 years ago by Jeremy Skinner <[email protected]>
Update version number

github.com/FluentValidation/FluentValidation - b472f8bc7283484da65891ab89acba0fdb13b5de authored about 3 years ago by Jeremy Skinner <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - 01418eb081b94c3a2322206e4801aa3ea7113095 authored about 3 years ago by Jeremy Skinner <[email protected]>
Disable package validation on 11.0 dev branch

github.com/FluentValidation/FluentValidation - 5551a71451f2e8e4f72bac36600d4f3128942568 authored about 3 years ago by Jeremy Skinner <[email protected]>
Remove backwards compatibility overloads

github.com/FluentValidation/FluentValidation - f44878703572f0312e913ab0ebfb29de519664b3 authored about 3 years ago by Jeremy Skinner <[email protected]>
Merge branch 'main' into 11.x

github.com/FluentValidation/FluentValidation - 06f5df17225ecb49fbc60771862002baf1bd8d75 authored about 3 years ago by Jeremy Skinner <[email protected]>
Update changelog

github.com/FluentValidation/FluentValidation - 44871e21c2a1e9089695f55cef858c5f52b837dd authored about 3 years ago by Jeremy Skinner <[email protected]>
Enable package validation and add backwards compatibility overloads. Fixes #1860.

github.com/FluentValidation/FluentValidation - 91e7848938f1a945636c68078d5198578a3edefc authored about 3 years ago by Jeremy Skinner <[email protected]>
Revert "Update blazor docs"

This reverts commit ec0535466805588589bd8170d431565df0afd8dd.

github.com/FluentValidation/FluentValidation - 4ccd8b64d96d53b347aa042f580a374cca4b748f authored about 3 years ago by Jeremy Skinner <[email protected]>
Setting DisableAutomaticValidation to true should prevent implicit validation running (#1868)

github.com/FluentValidation/FluentValidation - 7865b14da98a726a9b1f559e41e2d85e84987902 authored about 3 years ago by Jeremy Skinner <[email protected]>
Move DisableAutoValidation test into separate file

github.com/FluentValidation/FluentValidation - 2f63e3d1cdb71a07fba7264ffc6cf9d77aa47c64 authored about 3 years ago by Jeremy Skinner <[email protected]>
Update AzerbaijaneseLanguage.cs (#1865)

Azerbaijani language CultureInfo is "az-AZ".

github.com/FluentValidation/FluentValidation - e296555bd7005a4461795e42e9c902453c439607 authored about 3 years ago by Eminov Parviz <[email protected]>
Remove IThrowOnFailures.

github.com/FluentValidation/FluentValidation - 68f1a067e6fbf3923b18631b5ea346db0e979346 authored about 3 years ago by Jeremy Skinner <[email protected]>
Merge branch 'main' into 11.x

github.com/FluentValidation/FluentValidation - 25245c33acc9ed6169a23b3264113c0b52546624 authored about 3 years ago by Jeremy Skinner <[email protected]>
Added missing word in a sentence (#1856)

github.com/FluentValidation/FluentValidation - fa313b67dde03532e6e3b01ef627dcbbda82983a authored about 3 years ago by Dimitar Dyakov <[email protected]>
Fixed misspelled word (#1855)

github.com/FluentValidation/FluentValidation - fb89f322307985cdcf6bfcee21763b52c24bada0 authored about 3 years ago by Dimitar Dyakov <[email protected]>
Fixed misspelled word (#1854)

github.com/FluentValidation/FluentValidation - 2cfa219f090c0e6b7258ace05ece65855531e879 authored about 3 years ago by Dimitar Dyakov <[email protected]>
Fixed ThrowOnFailures not being passed through if context creation requires type conversion (#1863).

github.com/FluentValidation/FluentValidation - dc29c5e51a4219ad50611c244003e8910546278c authored about 3 years ago by Jeremy Skinner <[email protected]>
Merge branch 'main' into 11.x

github.com/FluentValidation/FluentValidation - 848e989c8be9f80f1fd24ed079b9c5add8aa87fc authored about 3 years ago by Jeremy Skinner <[email protected]>
Update language version

github.com/FluentValidation/FluentValidation - 79a50f3117b4eff37944d3981d812af1b4d5e70d authored about 3 years ago by Jeremy Skinner <[email protected]>