CommunityToolkit icon indicating copy to clipboard operation
CommunityToolkit copied to clipboard

The Official Docs for the Community Toolkits

Results 91 CommunityToolkit issues
Sort by recently updated
recently updated
newest added

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...

dotnet-communitytoolkit/prod
Pri1
dotnet

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...

Pri3
dotnet

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)...

Pri3
dotnet

[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...

dotnet-communitytoolkit/prod
Pri2
dotnet

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...

dotnet-communitytoolkit/prod
Pri1
dotnet

... 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. ---...

dotnet-communitytoolkit/prod
Pri1
maui

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...

dotnet-communitytoolkit/prod
Pri1
maui

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...

Pri2
community-toolkit/prod
dotnet

In Visual studio 2022 CodeLens reference count missing for [ObservableProperty] generated properties. Removing essential features is backwards and surely can't be progress!

Pri3
dotnet

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...

dotnet-communitytoolkit/prod
Pri1
dotnet