예제 #1
0
 get => string.IsNullOrEmpty(Environment.GetEnvironmentVariable(Debug.NoAesVar)) && Aes.IsSupported;
예제 #2
0
 //level == LoggerVerbosity.Diagnostic;
 get => string.Equals
 (
     //TODO:
     Environment.GetEnvironmentVariable(DIAG_KEY, EnvironmentVariableTarget.Process)?.Trim(),
 bool.TryParse(Environment.GetEnvironmentVariable(OnlyTestLatestServiceVersionKey), out bool onlyTestLatestServiceVersion);
예제 #4
0
 get => string.Equals(Environment.GetEnvironmentVariable(CacheFileEnumerationsEnvironmentVariableName), "1");
예제 #5
0
 new DirectoryInfo(
     Environment.GetEnvironmentVariable(Program.SourceFolderRoot) ??