Skip to content

Conversation

@ryanlua
Copy link
Owner

@ryanlua ryanlua commented Nov 9, 2025

Removes Native AOT which was causing issues with dependencies when building. This app is small enough to not require Native AOT.

Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
@ryanlua ryanlua self-assigned this Nov 9, 2025
Copilot AI review requested due to automatic review settings November 9, 2025 19:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes Ahead-of-Time (AOT) compilation settings and simplifies Visual Studio configuration by removing native desktop development components.

  • Removes conditional PublishAot properties from the project file
  • Removes UWP ARM64 and native desktop workload components from VS configuration
  • Fixes formatting in .vsconfig file

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
AuraClick/AuraClick.csproj Removes AOT compilation configuration for both Debug and Release builds
.vsconfig Removes native desktop and UWP ARM64 components, fixes trailing whitespace

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ryanlua ryanlua merged commit 27ee355 into main Nov 9, 2025
9 checks passed
@ryanlua ryanlua deleted the remove-aot branch November 9, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant