LANCommander/LANCommander.Client/Models
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
..
ActionSelectorDialogOptions.cs Add background image to game details 2024-06-01 22:47:56 -05:00
DownloadQueueGame.cs Display time remaining 2024-06-09 01:50:07 -05:00
DownloadQueueRedistributable.cs Display time remaining 2024-06-09 01:50:07 -05:00
ExistingEntityResult.cs Added database services and basic game import 2024-05-20 20:26:15 -05:00
IDownloadQueueItem.cs Display time remaining 2024-06-09 01:50:07 -05:00
LibraryItem.cs Sort library items by title 2024-06-07 17:51:10 -05:00
Settings.cs Fix PowerShell scripts, add script debug mode 2024-06-11 21:43:12 -05:00