Sergio Pedri
Sergio Pedri
Hey @chsienki, this seems possibly related to the WPF issues in dotnet/roslyn#158, could this be a regression in a recent VS build? I'm aware the source generators never played well...
Now that VS 17.3 is out, can anyone confirm whether this is fixed? Or is the WPF fix not out yet and this wasn't actually related to VS 17.2.6 itself?...
This is now fixed! 🎉🎉🎉 See https://devblogs.microsoft.com/dotnet/september-2022-updates/.
> "Is there a big advantage to checking the bool and not firing the event if there's no handlers registered?" Yes, calling `SetProperty` becomes about twice as fast and allocates...
Hey there. Could you please include a minimal repro in the issue we can use. That is, a standalone code snippet that causes the issue, that does not depend on...
Are you actually invalidating the command state? That is, are you calling `NotifyCanExecuteChanged`? The `CanExecute` method only includes the logic to determine if a command can be executed, but it's...
Can you provide a small, minimal, platform agnostic, self-contained repro we can use to investigate? 🙂
This seems to keep being raised in multiple places (including the conversation at https://github.com/windows-toolkit/WindowsCommunityToolkit/discussions/3961), so I think it can be worth looking into at least to get a feel for...
@michael-hawker I'd say that regardless of the proposal for a source-only package, the idea of moving the `Guard` and `ThrowHelper` APIs to a separate, standalone `Microsoft.Toolkit.Diagnostics` package sounds great to...
Hi @grizoood! Would you be able to provide us a minimal repro? That would help us a lot to investigate this. By that I mean the minimum possible amount of...