LANCommander/LANCommander.Client/Services
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
..
_BaseDatabaseService.cs Working imports for games and most of its properties 2024-05-23 18:38:13 -05:00
_BaseService.cs Move client DAL to new project 2024-05-21 20:51:09 -05:00
CollectionService.cs Working imports for games and most of its properties 2024-05-23 18:38:13 -05:00
CompanyService.cs Working imports for games and most of its properties 2024-05-23 18:38:13 -05:00
DownloadService.cs Fix PowerShell scripts, add script debug mode 2024-06-11 21:43:12 -05:00
EngineService.cs Working imports for games and most of its properties 2024-05-23 18:38:13 -05:00
GameService.cs Move play button to a component 2024-06-10 23:29:19 -05:00
GenreService.cs Working imports for games and most of its properties 2024-05-23 18:38:13 -05:00
ImportService.cs Import items in background and avoid locking UI 2024-06-11 02:05:15 -05:00
LibraryService.cs Move play button to a component 2024-06-10 23:29:19 -05:00
MediaService.cs Add background image to game details 2024-06-01 22:47:56 -05:00
MultiplayerModeService.cs Working imports for games and most of its properties 2024-05-23 18:38:13 -05:00
PlaySessionService.cs Record play sessions 2024-06-03 19:06:25 -05:00
ProfileService.cs Adjust overall styling near top of window, add logo 2024-06-07 00:01:38 -05:00
RedistributableService.cs Added database services and basic game import 2024-05-20 20:26:15 -05:00
SaveService.cs Built out install process to include post-download 2024-05-29 19:25:41 -05:00
SettingService.cs Initial commit, basic auth and library list 2024-05-09 20:44:40 -05:00
TagService.cs Working imports for games and most of its properties 2024-05-23 18:38:13 -05:00
WindowService.cs Move from MAUI to Photino for wrapper 2024-06-05 01:21:31 -05:00