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 In actual projects, there is often a requirement to record the old and new values of an attribute when its value changes (e.g., monitoring personnel changing parameters in...
### Describe the bug Using this, the property is not populated with the json value. ```c# [ObservableProperty] [property: JsonPropertyName("from_uuid")] [property: JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] private string? fromUuid; ``` However, if I...
### Describe the bug I've asked around on SO and discord, but getting no joy. Forgive me if this is my misunderstanding. My SO post: I'm getting build errors despite...
### Describe the bug i use winui3 and CommunityToolkit.Mvvm but when i x:bind a relaycommand to a command of button,then the application cannot start in the debug mode,for the detail...
**Closes #881** The change adds the System.ComponentModel.DisplayAttribute to the property HasErrors of ObservableValidator class. The property AutGenerateField of the Display attribute will be set to false. This way when objects...
### Describe the bug When binding an object inheriting ObservableValidator class to a control that has auto-generation a field is created for that property. For instance when binding to WPF...
### Describe the bug I'm trying to compile a C# Avalonia crossplatform project on Linux that uses the MVVM Community Toolkit. The project compiles and runs fine on Windows, but...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...
**Closes #1438** ## PR Checklist - [x] Based off latest main branch of toolkit - [x] Tested code with current [supported SDKs](../#supported) - [x] Pull Request has been submitted to...
### Overview A constructor for the `Span2D` to create a 2D view over a `Span`. Currently only arrays and pointers but I believe a `Span` would also be suitable. In...