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