LANCommander/LANCommander.PowerShell
Pat Hartl 6fec91e73e Fix PowerShell scripts, add script debug mode
PowerShell scripts now execute correctly with the client. The built in PowerShell API's serializer will always return null on .NET 8 for some reason. The serializer/deserializer was switched to YAML, mostly due to convenience of already having a package for it.

Added a new settings for enabling script debugging mode. This ensures that when a script is executed, the PowerShell terminal window is not closed. This allows power users to get the same environment that the script executes in. It also allows for some scroll back to see what potentially went wrong in their script.
2024-06-11 21:43:12 -05:00
..
Cmdlets Fix PowerShell scripts, add script debug mode 2024-06-11 21:43:12 -05:00
Properties Started adding PowerShell cmdlets useful for LANCommander scripting 2023-11-13 23:09:06 -06:00
app.config Use ILRepacker to add required YamlDotNet into PowerShell DLL 2023-12-26 18:25:22 -06:00
ILRepack.Config.props Use ILRepacker to add required YamlDotNet into PowerShell DLL 2023-12-26 18:25:22 -06:00
ILRepack.targets Use ILRepacker to add required YamlDotNet into PowerShell DLL 2023-12-26 18:25:22 -06:00
LANCommander.PowerShell.csproj Revert upgrade of ILRepack 2024-02-11 19:39:50 -06:00
LANCommander.PowerShell.psd1 Use ILRepacker to add required YamlDotNet into PowerShell DLL 2023-12-26 18:25:22 -06:00
packages.config Revert upgrade of ILRepack 2024-02-11 19:39:50 -06:00