Add WCR sample - #404
Merged
Merged
Conversation
Contributor
Author
|
/azp run |
alexlamtest
self-requested a review
February 6, 2025 19:22
alexlamtest
approved these changes
Feb 6, 2025
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>
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.
New sample which showcases Windows Copilot Runtime apis.
Checklist
/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.