luetm

Results 8 comments of luetm

> We have some ideas to make this type of IPC a lot easier: #1148 > > But it's not currently in the plans. > > We do have BlazorWebView,...

In my opinion, the move to remove clutter is a very good one. I was also quite shocked when I first saw it, but when I teach coding to newcomers,...

> Figured I'd follow-up here and say that we shipped our 7.0 version last month which includes the new MVVM Toolkit. You can find the notes on migrating from MVVM...

@chrissainty I'm a little lost. This used to work, but now `Validate()` returns a bool only, how can I get to the Severity of a error message now? EDIT: I...

@chrissainty https://github.com/Blazored/FluentValidation/pull/212 I took this route of making the whole result available so, if anything besides severity is needed, we don't need to add anything else. Let me know in...

Conclusion of #216

@chrissainty Is this the way you imagined it?

@chrissainty Cool library! Was really interesting to be able to test components like that! The results are in a PR here #218 !