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/support/GlobalSuppressions.cs
+1
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@
30
30
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1054:UriParametersShouldNotBeStrings",MessageId="1#",Scope="member",Target="OpenQA.Selenium.Support.Events.WebDriverNavigationEventArgs.#.ctor(OpenQA.Selenium.IWebDriver,System.String)",Justification="Using string to preserve user input.")]
31
31
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1056:UriPropertiesShouldNotBeStrings",Scope="member",Target="OpenQA.Selenium.Support.Events.WebDriverNavigationEventArgs.#Url",Justification="Using string to preserve user input.")]
32
32
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance","CA1811:AvoidUncalledPrivateCode",Scope="member",Target="OpenQA.Selenium.Support.Events.EventFiringWebDriver+EventFiringWebElement.#ParentDriver",Justification="Method must be available for subclasses.")]
33
+
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1020:AvoidNamespacesWithFewTypes",Scope="namespace",Target="OpenQA.Selenium.Support.Extensions",Justification="This namespace will likely grow over time.")]
33
34
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1031:DoNotCatchGeneralExceptionTypes",Scope="member",Target="OpenQA.Selenium.Support.Events.EventFiringWebDriver.#Close()",Justification="Firing event on all execptions, so catching generic Exception is appropriate.")]
34
35
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1031:DoNotCatchGeneralExceptionTypes",Scope="member",Target="OpenQA.Selenium.Support.Events.EventFiringWebDriver.#CurrentWindowHandle",Justification="Firing event on all execptions, so catching generic Exception is appropriate.")]
35
36
[assembly:System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design","CA1031:DoNotCatchGeneralExceptionTypes",Scope="member",Target="OpenQA.Selenium.Support.Events.EventFiringWebDriver.#ExecuteAsyncScript(System.String,System.Object[])",Justification="Firing event on all execptions, so catching generic Exception is appropriate.")]
0 commit comments