CommunityToolkit
CommunityToolkit copied to clipboard
The Official Docs for the Community Toolkits
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....
### 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...
### 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...
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 {...
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...
### 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...
### 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....