Skip to content

Add WCR sample - #404

Merged
Pratik Anand (pratikone) merged 2 commits into
mainfrom
user/praanan/copilotsample
Feb 6, 2025
Merged

Add WCR sample#404
Pratik Anand (pratikone) merged 2 commits into
mainfrom
user/praanan/copilotsample

Conversation

@pratikone

Copy link
Copy Markdown
Contributor

New sample which showcases Windows Copilot Runtime apis.

Checklist

  • Samples build and run using the Visual Studio versions listed in the Windows development docs.
  • Samples build and run on all supported platforms (x64, x86, ARM64) and configurations (Debug, Release).
  • Samples set the minimum supported OS version to Windows 10 version 1809.
  • Samples build clean with no warnings or errors.
  • [For new samples]: Samples have completed the sample guidelines checklist and follow standardization/naming guidelines.
  • If I am onboarding a new feature, then I must have correctly setup a new CI pipeline for my feature with the correct triggers and path filters laid out in the "Onboarding Samples CI Pipeline for new feature" section in samples-guidelines.md.
  • I have commented on my PR /azp run SamplesCI-<FeatureName> to have the CI build run on my branch for each of my FeatureName my PR is modifying. This must be done on the latest commit on the PR before merging to ensure the build is up to date and accurate. Warning: the PR will not block automatically if this is not run due to '/azp run' limitation on triggering more than 10 pipelines.
@pratikone

Copy link
Copy Markdown
Contributor Author

/azp run

@alexlamtest
alexlamtest self-requested a review February 6, 2025 19:22
@pratikone
Pratik Anand (pratikone) merged commit bbba82d into main Feb 6, 2025
@pratikone
Pratik Anand (pratikone) deleted the user/praanan/copilotsample branch February 6, 2025 23:56
Pratik Anand (pratikone) added a commit that referenced this pull request Feb 20, 2025
This commit adds Windows Copilot Runtime sample to this repo.
Pratik Anand (pratikone) added a commit that referenced this pull request Feb 20, 2025
* Add WCR sample (#404)

This commit adds Windows Copilot Runtime sample to this repo.

* Fix unpackaged app debugging issue report at #406 -  StorageFile.GetFileFromApplicationUriAsync doesn't support in unpackaged app (#407)

* Fix StorageFile cannot load in Unpackaged App situation.

* Rename the pub file, given we don't add 10 as part of win10 already in any latest sample, moreover build warning show cannot find the win-arm64.xml given the csproj define the name without 10 as well.

* Update Readme.md to mention how to build or  dotnet run as unpackaged app as example.

* Remove the nuget.config given we don't need it, and we cannot point to public nuget feed.

---------

Co-authored-by: Gordon Lam <73506701+yeelam-gordon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants