I’m using PowerShell Universal version 5.5.3 and recently installed its extension on VS Code.
I wanted to implement pages within an existing app, but whenever I choose to create an app either from VS Code or PowerShell Universal dashboard the page file gets stored locally and it does not load the page. I’ve also found that if I edit the page in VS Code, it does not update to PowerShell Universal.
@Zoddo i think the problem with your example is that used -Content. And that prevents the pages from loading, based on that the -Pages and -Content have different parameter sets.
Failed to get dashboard. Parameter set cannot be resolved using the specified named parameters. One or more parameters issued cannot be used together or an insufficient number of parameters were provided. System.Management.Automation.RuntimeException
I already tried it before posting, and despite restarting the app it didn’t work.
Looks like Universal required a full restart, because when I restarted it today, the page was working without doing any other modification.
Not sure what happened, I can’t repro this “bug” when adding then removing -Content from New-UDApp.