-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activate application from .winget
files
#2379
Conversation
else | ||
{ | ||
NavigationService.NavigateTo(typeof(WhatsNewViewModel).FullName!); | ||
case ExtendedActivationKind.File: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create an issue to consider moving this methods logic to an activation handler instead
tools/SetupFlow/DevHome.SetupFlow/ViewModels/ConfigurationFileViewModel.cs
Outdated
Show resolved
Hide resolved
tools/SetupFlow/DevHome.SetupFlow/ViewModels/ConfigurationFileViewModel.cs
Show resolved
Hide resolved
@RDMacLachlan -- for visibility. This PR is finally ready to be merged shortly. |
try | ||
{ | ||
// Don't interrupt the user if the machine configuration is in progress | ||
if (_setupFlowOrchestrator.FlowPages.Count > 1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add telemetry (issue)
…/joadoumie/file-activation
let's go @joadoumie that's my teammate! |
Summary of the pull request
DSCFileActivationHandler
was added to handle:.winget
file when the app is not running.winget
file when the app is already runningReferences and relevant issues
Detailed description of the pull request / Additional comments
Validation steps performed
File with
*.winget
can activate the DSC flow in Dev Home:Show message when the DSC configuration feature is disabled
Show message when the user already started the machine configuration flow
PR checklist