LANCommander/LANCommander.SDK
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
..
Enums Import games using Game type instead of manifest 2024-05-07 01:47:00 -05:00
Exceptions Validate API version when doing requests 2024-05-13 18:41:00 -05:00
Extensions Don't replace slashes in action arguments as some may use something other than the path separator char 2024-01-26 01:56:21 -06:00
Helpers Ignore unmatched properties when deserializing manifests 2024-05-13 18:41:40 -05:00
Models Fix parsing of primary actions in manifest, add dropdown for non-primary actions 2024-05-28 21:08:30 -05:00
PowerShell Fix PowerShell scripts, add script debug mode 2024-06-11 21:43:12 -05:00
ActionService.cs Don't replace slashes in action arguments as some may use something other than the path separator char 2024-01-26 01:56:21 -06:00
Client.cs Add async methods for base SDK client 2024-05-19 18:06:58 -05:00
EventArgs.cs Rough but functional download queue 2024-01-20 21:02:41 -06:00
ExtractionResult.cs Relocate crucial installation logic to SDK 2023-11-09 19:40:38 -06:00
GameService.cs Add async request methods for client 2024-05-20 20:26:46 -05:00
LANCommander.SDK.csproj Validate API version when doing requests 2024-05-13 18:41:00 -05:00
MediaService.cs Fix references to download request calls 2024-05-19 19:08:36 -05:00
ProfileService.cs Add dialog to change alias 2024-06-05 23:37:16 -05:00
RedistributableService.cs Rename managers to services, merge into Client so it can be used anywhere the client is accessible. 2024-01-02 02:34:58 -06:00
SaveService.cs Fix references to download request calls 2024-05-19 19:08:36 -05:00
TrackableStream.cs Relocate crucial installation logic to SDK 2023-11-09 19:40:38 -06:00