Made Nuget more generic

Moved and synced RijndaelEncryption
This commit is contained in:
2024-04-28 10:46:01 -07:00
parent 4eb70db231
commit 878750b284
4 changed files with 74 additions and 74 deletions

View File

@ -52,7 +52,7 @@ public partial class Worker : BackgroundService
private async Task Body(CancellationToken cancellationToken)
{
if (!_IsWindowsService)
throw new EvaluateException("Set break point and skip!");
throw new EvaluateException($"Set break point and skip to run {_AppSettings.Helper}!");
if (!_IsWindowsService)
{
for (int i = 0; i < int.MaxValue; i++)