CommunityToolkit icon indicating copy to clipboard operation
CommunityToolkit copied to clipboard

The Official Docs for the Community Toolkits

Results 68 CommunityToolkit issues
Sort by recently updated
recently updated
newest added

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...

dotnet-communitytoolkit/prod
Pri1
dotnet

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...

dotnet-communitytoolkit/prod
Pri1
maui

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...

Pri2
community-toolkit/prod
dotnet

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;`. --- ####...

Pri2
community-toolkit/prod
dotnet

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...

dotnet-communitytoolkit/prod
Pri2
dotnet

Currently the following pages do not show off the features in the form of a screenshot: - [x] Snackbar - [x] Toast - [ ] Popup

Pri3
maui

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...

Pri2
community-toolkit/prod
dotnet

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`...

Pri2
community-toolkit/prod
dotnet