CommunityToolkit icon indicating copy to clipboard operation
CommunityToolkit copied to clipboard

The Official Docs for the Community Toolkits

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

This pull request introduces the documentation for the `RatingView` control, to accompany the code under .NET MAUI Community Toolkit PR for [RatingView](https://github.com/CommunityToolkit/Maui/pull/2191). Only merge, after the code PR has been...

### Type of issue Other (describe below) ### Description [Immetti qui i commenti] In the englis version there are these rows: All - All of the values should be true....

Pri2
dotnet-communitytoolkit/svc
dotnet-maui-community-toolkit/subsvc

### Type of issue Typo ### Description The documentation shows: `BackgroundColor="{Binding MyValue, Converter={StaticResource CompareConverter}" />` But is should be `BackgroundColor="{Binding MyValue, Converter={StaticResource CompareConverter}}" />` ### Page URL https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/converters/compare-converter ### Content...

Pri2
dotnet-communitytoolkit/svc
dotnet-maui-community-toolkit/subsvc

### Type of issue Missing information ### Description The documentation page doesn't contain actual example of how to use RelayCommand and RelayCommand interfaces. Instead, it has an example of how...

Pri1
dotnet-communitytoolkit/svc
mvvm-toolkit/subsvc

Provides updates for https://github.com/CommunityToolkit/Maui/pull/2193

I can't find an example of a private setter implementation anywhere. Usage scenario without toolkit: ``` private Project _current = null!; /// /// Редактируемый проект. /// public Project Current {...

Pri3

Document the new boolean operators that are being introduced in https://github.com/CommunityToolkit/Maui/issues/2181

### Type of issue Missing information ### Description Documentation points to a NuGet package that is missing. [Enter feedback here] https://www.nuget.org/packages?q=CommunityToolkit.Maui.NativeLibraryInterop.BuildTasks&includeComputedFrameworks=true&prerel=true&sortby=relevance ### Page URL https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/native-library-interop/ ### Content source URL https://github.com/MicrosoftDocs/CommunityToolkit/blob/main/docs/maui/native-library-interop/index.md...

Pri1
dotnet-communitytoolkit/svc
dotnet-maui-community-toolkit/subsvc

### Type of issue Code doesn't work ### Description The IconTintColorBehavior in .NET MAUI does not apply the tint color immediately when the TintColor property changes. The color only updates...

Pri3

### Type of issue Missing information ### Description In multiple instances, after calling MyAsyncRelayCommand.NotifyCanExecuteChanged() my Android app was crashing because this call needs to be run on the main thread....

Pri1
dotnet-communitytoolkit/svc
mvvm-toolkit/subsvc