CommunityToolkit
CommunityToolkit copied to clipboard
The Official Docs for the Community Toolkits
I have a suggestion. Rather than just show the power of [ObservableObject], could you show what the user would have to do *without* that functionality, i.e., Invoke the PropertyChanged event...
The documentation page lacks pictorial view of the behaviour of the tool being talked about. This may sound like a minor issue and that any serious developer should have no...
I think the list at "3. Add a using directive in your C# files to use the new APIs:" should be; ```using CommunityToolkit.Diagnostics;``` --- #### Document Details ⚠ *Do not...
The sample code `span[2, 1] = 20;` throws an index out of change exception. To become consistent with the sample output, it should be `span[1, 1] = 20;`. --- ####...
Upper XML example is wrong ```xml 7.3 ``` The LangVersion Element is not closed properly with `````` should be: ```xml 7.3 ``` --- #### Document details ⚠ *Do not edit...
Currently the following pages do not show off the features in the form of a screenshot: - [x] Snackbar - [x] Toast - [ ] Popup
As the title says, I would like you to add the full code for the mvvm "putting things together" sample, as I dont know how to do everything in that...
It would be nice if the migration section for MvvmLight mentioned that now `RelayCommand` no longer calls `CanExecute` on every `Execute` call. A further interesting point is that MvvmLight `RelayCommand`...
Using SpeechToText ListenAsync on iOS: `` SpeechToTextResult speechToTextResult = await SpeechToText.ListenAsync(CultureInfo.CurrentCulture, new Progress(partialText => { RecognitionText += partialText + " "; }), cancellationToken); `` I am receiving the following error:...
### Type of issue Typo ### Description there's no XML code in package.appxmanifest. VS22 shows a graphical interface. there's not direction on how to add support for snackbars as per...