Arlo

Results 119 issues of Arlo

To complement `Win.appManager.registeredApps`, there should be a `Win.appManager.registeredGroups` so the user can get the groups that are registered at any time.

enhancement

This should launch a process, optionally taking in an array for arguments to launch with. I am surprised to see that I have not added such a simple method.

enhancement

The documentation for Windows-Interact is getting very long and needs to be split up into multiple files under a `./docs/` folder (specifically named this for both docs generation and GitHub...

todo

## Overview Introduce a source generator to facilitate compile-time dynamic behavior injection. This generator will produce "plugin" implementations for classes or interfaces, allowing for behavior extension and customization without altering...

high difficulty
needs research

# Background This PR is a first-pass implementation of the proposal at https://github.com/CommunityToolkit/dotnet/issues/133 for a PartitionedStream. # Motivation Streams are an easy way to store/read a chunk of data from...

enhancement

Enables Native AoT functionality when running under .NET 8 in preparation for the WinAppSdk 1.6 release with NativeAoT support.     Prerequisite PR: https://github.com/CommunityToolkit/Tooling-Windows-Submodule/pull/190

The SettingsExpander is not showing title or description when running on Wasm. ![image](https://github.com/CommunityToolkit/Windows/assets/9384894/e3d7e942-e6a6-4404-9801-2d64f9d42e63) _Originally posted by @lukasf in https://github.com/CommunityToolkit/Windows/discussions/383#discussioncomment-8987733_ > Second issue I noticed: SettingsExpander is still not working on...

bug
Uno

This PR commits the changes that fixed the doc warnings reported by https://github.com/MicrosoftDocs/CommunityToolkit/pull/393#issuecomment-2086275811.

This PR updates our tooling to use the PackageId as the AssemblyName for components. It required changes in both Tooling and any components with a custom PackageId due to the...

> Latest on Wasm - In TabbedCommandBar, text is missing on the tabs and the cause is less clear. No errors in the console. ![image](https://github.com/CommunityToolkit/Windows/assets/9384894/7b59d9ef-bd9e-4246-8e0b-332b13c53655) _Originally posted by @Arlodotexe in...

bug
Uno