LANCommander/LANCommander.PowerShell/Cmdlets
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
..
Convert-AspectRatio.cs Change to inherit from Cmdlet 2023-11-16 15:21:50 -06:00
ConvertFrom-SerializedBase64.cs Fix PowerShell scripts, add script debug mode 2024-06-11 21:43:12 -05:00
ConvertTo-SerializedBase64.cs Fix PowerShell scripts, add script debug mode 2024-06-11 21:43:12 -05:00
ConvertTo-StringBytes.cs Allow padding of strings by setting a MinLength when converting to bytes 2023-12-01 18:32:43 -06:00
Edit-PatchBinary.cs Change to inherit from Cmdlet 2023-11-16 15:21:50 -06:00
Get-GameManifest.cs Change location of all metadata/script files in install directory 2024-01-09 01:22:56 -06:00
Get-PrimaryDisplay.cs Change to inherit from Cmdlet 2023-11-16 15:21:50 -06:00
Install-Game.cs Show actual game being installed 2024-01-10 17:54:46 -06:00
Uninstall-Game.cs Refactored uninstall to only remove files/directories that came from the original install 2024-01-10 01:59:51 -06:00
Write-GameManifest.cs Change to inherit from Cmdlet 2023-11-16 15:21:50 -06:00
Write-ReplaceContentInFile.cs Avoid exceptions in Write-ReplaceContentInFile 2023-11-20 17:34:33 -06:00