You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet/src/webdriver/GlobalSuppressions.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@
44
44
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1056:UriPropertiesShouldNotBeStrings",Scope="member",Target="OpenQA.Selenium.Proxy.#ProxyAutoConfigUrl",Justification="Proxy configuration can be string instead of Uri.")]
45
45
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1056:UriPropertiesShouldNotBeStrings",Scope="member",Target="OpenQA.Selenium.IE.InternetExplorerOptions.#InitialBrowserUrl",Justification="InitialBrowserUrl should be string instead of Uri.")]
46
46
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1056:UriPropertiesShouldNotBeStrings",Scope="member",Target="OpenQA.Selenium.Chrome.ChromeDriverService.#UrlPathPrefix",Justification="UrlPathPrefix is a prefix for use with ChromeDriver, and should be a string.")]
47
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1056:UriPropertiesShouldNotBeStrings",Scope="member",Target="OpenQA.Selenium.Opera.OperaDriverService.#UrlPathPrefix",Justification="UrlPathPrefix is a prefix for use with OperaDriver, and should be a string.")]
47
48
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization","CA1308:NormalizeStringsToUppercase",Scope="member",Target="OpenQA.Selenium.Proxy.#SerializableProxyKind",Justification="Strings are normalized to lower case by JSON wire protocol.")]
48
49
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization","CA1308:NormalizeStringsToUppercase",Scope="member",Target="OpenQA.Selenium.Firefox.FirefoxProfile.#UpdateUserPreferences()",Justification="Strings are normalized to lower case by JSON wire protocol.")]
49
50
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Globalization","CA1308:NormalizeStringsToUppercase",Scope="member",Target="OpenQA.Selenium.Firefox.Preferences.#SetPreferenceValue(System.String,System.Object)",Justification="Strings are normalized to lower case by JSON wire protocol.")]
0 commit comments