You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a bit of investigation, @MaynardMiner's fork inside of a powershell runspace seems to make this feature achievable, however I'm getting a black screen:
The current problem with PSAvalonia is the fact that it can't run the App asynchronously. This kind of defeats the purpose of GUI apps in PowerShell.
It may be worth while to write a cmdlet that starts the GUI in a separate PowerShell Runspace, similarly to:
https://stackoverflow.com/questions/34440599/using-dispatcher-invoke-with-a-runspace-in-powershell
In theory, you would be able to use Avalonia's Dispatcher to similarly to how you would do it in WPF
The text was updated successfully, but these errors were encountered: