Skip to content

Conversation

@Ericlein
Copy link
Owner

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

jobs:
build:

runs-on: ubuntu-latest

Choose a reason for hiding this comment

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

[P1] Run WPF build on Windows runner

The workflow is configured to run on ubuntu-latest, but msOps.csproj targets net9.0-windows with UseWPF=true, which requires Windows tooling. A WPF build can’t restore or compile on Linux agents, so this job will fail on every run until the runner is switched to windows-latest (or another Windows image).

Useful? React with 👍 / 👎.

Comment on lines 19 to 22
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

Choose a reason for hiding this comment

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

[P1] Install .NET 9 SDK to match project target

The setup step installs only the 8.0 SDK, but the project targets net9.0-windows; without a 9.0 SDK the subsequent dotnet restore/build will fail with NETSDK1207 because the target framework isn’t available. Update dotnet-version (or add a global.json) so the workflow installs a 9.0 SDK.

Useful? React with 👍 / 👎.

@Ericlein Ericlein merged commit fa6db75 into dev Sep 14, 2025
2 checks passed
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.

2 participants