WindowsCommunityToolkit icon indicating copy to clipboard operation
WindowsCommunityToolkit copied to clipboard

The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / W...

Results 238 WindowsCommunityToolkit issues
Sort by recently updated
recently updated
newest added

## Fixes #4073 Meld `BindableProgressBarValue` into `AdaptiveProgressBarValue`. Although this is a **Breaking Change**, it doesn't change any functional behavior. It's refractored to be a drop-in replacement. So, just a global...

sample app 🖼
open discussion :telephone:
need documentation :page_with_curl:
introduce breaking changes :boom:
DO NOT MERGE :warning:
feature request :mailbox_with_mail:
optimization ☄

## Fixes #4032 ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ## PR Checklist Please...

bug :bug:

## Fixes #3392 This PR implements Issue #3392 ## PR Type What kind of change does this PR introduce? - Feature - Sample app changes ## What is the new...

feature :bulb:
need documentation :page_with_curl:
helpers :raised_hand:
in progress :construction:
sdkcheck :checkered_flag:
labs 🧪

## Fixes #3628 ## PR Type What kind of change does this PR introduce? Feature ## What is the current behavior? Currently, the characters are checked for validity after they...

open discussion :telephone:

### Describe the bug ![image](https://github.com/user-attachments/assets/63b4336a-e593-458f-a685-984f4b1fb319) If a `ConstrainedBox` does not set the `AspectRatio`, it will throw an exception. ### Regression _No response_ ### Reproducible in sample app? - [ ]...

bug :bug:

### Describe the bug I have a datagrid which loads roughly 2k items within a StackPanel, I navigate to the page with the datagrid and the items load. Memory usage...

bug :bug:

### Describe the bug We are using the `FrameworkElementExtension.Ancestor` for the `ComboBox.ItemsSource` binding. When we unload the ComboBox, the binding remains active, causing the **SelectionChanged** event to trigger after the...

bug :bug:

Bumps System.Text.Json from 5.0.2 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=5.0.2&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

### Describe the bug Hi, After installation of CommunityToolkit.WinUI.xxx (*) new versions (from 8.1.240821 to 8.1.240916), following issue occurs during execution : Microsoft.UI.Xaml.Markup.XamlParseException : 'The text associated with this error...

bug :bug:

### Describe the bug The `StaggeredLayout` from the new namespace `CommunityToolkit.WinUI.Controls.Primitives` crashes on **ARM64** build when used in an ItemsView with the following StackTace: ``` Message = "Array dimensions exceeded...

bug :bug: