CommunityToolkit
CommunityToolkit copied to clipboard
The Official Docs for the Community Toolkits
### Type of issue Code doesn't work ### Description [Enter feedback here] ### Page URL https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/converters/bool-to-object-converter ### Content source URL https://github.com/MicrosoftDocs/CommunityToolkit/blob/main/docs/maui/converters/bool-to-object-converter.md ### Document Version Independent Id caad5065-e7f7-1e6b-9487-030fab102d8c ### Article author...
```C# public enum MainMenuOption { None = 0, Notifications = 1, Accounts = 2, Settings = 3, Exit = 4, } public IRelayCommand ChooseMainMenuCommand { get; init; } private void...
### Type of issue Other (describe below) ### Description Seems the ItemsSource and EmptyView code sample is misinterpreted Please check once again. ### Page URL https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/markup/extensions/bindable-layout-extensions ### Content source URL...
Add support for media playback controls and metadata in MediaElement. As per PR https://github.com/CommunityToolkit/Maui/pull/1782/
### Type of issue Missing information ### Description I was just trying to use this toolkit for the first time and I have no idea how. I managed to figure...
### Type of issue Other (describe below) ### Description 1、Infrared scanning of Android devices。 2、Order message "android.intent.ACTION_DECODE_DATA"。 result ModuleViewModel.ItemActivate continuously triggering。 testcode [BAP.Universal.Desktop.zip](https://github.com/MicrosoftDocs/CommunityToolkit/files/15141318/BAP.Universal.Desktop.zip) ### Page URL https://learn.microsoft.com/zh-cn/dotnet/communitytoolkit/introduction ### Content source...
This PR updates the Windows Community Toolkit documentation to align with the 8.1.240328-rc prerelease. Documentation and ToC was generated by our `./tooling/Build-Toolkit-Docs.ps1` build script, detailed [here](https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/177). The `index.md` and `getting-started.md`,...
`IReadOnlyObservableGroup` was moved into CommunityToolkit.Mvvm.Collections for 8.x.
### Type of issue Other (describe below) ### Description for rebase of [RelayCommand sample](https://github.com/FreedomFaighter/RelayCommand), way to transfer repository for reflog move ### Page URL https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/relaycommand ### Content source URL https://github.com/MicrosoftDocs/CommunityToolkit/blob/main/docs/mvvm/RelayCommand.md...
### Type of issue Other (describe below) ### Description Added property attributes to ObservableProperty attribute is ignored while code cleanup. In this example the using directive for System.Text.Json.Serialization gets removed...