Continue Avalonia port with upstream avalonia-port updates integrated#32
Closed
Continue Avalonia port with upstream avalonia-port updates integrated#32
Conversation
Co-authored-by: PalmarHealer <93807726+PalmarHealer@users.noreply.github.com>
Co-authored-by: PalmarHealer <93807726+PalmarHealer@users.noreply.github.com>
…are-port-wpf-ui-to-avalonia # Conflicts: # .gitignore # ControlPad.sln
Co-authored-by: PalmarHealer <93807726+PalmarHealer@users.noreply.github.com> Agent-Logs-Url: https://github.com/ControlPad/App/sessions/07626b93-a886-4db8-a206-162ac4c426c2
Copilot created this pull request from a session on behalf of
PalmarHealer
March 20, 2026 17:25
View session
Collaborator
|
@copilot please close this PR and re-open one on the |
Contributor
Author
I confirmed the branch head is still Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot AI
added a commit
that referenced
this pull request
Mar 20, 2026
Co-authored-by: PalmarHealer <93807726+PalmarHealer@users.noreply.github.com> Agent-Logs-Url: https://github.com/ControlPad/App/sessions/35cdcae1-1ab6-4f1a-a54e-bca36d497faa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR continues the Avalonia port and incorporates recent upstream changes from
avalonia-portinto the migration branch before adding the next Avalonia slice.What was done
origin/avalonia-portinto this branch./home/runner/work/App/App/.gitignore/home/runner/work/App/App/ControlPad.slnControlPad.Testsretained in solutionControlPad.Avaloniaretained in solution/home/runner/work/App/App/ControlPad.Avalonia/Views/HomeView.axaml/home/runner/work/App/App/ControlPad.Avalonia/Views/SliderCategoriesView.axaml/home/runner/work/App/App/ControlPad.Avalonia/Views/ButtonCategoriesView.axaml/home/runner/work/App/App/ControlPad.Avalonia/Views/SettingsView.axaml/home/runner/work/App/App/ControlPad.Avalonia/MainWindow.axamland code-behind to switch content by nav button clicks./home/runner/work/App/App/README.mdnow includes current test command forControlPad.Tests.Validation
dotnet build /home/runner/work/App/App/ControlPad/ControlPad.csproj -p:EnableWindowsTargeting=truedotnet build /home/runner/work/App/App/ControlPad.Avalonia/ControlPad.Avalonia.csprojdotnet test /home/runner/work/App/App/ControlPad.Tests/ControlPad.Tests.csproj(28 passed)Target branch
Please merge into
avalonia-port(notmain), per request.