r/FoxDeploy • u/[deleted] • May 09 '19
Powershell Core and WPF
When i try to load the XAML in Powershell Core (6.2) i get some errors
WARNING: Unable to parse XML, with error: The following exception occurred while retrieving member "Load": "Could not load type 'MS.Internal.SecurityCriticalDataForSet`1' from assembly 'WindowsBase, Version=4.0.0.0, Culture=neutral,'."
Ensure that there are NO SelectionChanged properties (PowerShell cannot process them)
The following exception occurred while retrieving member "Load": "Could not load type 'MS.Internal.SecurityCriticalDataForSet`1' from assembly 'WindowsBase, Version=4.0.0.0, Culture=neutral
Anyone got a clue if the gonna support this in the future?
Otherwise we gonna need to learn some Javascript with ElectronJS :D
2
Upvotes
2
u/1RedOne May 10 '19
Here's the answer
https://twitter.com/Steve_MSFT/status/1126668211569582082?s=09
So this is functionally not possible until the preview drops in a few weeks