Michael N

Results 6 comments of Michael N

Also seeing Hot Reload issues with both Blazor WASM and Server. on .NET 8.0.201. Currently running into an issue where updating the `grid-template-columns` style property of an element causes the...

**EDIT:** You can ignore this comment. I messed something up when I tried the PR. It's working fine as far as I can tell. --- Was asked to provide some...

@matthetherington Ok, I think I messed something up when I tried-out the PR. I may have forgotten to actually checkout the branch after I pulled it. I'm running it now...

We're seeing the same thing here. Updating to the newest version didn't fix the problem. It's as if all rulesets were firing whenever we updated an input's contents.

Update on this (because it's a pretty big problem on our end): I think I may have found the issue. `ValidateField` and `ValidateModel` are implemented differently. `ValidateField` seems to ignore...

Back in March, when I looked into this, the issue was that FluentValidation didn't expose enough information for `ValidateField` to be able to work as intended. Admittedly, this may have...