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 216 WindowsCommunityToolkit issues
Sort by recently updated
recently updated
newest added

NetworkConnectionStateTrigger.cs had a private duplicate version of WeakEventListener. This has now been removed and uses the existing WeakEventListener in the toolkit. ## Fixes Issue #4059 ## PR Type What kind...

in progress :construction:
In-PR :rocket:

## Fixes #4188 Adds a currency validation option to the TextBoxExtensions ## PR Type What kind of change does this PR introduce? - Feature ## What is the current behavior?...

feature request :mailbox_with_mail:

## Fixes #4490 ## PR Type What kind of change does this PR introduce? Feature ## What is the current behavior? ## What is the new behavior? Added FrameworkElementExtensions.CanDragElement attached...

need more info :pushpin:
sdkcheck :checkered_flag:

## Fixes / Updates Relates to updates mentioned in #3643 1. Create a new `ColorPreviewer` primitive and use it in the `ColorPicker` * Enables new `ShowAccentColors` property * Fixes #4208...

bug :bug:
controls :control_knobs:
bugbash :building_construction:
feature request :mailbox_with_mail:

## Fixes #4515 Adds a flow direction option to the Sample Controller in the sample app ## PR Type Sample app changes ## What is the current behavior? None ##...

sample app 🖼
feature request :mailbox_with_mail:
labs 🧪

## Fixes #3243 Extended StringFormatConverter functionality to make it culture aware. > New property (CultureInfo) was added to the converter. > Added support for language argument in Convert method. ##...

improvements :sparkles:
feature request :mailbox_with_mail:
accessibility :wheelchair:

## Fixes #4548 Fix AttachedDropShadow size changes abnormally. ## PR Type What kind of change does this PR introduce? Bugfix ## What is the current behavior? The mask does not...

bug :bug:
hotfix 🌶

## Fixes This PR contributes the Evaluate() method proposed in #4481 to evaluate the current value of any ExpresionNode at any given time (see discussion for rationale/usecases) ## PR Type...

**TL;DR;** Requesting to add [FabricBot](https://eng.ms/docs/products/1es-data-insights/merlinbot/extensions/fabricbot_overview) configuration associated with your repository to `.github/fabricbot.json`. **Context** FabricBot is now a [config-as-code-only](https://eng.ms/docs/products/1es-data-insights/merlinbot/extensions/bot-config-as-code) platform. As a result, while you can still use the [FabricBot Configuration...

### Describe the bug The `TaskResultConverter` returns `DependencyProperty.UnsetValue` in the fallback path. This causes invalid cast exceptions downstream when trying to convert the object to some type. The converter should...

bug :bug:
question :grey_question:
need more info :pushpin: