Description
Is your feature request related to a problem?
We currently don't have any solution for showing ContentDialog
s in ViewModels. Creating an instance of a ContentDialog
doesn't comply with MVVM since the ViewModel should now nothing about the UI and it's components.
Describe the solution
To solve that we could use a IDialogService
to show dialogs instead.
Describe alternatives you've considered
no.
Scope
Capability | Priority |
---|---|
Use IDialogService to replace ContentDialog creation in ViewModels |
Must |
Additional comment
I already have the code for that in Clipboard Canvas so it could be reused here, if assigned. For #2341
Metadata
Metadata
Assignees
Labels
No labels