Merge pull request #16 from riganti/browser-manager #74
Annotations
11 warnings
src/Core/Riganti.Selenium.Validators/Checkers/BrowserWrapperCheckers/UrlIsAccessibleValidator.cs#L38
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
src/Core/Riganti.Selenium.Core/BrowserWrapper.cs#L595
The variable 'ex' is assigned but its value is never used
|
src/Core/Riganti.Selenium.Core/Reporting/DefaultReportingMetadataProvider.cs#L28
The variable 'e' is declared but never used
|
src/Core/Riganti.Selenium.Core/SeleniumTestExecutor.cs#L76
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
src/Core/Riganti.Selenium.Core/Reporting/AggregatedReporter.cs#L126
The variable 'e' is declared but never used
|
src/Core/Riganti.Selenium.Core/TestInstance.cs#L90
The variable 'ex' is declared but never used
|
src/Core/Riganti.Selenium.PseudoFluentApi/ElementWrapperFluentApi.cs#L529
The default value specified for parameter 'ignoreCertainException' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
|
src/Core/Riganti.Selenium.PseudoFluentApi/ElementWrapperFluentApi.cs#L529
The default value specified for parameter 'checkInterval' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
|
src/Core/Riganti.Selenium.PseudoFluentApi/ElementWrapperFluentApi.cs#L537
The default value specified for parameter 'checkInterval' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
|
src/Tests/Riganti.Selenium.Sandbox/TestContextWrapper.cs#L28
Cannot convert null literal to non-nullable reference type.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "chrome-tests-Linux--Default", "firefox-tests-Linux--Default".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading