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

Hi, the documentation describes well how to generate commands, but it doesn't provide information on change notifications, which are essential to a good user experience. Looking at the generated commands,...

dotnet-communitytoolkit/prod
Pri1

These examples are very bare-bones. Could you have an example where the app presents a Popup with an Entry, the contents of which are processed and/or returned to the calling...

dotnet-communitytoolkit/prod
Pri1

I'm trying to use `FlowExceptionsToTaskScheduler` within `RelayCommand`, but it doesn't seem to be working. Early in my app I have this: ```cs ...stuff... TaskScheduler.UnobservedTaskException += HandleUnobservedTaskException; } private void HandleUnobservedTaskException(object?...

Pri3
mvvm

Current Usage: ``` public partial class AddContact : ObservableObject { [ObservableProperty] private Guid id; [ObservableProperty] private string firstName; [ObservableProperty] private string lastName; [ObservableProperty] private Phone phone; [ObservableProperty] private DateTime? expiry;...

Pri3

Hi, I'm new to the CommunityToolkit and was looking how the `MemoryOwner` can help me to improve my code. A normal use case for me is working with monochrome camera...

dotnet-communitytoolkit/prod
Pri2
dotnet

Although the explanation is clear on the messenger, it would be better to show best case scenarios for when to use either of the messenger options (weak and strong). shall...

Pri2
community-toolkit/prod
dotnet
mvvm

Currently it is not possible to include any `xref`s to `Microsoft.Maui.*` because the API docs for MAUI have not been published. This is here to remind us that when those...

Pri3
maui

![image](https://user-images.githubusercontent.com/24302614/170557403-dbb0ac35-d212-48f2-9591-fdc7723d1161.png) These should say `Community Toolkits` in the sidebar and be `Community Toolkits Introduction` at the top, as shown when you visit one of the subpages like so: ![image](https://user-images.githubusercontent.com/24302614/170557992-07bb5bc9-2722-4a0f-9572-464229f9fff0.png) Though...

documentation
help wanted
Pri3

There's a breadcrumbs file here: https://github.com/MicrosoftDocs/CommunityToolkit/blob/main/docs/breadcrumb/toc.yml Need to find the documentation link for this, but don't think we've set this up correctly with our new structure, so we should investigate.

documentation
Pri3

Maybe we should create an issue around having a centralized managing NuGet package page we can link to across all toolkit getting started docs? _Originally posted by @michael-hawker in https://github.com/MicrosoftDocs/CommunityToolkit/pull/51#discussion_r844462837_...

documentation
Pri3