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 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...
### 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...
 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 !
### 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...
### 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...
**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...
### 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...
### 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...