CommunityToolkit
CommunityToolkit copied to clipboard
The Official Docs for the Community Toolkits
Typo NotifyPRopertyChangedFor should be "NotifyPropertyChangedFor" --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* * ID: baa399f1-fe73-add4-df84-b99a29fb4083 * Version Independent...
public class MiVistaModelo : ObservableObject { [ObservableProperty] private List misObjetos = new(); protected override void OnPropertyChanged(PropertyChangedEventArgs e) { if (e.PropertyName == nameof(MisObjetos)){} // punto de interrupción base.OnPropertyChanged(e); } } public...
We are migrating our WPF project from the MVVMLight library to the Microsoft CommunityToolkit library. We went ahead following the shared Microsoft [migration documentation](https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/migratingfrommvvmlight) and updated all our (about 1200)...
[Enter feedback here] ``` 7.3 ``` Line 2 should have ended with `` --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub...
Some information about whether the StringPool is threadsafe would be useful. Thanks 👍 --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub...
... and this info is not easily accessible via any prominent link (that I've visited) either. You might want to enhance your example to decrease the learning curve here. ---...
I want to update what's displaying inside a popup from my Mainpage viewmodel every few seconds. (e.g. every few seconds a new data is calculated in the models (business logic...
I [fixed a typo](https://github.com/MicrosoftDocs/WindowsCommunityToolkitDocs/commit/dc7d0aee0b05acc62858e5fb2190472b4b39eb5f) way back in December, but it still isn't live. Not necessarily a big deal, unless this is happening for other content as well. Why isn't the...
In Visual studio 2022 CodeLens reference count missing for [ObservableProperty] generated properties. Removing essential features is backwards and surely can't be progress!
The links to apparently all external content are dead. I tried the links to `INotifyPropertyChanged`, `ObservableObject`, and `ObservableRecipient` and they're all 404. --- #### Document Details ⚠ *Do not edit...