Arlo

Results 119 issues of Arlo

### Describe the bug Some toolkit components do not have sample controls, but do have documentation that needs to be available to end users. For example, https://github.com/CommunityToolkit/Labs-Windows/pull/438. ### Steps to...

bug :bug:
documentation :page_with_curl:
dev loop ➰

[Error CA1063](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1063) indicates the IDisposable isn't implemented correctly, and needs to be virtual for unsealed types. This doesn't appear to have been used in the old repo has blocked the...

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

bug :bug:
CI/pipeline 🔬

# Background To facilitate testing, we define the `[InternalsVisibleTo]` attribute on the assembly of each project. # Problem We're currently use C# to do this, which puts another file into...

enhancement
build :fire:
dev loop ➰
templating

# Background Labs targets both WinUI 2 and WinUI 3. Since this means 2 different namespaces _everywhere_ for fairly common things, we have several "GlobalUsing" .cs files in the [common](https://github.com/CommunityToolkit/Labs-Windows/tree/main/common)...

enhancement
dev loop ➰

## Background The tooling was created in Toolkit Labs, and was created using CanvasLayout as our testing ground. The tooling has only ever been used with at _least_ one component...

bug :bug:
enhancement
dev loop ➰

## Background In https://github.com/CommunityToolkit/Labs-Windows/pull/75, we added a [`UseUnoWinUI.ps1`](https://github.com/CommunityToolkit/Tooling-Windows-Submodule/blob/main/MultiTarget/UseUnoWinUI.ps1) script to facilitate switching between Uno.UI and Uno.WinUI. In #1, we moved this script into a submodule. ## Problem After the move...

dev loop ➰
regression

### Describe the bug Our tooling requires an enum from [CommunityToolkit.Tooling.SampleGen](https://github.com/CommunityToolkit/Labs-Windows/blob/2e2f317775ec51d0422b2564ad637538bbb94ddf/common/CommunityToolkit.Tooling.SampleGen/ToolkitSampleCategory.cs) to function. Since the tooling is being shared between multiple repositories, this data needs to be dynamic. Categories and...

bug :bug:
dev loop ➰

**Describe the bug** At certain scaling values, there's misalignment between 8 and 9 on the digit grid. **Steps To Reproduce** Steps to reproduce the behavior: 1. Set system scaling to...