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 c46de2a commit 1d9108fCopy full SHA for 1d9108f
src/Gravity.Abstraction/Uia/UiaOptions.cs
@@ -106,12 +106,12 @@ public override ICapabilities ToCapabilities()
106
107
private void Evaluate()
108
{
109
- if (string.IsNullOrEmpty(Application))
110
- {
111
- const string message = "application property cannot " +
112
- "be null or empty, please provide valid application path";
113
- throw new FileNotFoundException(message);
114
- }
+ //if (string.IsNullOrEmpty(Application))
+ //{
+ //const string message = "application property cannot " +
+ //"be null or empty, please provide valid application path";
+ //throw new FileNotFoundException(message);
+ //}
115
}
116
117
-}
+}
0 commit comments