Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/StefH/FluentValidation

A library for using FluentValidation with Blazor
https://github.com/StefH/FluentValidation

Merge pull request #24 from Blazored/disable-assembly-scanning-option

Ability to disable assembly scanning and better exception catching

7bf76642f8bace33592cc0afb645b7b91d2bbbbd authored over 4 years ago by Chris Sainty <[email protected]>
Added ability to disable assembly scanning and added some better exception catching

5f166a53b2b2fbfb9539c0870de33dd9659668e3 authored over 4 years ago by Chris Sainty <[email protected]>
Merge pull request #21 from Blazored/repo-maintenance

Added question template and moved release drafter to GitHub Actions

dbde4e083ef4fb815aaff8e60305b98f479fc12e authored over 4 years ago by Chris Sainty <[email protected]>
Added question template and moved release drafter to GitHub Actions

a3dd4567ada5972408fcc98d09d8e20f2108e02e authored over 4 years ago by Chris Sainty <[email protected]>
Create FUNDING.yml

7cbd483da030af34d3ea73604dfe9142b6f1781f authored almost 5 years ago by Chris Sainty <[email protected]>
Update issue templates

0d58ce85b9f3c142e27ba5bd29c14ff2e85b20d0 authored almost 5 years ago by Chris Sainty <[email protected]>
Added release-drafter config

696122bbd2393eb92c5d75874c4013e655304cd8 authored almost 5 years ago by Chris Sainty <[email protected]>
Merge pull request #18 from Blazored/nested-model-validation

Adds nested model validation

ddea1dd10497884cfdf841b9f4ea309a233e5aab authored almost 5 years ago by Chris Sainty <[email protected]>
Fixes

c6b080cdd1afa0a31463cbf4f33465b9211f1a0e authored almost 5 years ago by Chris Sainty <[email protected]>
Merge pull request #12 from Blazored/fix-for-8

Fixes bug when validating nested models

edd9b3bd4763d088779d5dae9707b0f5c61adbc3 authored about 5 years ago by Chris Sainty <[email protected]>
Fixes bug when validating nested models

ea62549a0645ea36aa8d8a0531ce3398f12cd211 authored about 5 years ago by Chris Sainty <[email protected]>
Merge pull request #11 from StefH/stef-GetValidatorForModel

First use serviceProvider to resolve the validator. If that fails, us…

21ebf951388ade6df99d1a8b2f64b555e5f1380a authored about 5 years ago by Chris Sainty <[email protected]>
First use serviceProvider to resolve the validator. If that fails, use the more slower AppDomain.CurrentDomain.GetAssemblies()

b341f3528b66e43c079c25ecfafd19e6915cf58a authored about 5 years ago by Stef Heyenrath <[email protected]>
Merge pull request #10 from arielbeje/master

Removed Console.WriteLine used for debugging

763f7c9feba55587795012b9203e56db04fcc72c authored about 5 years ago by Chris Sainty <[email protected]>
Removed Console.WriteLine used for debugging

4d5d48641a4f9406b14788bb7328e2d043aa10f4 authored about 5 years ago by arielbeje <[email protected]>
Upgrade to .NET Core 3 RTM

d8037e4b232a2c2ca9bc5208ba11b4aa52fe86d7 authored about 5 years ago by Chris Sainty <[email protected]>
Upgrade to RC1

7ddba6df7ff2587df5069fae25c91efba57dca67 authored over 5 years ago by Chris Sainty <[email protected]>
updated to p9

0b22775df7a5976308ae2c14aab1c6fe4fe0c621 authored over 5 years ago by Chris Sainty <[email protected]>
Merge pull request #4 from Blazored/preview8

Upgrade to p8

c287ab97055de5991da37b5b55e7f2e622edb143 authored over 5 years ago by Chris Sainty <[email protected]>
Upgrade to p8

9d660fc164fb1baa74685a7f40cc4cce740aee98 authored over 5 years ago by Chris Sainty <[email protected]>
Update to preview 7

6d7746a4f57d9dc71377e59c6c988e8c8276f717 authored over 5 years ago by Chris Sainty <[email protected]>
Update Blazored.FluentValidation.csproj

58366916ed996f3c97fa61ce71f237295e5c84a7 authored over 5 years ago by Chris Sainty <[email protected]>
Merge pull request #3 from AndrewGriffithsFG/async-validation

Updated to allow async validation rules

e81814761083eaf6e353654918d9c23a40a917bf authored over 5 years ago by Chris Sainty <[email protected]>
Use ActivatorUtilities.CreateInstance to allow dependency injection in validators

cf0115354d2665ce8f25434246533ddf7037ec97 authored over 5 years ago by Andrew Griffiths <[email protected]>
Updated sample validation

c737ad82bed5c54552ead161c64aa9df5c8f948f authored over 5 years ago by Andrew Griffiths <[email protected]>
Show ValidationMessage on server side

71f811a782576de1d82eb681bc5dc45377bb7ac6 authored over 5 years ago by Andrew Griffiths <[email protected]>
Updated to use ValidateAsync() instead of Validate()

Added sample async validation

92afdbef3995d43171613117d5a5dac6443d9ef8 authored over 5 years ago by Andrew Griffiths <[email protected]>
Merge pull request #2 from Blazored/fixes-finding-validators-in-seperate-projects

Fixes finding validators in seperate projects

1874b719435b25ebd2e3fcede5080c89e6e14312 authored over 5 years ago by Chris Sainty <[email protected]>
Bumped version

9488df618757a4d75f819b32118e6dd271cc010b authored over 5 years ago by Chris Sainty <[email protected]>
Now searches across all assemblies to find validators

e36855d8a5160e9d0c3ab761e01fed973f07537a authored over 5 years ago by Chris Sainty <[email protected]>
Create README.md

cda4801bda8eb606637216df941c6b3505cf0335 authored over 5 years ago by Chris Sainty <[email protected]>
Added build yaml

8fbcf86add391cd3bd1a6573ca228109844c6951 authored over 5 years ago by Chris Sainty <[email protected]>
Initial commit

0049b8a9568192092440dc39c43786e007a1c8bb authored over 5 years ago by Chris Sainty <[email protected]>