Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the cTabIRL extension and related tooling to build against .NET 10, and introduces an x86 publish path by adding an x86 proxy DLL that forwards Arma/RvEngine extension calls to the NativeAOT x86 implementation.
Changes:
- Migrates projects and CI from
net9.0-windows/ .NET 9 tonet10.0-windows/ .NET 10. - Adds an x86 proxy DLL (C + CMake) and an MSBuild publish hook to build/copy it for
win-x86. - Extends the cTabIRL GitHub Actions workflow and HEMTT launch config to support x86 runs/builds.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| cTabIRL/cTabIntegrationTest/cTabIntegrationTest.csproj | Bumps integration tests to net10.0-windows. |
| cTabIRL/cTabExtensionTester/cTabExtensionTester.csproj | Bumps extension tester to net10.0-windows. |
| cTabIRL/cTabExtension/proxy/cTabExtension_proxy_x86.c | Adds x86 proxy DLL that loads cTabExtension_x86.dll and forwards RVExtension exports. |
| cTabIRL/cTabExtension/proxy/CMakeLists.txt | Adds CMake build for the x86 proxy DLL. |
| cTabIRL/cTabExtension/cTabExtension.csproj | Migrates to .NET 10, adds win-x86 assembly naming, and builds/copies the proxy after publish. |
| cTabIRL/@cTabIRL/.hemtt/launch.toml | Adds an [x86] launch profile. |
| .github/workflows/ctabirl.yml | Upgrades CI to .NET 10 and adds an x86 publish step. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Agent-Logs-Url: https://github.com/jetelain/cTab/sessions/019775be-2d42-4204-8043-c658bfbcea5a Co-authored-by: jetelain <33651126+jetelain@users.noreply.github.com>
Agent-Logs-Url: https://github.com/jetelain/cTab/sessions/d1a863bf-b99a-4672-b40c-3e3ae2ed7f82 Co-authored-by: jetelain <33651126+jetelain@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
No description provided.