Sergio Pedri

Results 352 comments of Sergio Pedri

Hey @mvegaca and @sibille, all those requested methods are now implemented in `ObservableValidator` 😄 Here's a comment with the full API brakdown: https://github.com/windows-toolkit/WindowsCommunityToolkit/issues/3428#issuecomment-765688514. TLDR: `ObservableValidator` now exposes `ValidateAllProperties` to automatically...

Thanks for the repro, I'll go take a look! 😄

@mvegaca The sample seems to work absolutely fine for me, I couldn't repro the issue on my end 🤔 ![image](https://user-images.githubusercontent.com/10199417/106502048-28742500-64c4-11eb-9905-4594005ba623.png) I tried twice with the debugger attached, and also by...

Was looking for a facepalm emoji to react to your message but unfortunately GitHub doesn't have one 😄 I was indeed using the wrong page, sorry about that! Tried the...

Alright, I've investigated this a bit and I'm not entirely sure this is an actual bug in `ObservableValidator`. All the internal logic for `ObservableValidator` itself works fine as far as...

@michael-hawker We already have the `.NET Standard` label we've been using for general .NET APIs as well, would adding that to this issue work? 🙂

V1 generators are not deprecated yet, unfortunately. Not to mention a lot of V2 out there are also terribly inefficient as well.

@DarthMazut This is weird, and I'm not sure I see how such an exception could be caused by the MVVM Toolkit. Do you have a minimal repro? Is this on...

> "really I begin to believe that CommunityToolkit and DotNet Maui are very buggy and it needs a long time to be stable" You haven't demonstrated that this is in...

@jamiehankins the generators in 7.1.2 are no longer supported, can you try using `CommunityToolkit.Mvvm 8.0.0-Preview4` and seeing if that works? This is likely a bug on VS/Roslyn/WPF, but curious to...