Skip to content

[WCR Sample] Single dotnet run with unpackage selfcontained as example. - #447

Merged
Gordon Lam (yeelam-gordon) merged 3 commits into
mainfrom
user/yeelam/SelfContainRun
Apr 22, 2025
Merged

[WCR Sample] Single dotnet run with unpackage selfcontained as example.#447
Gordon Lam (yeelam-gordon) merged 3 commits into
mainfrom
user/yeelam/SelfContainRun

Conversation

@yeelam-gordon

@yeelam-gordon Gordon Lam (yeelam-gordon) commented Apr 18, 2025

Copy link
Copy Markdown
Contributor

Description

Given WCR already support Self-contained in WinAppSDK 1.8 experimental 1, updated the dotnet run command example in readme accordingly.

As the result, people can run this sample directly WITHOUT need to install WinAppSDK 1.8 experiment 1 on their machine.

Target Release

Please specify which release this PR should align with WCR WinAppSDK 1.8 experimental 1, which is what the project is referencing now.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the README example to reflect the updated dotnet run command for running the Windows Copilot Runtime in unpackaged and self-contained mode with WinAppSDK 1.8 experimental 1.

  • Renamed the section heading to include self-contained mode.
  • Adjusted the command line example to include new parameters for self-contained mode.
Comment thread Samples/WindowsCopilotRuntime/README.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

A concise update to the README to reflect the new dotnet run command example for self-contained mode in WCR.

  • Revised heading and description to indicate support for unpackaged and self-contained modes.
  • Updated the dotnet run command to include self-contained mode flags.
Comment thread Samples/WindowsCopilotRuntime/README.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates the README to showcase the new self-contained mode support for WCR in the WinAppSDK 1.8 experimental release. Key changes include:

  • Updating the section header to include self-contained mode.
  • Revising the run command to include self-contained parameters.
  • Updating explanatory text to reflect support for both unpackaged and self-contained apps.
Comments suppressed due to low confidence (1)

Samples/WindowsCopilotRuntime/README.md:48

  • The command now includes both '-p:WindowsAppSDKSelfContained=true' and '-p:SelfContained=true'. Please verify that both flags are required and do not lead to any conflicts.
dotnet run -p:Configuration=Debug -p:Platform=ARM64 -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true -p:SelfContained=true
Comment thread Samples/WindowsCopilotRuntime/README.md
@yeelam-gordon
Gordon Lam (yeelam-gordon) deleted the user/yeelam/SelfContainRun branch April 22, 2025 00:56
Manodasan Wignarajah (manodasanW) pushed a commit that referenced this pull request May 19, 2025
…e. (#447)

* Combine unpackage and selfcontain as single dotnet run command as example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants