2 more issues with 5.0.5, App "start failed" and Code Editor overwrite on auto-complete

Product: PowerShell Universal
Version: 5.0.5

Issue 1:
When an app fails to start after I made an error in a code change and auto-deploy is enabled, the app remains on “start failed” even so it is running again.
One can actually not stop or restart in the web GUI, until I restart the PSU service. Logging out and back in does not help.
Screenshot below was taken while the app cleary was running and usable.
image

Issue 2:
The web GUI code editor features auto-complete.
In version 4 it worked as expected.
e.g. I type:
new-UDGrid -Item -Content {
all is good despite the fact that it does not offer “Content” as an option.
Then I want to add ExtraSmallSize before content.
I type a dash -, the pop-up offers all options, I select ExtraSmallSize and end up with:
new-UDGrid -Item -ExtraSmallSize
The “-content {” part gets overwritten, just for the length of the selected option string. (even so the editor uses insert mode while typing)

Product: PowerShell Universal
Version: 5.0.9

I ran into the Issue 1 in 5.0.9 when developing an App and refreshing the App when there was a coding error. After the error was fixed and the App would load, the App’s Status was stuck in “Start Failed” and the “Start” button was unresponsive. I used the Management API to Restart the App. This put the Status back to “Running”.

I have also experienced this, as well as issue 2. I initially dismissed them as quirks of the system, honestly. I’ll create GH bugs for them if I can’t find existing ones already

1 Like