Added ServiceMonitor tester

This commit is contained in:
2022-12-12 10:56:36 +01:00
parent c8c7d0a3a2
commit 2bfd7c0f86
4 changed files with 62 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ using EonaCat.Env.Helpers;
Console.WriteLine("Hello, World!");
Env.LoadIntoEnvironment();
var test = Env.Read(new Settings(traverseDirectories:true));
Getter.SwallowExceptions = true;
Getter.SwallowExceptions = false;
Console.WriteLine(Environment.GetEnvironmentVariable("nummer4"));
Console.WriteLine(Getter.GetString("nummer4"));
Console.WriteLine("+------+");