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...
### Describe the bug Hello, I am having difficulty using one of ‘SfNumericEntry’ controls and need your help as soon as possible. I'll start by saying that I'm using CommunityToolkit.Mvvm,...
### Describe the bug **Service registration:** `AddSingleton(WeakReferenceMessenger.Default)` **Message registration:** `_messenger.Register(this, static (r, m) => m.Reply(r.Action1(m)));` **Behavour:** _Case1:_ If `Action1` is of type `Task` and we do following: ```csharp string response...
### Describe the bug E.g. open the sample app and on the introduction page, click on one of the listed included things Expected behavior would be, it navigates to the...
### Overview I've found that I frequently have long lists of commands to update when properties change. It might be nice to be able to flag a class to raise...
### Overview Slice method in RefEnumerable and ReadOnlyRefEnumerable analogue to Slice method of Span. ### API breakdown ```csharp namespace CommunityToolkit.SomePackage; public class ReadOnlyRefEnumerable { public ReadOnlyRefEnumerable Slice(int start,int length); }...
### Describe the bug When adding a custom attribute using [property:MyAttribute] the ObservableProperty source generator does not generate named arguments passed to the attributes constructor. ### Regression _No response_ ###...
### Describe the bug When making an async method and annotate it with the RelayCommand attribute, assigning it to the RemainingItemsThresholdReachedCommand will generate some weirdness, the method will only rarely...
### Overview Add support for RelayCommand that returns a ValueTask. Currently, the SG works only for the RelayCommand that returns a Task. In certain scenarios, returning a ValueTask instead of...
### Overview Provide a source generator that will make it quicker to define a lazily-instantiable property value. The underlying mechanism may use the provided `System.Lazy` type. The generator may also...
**Closes #** ## PR Checklist - [ ] Created a feature/dev branch in your fork (vs. submitting directly from a commit on main) - [ ] Based off latest main...