Chris Sainty

Results 176 comments of Chris Sainty

@srollinet There is a flaw in your test. On this line: https://github.com/srollinet/BlazoredFluentValidation/blob/29e545c4321a76396e8b3cc21294a0133ee08623/Blazored.FluentValidation.Tests/NestedDictionaryTest.cs#L46 You're passing in `null` to the final argument, but that needs to be an instance of a `FluentValidationValidator`...

@srollinet I've been working on this recently, but I'm struggling to get something working. Is this scenario something you've used previously with Fluent Validation on the server?

This sample is a bit out of date now. I tend to rely on the community to keep it up to date as I struggle to find the time. I'll...

Hey @csharpfritz! Thanks for raising this issue. I didn't realise local storage was disabled along with cookies--you learn something new everyday! Yes, I think swapping to an in-memory option would...

Interesting, what use would the exception have for developers? The issue will only surface when the application is running on end users devices. Throwing an exception at that point would...

Hi @brettwinters. This is an interesting one. I'll need to have a look into what's happening here. What version of the package are you using? If you haven't already, can...

Hi @Skyking005. I don't understand what you're asking for here. Can you supply some more details or an example of what you're looking for?

I'm not sure what to say @Skyking005. The `CancelAsync` method does nothing that should cause a refresh of the component that invokes the modal. As you've seen in #360, the...

Have you seen the discussion [here](https://github.com/Blazored/Typeahead/pull/278)? Others have reported similar issues but it's always turned out to be a fix in their code base.