Pacakaged service fails to start

PS Core 7.2, Net 6.0, PS Protools 2022.2.1

Packaging as a simple exe works, but even a very simple service fails with this exception in the win app log:

Application: testService.exe CoreCLR Version: 6.0.222.6406 .NET Version: 6.0.2 Description: The process was terminated due to an unhandled exception. Exception Info: System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength) at System.Convert.FromBase64String(String s) at PowerShellToolsPro.Packager.ConsoleHost.Program.Decrypt(String cipherString) in D:\TEMP\faa80e67de02475d8c245c83786ea158\ConsolePowerShellHost.cs:line 80 at PowerShellToolsPro.Packager.ConsoleHost.Program.Main(String[] args) in D:\TEMP\faa80e67de02475d8c245c83786ea158\ConsolePowerShellHost.cs:line 43

I can reproduce this. This will be resolved in the 2022.3.0 release due out next week.

Awesome, thank you!!