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

Hello! I have an example from the WindowsCommunityToolkit ObservableGroup (https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/ObservableGroup). Everything works. But all new groups and items are always added to the end. How can I add a new...

question :grey_question:
common 💼

Would be cool to ensure we have the vs config settings in the repo with recommended extensions so that we can build/run the project locally (or in CodeSpaces) in VS...

build :fire:
improvements :sparkles:
testing :building_construction:

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

feature :bulb:

## Changes - Use 'windows-latest' image. - Narrow Test Results path pattern. - Do Restore separately from Build step. - Don't do previous steps like restore/build. - Use 'BuildConfiguration' for...

## Changes - Use `file_header_template` to specify our header text in EditorConfig so that the supported editors can use it. - Remove the `build/Update-Headers.ps1` script since the IDE Analyzer Fixer...

### Describe the problem I would like to request a new api method for the IMessenger interface. The challenge is that the unregister process becomes too tightly coupled in my...

feature request :mailbox_with_mail:
mvvm-toolkit :toolbox:

### Overview `Span2D` (and its read-only counterpart) seems perfect for numerical problems. When wanting to use numerical routines from HPC libraries the types do not expose the stride though. The...

feature request :mailbox_with_mail:

### Overview Although the `Guard ` class is a good tool to validate parameters in an uniform way, it is limited to the built-in checks and cannot be extended with...

feature request :mailbox_with_mail:

### Describe the bug If an `ObservableProperty` is created in two ViewModels, a parent and child, then the parent property gets hidden and the warning is blocked from the user....

bug :bug:
mvvm-toolkit :toolbox:

### Overview Add a ``Guard.IsAssignableToType`` with an out parameter of ``out T cast`` ### API breakdown ```cs /// /// Asserts that the input value can be assigned to a specified...

feature request :mailbox_with_mail: