dotnet
dotnet copied to clipboard
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and par...
### Overview This issue tracks adding extension points for Reactive extensions to the messenger types. This can be done without needing any external dependencies, as `IObservable` and `IObserver` are built-in...
### Overview A class for weakly subscribing to events is a useful concept that has been implemented many times in various projects. I currently use Xamarin Forms with Xamarin Community...
### Overview Allows the user to respond to the execution of commands in a reactive manner. This is a fairly common pattern, especially for people who have used reactive code...
### Describe the bug Not sure how this was missed, but the ISettingsStorageHelper has a different namespace than all the other helpers here: https://github.com/CommunityToolkit/dotnet/blob/9d1a525d04299e5421cb3e5917825fee2bc11a18/CommunityToolkit.Common/Helpers/ObjectStorage/ISettingsStorageHelper.cs#L5 All the other helpers are `CommunityToolkit.Common.Helpers`......
### Describe the bug I upgraded my NuGet references from the old `Microsoft.Toolkit.Mvvm` to the new `CommunityToolkit.Mvvm`, and now my project will not run. It will build, but I cannot...
### Describe the bug TypeExtensions.ToTypeString throws the ArgumentOutOfRangeException exception for generic type definitions. TypeExtensions.ToTypeString(typeof(IDictionary)) The easiest solution would be to add the following code in the FormatDisplayString method: ``` if...
### Describe the bug WPF, Using the [RelayCommand] in versions lower than .Net6 (.Net 5, .Net core3.1 etc.) will not prompt for the need to set **partial** for the class,...
### Describe the bug An observable property in a nullable class like the one shown here can cause somewhat intractable warnings. ``` CSharp using CommunityToolkit.Mvvm.ComponentModel; using System.Diagnostics.CodeAnalysis; namespace ObservableTest; internal...
### Describe the bug Hello, I'm trying to upgrade our code base from using MVVMLight to the CommunityToolkit, so far a part from specific small things it was smooth, but...
### Describe the bug iOS (iPAD 10) There could be two issues here. First, I don't know if it's a typo by Vladislav Antonyuk but on this page: https://devblogs.microsoft.com/dotnet/speech-recognition-in-dotnet-maui-with-community-toolkit/ It...