Added sample for WinAppSDK BackgroundTaskBuilder - #392
Merged
Godly T.Alias (godlytalias) merged 8 commits intoDec 9, 2024
Merged
Conversation
Contributor
Author
|
/azp run SamplesCI-BackgroundTask |
Contributor
Author
|
/azp run SamplesCI-BackgroundTask |
Godly T.Alias (godlytalias)
changed the base branch from
main
to
release/experimental
November 22, 2024 06:15
Signed-off-by: Godly Alias <godlyalias@microsoft.com>
Signed-off-by: Godly Alias <godlyalias@microsoft.com>
Godly T.Alias (godlytalias)
force-pushed
the
user/godlytalias/backgroundtaskbuilder
branch
from
November 22, 2024 06:33
c749567 to
741740f
Compare
Contributor
Author
|
/azp run SamplesCI-BackgroundTask |
Signed-off-by: Godly Alias <godlyalias@microsoft.com>
Contributor
Author
|
/azp run SamplesCI-BackgroundTask |
Signed-off-by: Godly Alias <godlyalias@microsoft.com>
Signed-off-by: Godly Alias <godlyalias@microsoft.com>
Signed-off-by: Godly Alias <godlyalias@microsoft.com>
Signed-off-by: Godly Alias <godlyalias@microsoft.com>
Hemant Kumar (Hemantxk)
approved these changes
Dec 9, 2024
Godly T.Alias (godlytalias)
deleted the
user/godlytalias/backgroundtaskbuilder
branch
December 9, 2024 15:52
7 tasks
Godly T.Alias (godlytalias)
added a commit
that referenced
this pull request
Apr 8, 2025
* Added sample for WinAppSDK BackgroundTaskBuilder Signed-off-by: Godly Alias <godlyalias@microsoft.com>
Godly T.Alias (godlytalias)
added a commit
that referenced
this pull request
Apr 8, 2025
* Added sample for WinAppSDK BackgroundTaskBuilder (#392) * Added sample for WinAppSDK BackgroundTaskBuilder Signed-off-by: Godly Alias <godlyalias@microsoft.com> * Added comments for improved readability of the sample (#400) Signed-off-by: godlytalias <godlytalias@yahoo.co.in> * InProc BackgroundTask Samples (#413) * Added InProc BackgroundTask Samples Signed-off-by: godlytalias <godlytalias@yahoo.co.in> * Support for trimming in BackgroundTask Samples (#421) Signed-off-by: godlytalias <godlytalias@yahoo.co.in> --------- Signed-off-by: godlytalias <godlytalias@yahoo.co.in>
shisan (qiutongMS)
pushed a commit
that referenced
this pull request
Sep 2, 2026
Bring the straightforward release/2.0-stable sample set into main in one reconciliation step: BackgroundTask, CameraCaptureUI, OAuth2Manager, Badge notifications, StoragePickers, Unpackaged WinForms, DrawingIsland, and UXFrameworksOnIslands. Keep the stable sample behavior while adapting package references, native toolsets, documentation, and CI wiring to the current main infrastructure. Stable evidence: PRs #367, #392, #395, #398, #400, #402, #403, #405, #413, #421, #422, #427, #455, #512, and #590. Co-authored-by: Copilot <223556219+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.
Description
This sample application demonstrates how a WinAppSDK app can register Background Task using the BackgroundTaskBuilder API in WinAppSDK. In this sample usage of TimeZoneChanged trigger is demonstrated which can be easily changed to any supported triggers.
Target Release
1.7
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.