Labs-Windows
Labs-Windows copied to clipboard
A safe space to collaborate and engineer solutions from the prototyping stage all the way through polished finalized component for the Windows Community Toolkit.
# Approved from Toolkit - https://github.com/CommunityToolkit/Labs-Windows/discussions/129 ## Problem Statement: THere are currently no controls in WinUI or the Toolkit that allows for creating consistent settings experiences that can be found...
### Describe the bug We spent quite a bit of time creating tools that will speed up the developer experience when creating samples. However, few will be able to use...
Not working locally, but want to get output from CI as well, think MSTest discovery is still broken by update from 1.0.3 to 1.1.2. Going to open issue.
### Describe the bug When used in a WinUI 3 in Desktop project, the Microsoft.UI.Xaml 2.7.0 dependency is picked up so the app is unable to load the correct version...
This PR adds a right-to-left toggle so developers can test how their controls.  @michael-hawker @Arlodotexe FlowDirection does not seem to be supported in Uno - however, when I try...
This PR adds a new SettingsExpander control that allows developers to group certain settings in a coherent UI. The SettingsExpander has a Header, Description, Icon and IsExpander property. SettingsExpanderItems can...
### Describe the bug The following projects need to be updated to use .NET 6: - [ ] WPF - [ ] Android - [ ] iOS - [ ]...
### Describe the bug Here goes nothing. [In the CI](https://github.com/CommunityToolkit/Labs-Windows/runs/7550122176?check_suite_focus=true), we've hit ILT0005, and an out of memory error. Only WinUI 2 failed to build, and no app-affecting code was...
# Background Using the [`GenerateAllSolution.ps1`](https://github.com/CommunityToolkit/Labs-Windows/blob/02a352f8034c977d7dc2fe7e7c50757f31395b43/GenerateAllSolution.ps1) script, we take a template of a solution file, dynamically add all sample projects to it, and spit out a working solution. # The problem...
### Describe the proposed changes Right now, we're using a PowerShell + a templated version of our previous (Visual Studio generated) solution file. This is hard to extend and maintain....