CommunityToolkit
CommunityToolkit copied to clipboard
The Official Docs for the Community Toolkits
### Type of issue Code doesn't work ### Description After I updated Visual Studio to Version 17.9.1, the ObservableObject attribute no longer seems to work. None of my properties that...
### Type of issue Code doesn't work ### Description ``` ``` But ``` CommunityToolkit.Mvvm.ComponentModel.ObserableObject ``` doesn't exist. ### Page URL https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/ ### Content source URL https://github.com/MicrosoftDocs/CommunityToolkit/blob/main/docs/mvvm/index.md ### Document Version Independent...
### Type of issue Other (describe below) ### Description I am using the messenger from the toolkit. Specifically, I am sending a message to a page from the main page....
### Type of issue Missing information ### Description In your document about Guard it does not say how I can log a Guard error. ### Page URL https://learn.microsoft.com/en-us/dotnet/communitytoolkit/diagnostics/guard ### Content...
I am attempting to migrate a Xamarin native (Xamarin.iOS and Xamarin.Android) solution from MVVMLight to CommunityToolkit.Mvvm. I have pored over documentation on this topic [here](https://learn.microsoft.com/en-gb/dotnet/communitytoolkit/mvvm/migratingfrommvvmlight). The docs state that >...
I have a "404 - Page Not Found" for all reference links to the following attributes : - INotifyPropertyChanged, - ObservableObject, - ObservableRecipient --- #### Document Details ⚠ *Do not...
Really needs more examples of expressions for (Multi)MathExpressionConverter other than the default multiplier(*), divider(/), addition(+) and subtraction(-), I kind of expected "round(x * y)" to work but it's not valid....
[Enter feedback here] The example demonstrates how you can write '20' to the position [2,1] but it doesn't match the output in the comment --- #### Document Details ⚠ *Do...
Hi Guys, Would be great of you can enhance the current documentation with some Blazor content. My feeling is new projects will not be done in UWP or XF but...
The documentation reads as if you can use the LazyView like any other view, but the sample reflects a different implementation. --- #### Document Details ⚠ *Do not edit this...