dotnet icon indicating copy to clipboard operation
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...

Results 252 dotnet issues
Sort by recently updated
recently updated
newest added

### Describe the bug When serializing classes inheriting from ObservableValidator using System.Text.Json the 'HasErrors' property also gets serialized. To ensure a clean JSON output, it would be beneficial to add...

bug :bug:

### Overview Diagnostic.Guard: - In visual studio i would like to have Quick Fix suggestions for method parameters Quick Fix Example: - A method parameter of type List, will suggest...

feature request :mailbox_with_mail:

![Image](https://github.com/user-attachments/assets/f207ab8e-eee9-4ec6-b1ed-ea6089ef6cb9) I just created class with int as observable property but the generated code uses 3.0.0 which must be 3.0.2 that causes big problem !

needs author feedback :memo:
mvvm-toolkit :toolbox:
analyzer :eyeglasses:

### Overview Compared to MVVM Light, RelayCommand has a major (undocumented) breaking change as it doesn't seem to integrate with CommandManager - as a result, their `CanExecuteChanged` event doesn't fire...

feature request :mailbox_with_mail:

### Describe the bug I have installed the new released .NET 10 SDK and created a new .NET 10 project. After installing the CommunityToolkit.Mvvm v8.4.0 NuGet package, the project fails...

bug :bug:
mvvm-toolkit :toolbox:
analyzer :eyeglasses:

**Closes #** ## PR Checklist - [ ] Created a feature/dev branch in your fork (vs. submitting directly from a commit on main) - [ ] Based off latest main...

### Describe the bug When you download font from https://fonts.google.com/specimen/Open+Sans you have the choice to use a "variable" font file. "variable" font files contains alternative axes. Foe ex: wdth wght...

bug :bug:

### Overview This would allow ref structs to be used in pattern matching with a `ThrowHelper` case, using the new [allow ref struct](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/generics/constraints-on-type-parameters#allows-ref-struct) "anti-constraint". ### API breakdown This changes nothing...

feature request :mailbox_with_mail:

### Describe the bug The BCL has included ORPA for its `Span` overloads in the `MemoryExtensions`, causing it to have lower priority than the Toolkit's overload. ### Regression Yes, from...

bug :bug: