LANCommander/LANCommander.Client
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 Add split pane to library view, working game install 2024-05-25 15:40:31 -05:00
Extensions Display time remaining 2024-06-09 01:50:07 -05:00
Models Fix PowerShell scripts, add script debug mode 2024-06-11 21:43:12 -05:00
Properties Move from MAUI to Photino for wrapper 2024-06-05 01:21:31 -05:00
Services Fix PowerShell scripts, add script debug mode 2024-06-11 21:43:12 -05:00
Styles Style download queue 2024-06-11 00:26:17 -05:00
UI Import items in background and avoid locking UI 2024-06-11 02:05:15 -05:00
wwwroot Import items in background and avoid locking UI 2024-06-11 02:05:15 -05:00
_Imports.razor Style in progress download in footer 2024-06-09 00:22:54 -05:00
App.razor Move from MAUI to Photino for wrapper 2024-06-05 01:21:31 -05:00
LANCommander.Client.csproj Fix PowerShell scripts, add script debug mode 2024-06-11 21:43:12 -05:00
package.json Move styling to SCSS 2024-06-01 01:12:36 -05:00
Program.cs Import items in background and avoid locking UI 2024-06-11 02:05:15 -05:00