CommunityToolkit
CommunityToolkit copied to clipboard
The Official Docs for the Community Toolkits
Change the index in order to: - match the code with the expected outcome (that is specified in the comment right below it) - not throw the IndexOutOfRangeException anymore 🤦♂️...
Update doc related too - https://github.com/CommunityToolkit/Maui/pull/2567
### Type of issue Outdated article ### Description It would be nice for the section with `ImageLineOptions.FullCanvas` to be an option in the codebase, because the default seems to be...
Add support for Media Element MetadataArtwork source to be set as a `MediaSource` and support file, embed, and Url's.
This old link or uri path /dotnet/api/communitytoolkit.mvvm.input.RelayCommandAttribute is returning 404 but when I used /dotnet/api/communitytoolkit.mvvm.input.RelayCommand it worked. hence the reason for this change.
### Type of issue Missing information ### Description The code examples contain TimeSpan with a magic number of 5 seconds. It is not clear to me what this time span...
### Type of issue Code doesn't work ### Description I'm following the instructions here: [Getting Started with NLI](https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/native-library-interop/get-started) feedback here]. When I issue the dotnet build command at \Maui.NativeLibraryInterop\template\macios\NewBinding.MaciOS.Binding, building...
### Type of issue Code doesn't work ### Description You provided two examples, one without using the Guard class, one with using the Guard class. Both methods are supposed to...
### Type of issue Other (describe below) ### Description [Enter feedback here] Logical error: if CompareTo result is not >0 it may be Zero as well, which is not reflected...
### Type of issue Outdated article ### Description For example, the contents of the csproj file are different. First, the nuget package for the binding build process is no longer...