Chris Sainty
Chris Sainty
@rybkov Are you experiencing performance issue with the component?
@kswoll How do you define validation rules for private members? Given the typical method of defining validators, private properties or fields aren't visible. ```csharp public class Customer { public int...
@kswoll Do you know if FluentValidation supports validation rules against non-public members? I've been doing some experimenting and while I no longer get errors for your scenario, I also don't...
Hi @Liero, thanks for raising this. I'm really swamped at the moment but I'm planning on looking over this proposal on Friday (16th). I've not worked with severity levels in...
Hi @Liero, I've been looking into your request a little and I think we can definitely do this. I haven't had the time I was expecting to go into the...
Thanks for raising this @umeshvenkat. I've haven't done any work with the Dynamic component so I'm not sure what kind of effect it would have. It seems the validation message...
Hi Ryan, thanks for raising this. It seems like a good suggestion. I've just had a quick look at your PR as well and it looks good I think we...
That would be fantastic! Could you add it as part of the existing PR.
@danielscatigno-ncpc This has been raised in #58 and has now been added.
@hanslai im not sure if I've misunderstood but the preview 2 package isn't restricted. It requires a version of 11.0.0 or higher as per the [docs](https://docs.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#controlling-dependency-version)