Made Nuget more generic
Moved and synced RijndaelEncryption
This commit is contained in:
@ -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++)
|
||||
|
Reference in New Issue
Block a user