We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea795c commit 9e37495Copy full SHA for 9e37495
src/Certify.Core/Management/SettingsManager.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System;
2
using System.Collections.Generic;
3
using System.IO;
4
using Certify.Models;
@@ -180,11 +180,6 @@ public static CoreAppSettings Current
180
/// </summary>
181
public bool PerformChallengeCleanupsLast { get; set; }
182
public string CurrentServiceVersion { get; set; }
183
- public bool DisableARIChecks { get; set; }
184
- /// </summary>
185
- /// If true, ARI checks will not be performed during periodic maintenance
186
- /// <summary>
187
-
188
189
/// <summary>
190
/// If true, ARI checks will not be performed during periodic maintenance
0 commit comments