Skip to content

Browser manager support #65

Browser manager support

Browser manager support #65

Triggered via pull request June 3, 2024 22:11
Status Success
Total duration 7m 49s
Artifacts 2

main.yml

on: pull_request
Matrix: Build
Matrix: UI tests
Fit to window
Zoom out
Zoom in

Annotations

42 warnings
Build (ubuntu-latest): 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)
Build (ubuntu-latest): src/Coordinator/Riganti.Selenium.Coordinator.Client.Tests/CoordinatorClientTests.cs#L16
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build (ubuntu-latest): src/Coordinator/Riganti.Selenium.Coordinator.Client.Tests/CoordinatorClientTests.cs#L20
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build (ubuntu-latest): src/Coordinator/Riganti.Selenium.Coordinator.Client.Tests/CoordinatorClientTests.cs#L26
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build (ubuntu-latest): src/Coordinator/Riganti.Selenium.Coordinator.Client.Tests/CoordinatorClientTests.cs#L29
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build (ubuntu-latest): src/Coordinator/Riganti.Selenium.Coordinator.Client.Tests/CoordinatorClientTests.cs#L31
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build (ubuntu-latest): src/Samples/Riganti.Selenium.DotVVM.Samples/Startup.cs#L22
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
Build (ubuntu-latest): 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)
Build (ubuntu-latest): src/Core/Riganti.Selenium.Core/TestInstance.cs#L90
The variable 'ex' is declared but never used
UI tests (chrome, ubuntu-latest): 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)
UI tests (chrome, ubuntu-latest): src/Core/Riganti.Selenium.Core/BrowserWrapper.cs#L595
The variable 'ex' is assigned but its value is never used
UI tests (chrome, ubuntu-latest): src/Core/Riganti.Selenium.Core/TestInstance.cs#L90
The variable 'ex' is declared but never used
UI tests (chrome, ubuntu-latest): 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)
UI tests (chrome, ubuntu-latest): 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
UI tests (chrome, ubuntu-latest): 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
UI tests (chrome, ubuntu-latest): 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
UI tests (chrome, ubuntu-latest): src/Tests/Riganti.Selenium.Sandbox/TestContextWrapper.cs#L28
Cannot convert null literal to non-nullable reference type.
UI tests (firefox, ubuntu-latest): 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)
UI tests (firefox, ubuntu-latest): src/Core/Riganti.Selenium.Core/BrowserWrapper.cs#L595
The variable 'ex' is assigned but its value is never used
UI tests (firefox, ubuntu-latest): src/Core/Riganti.Selenium.Core/TestInstance.cs#L90
The variable 'ex' is declared but never used
UI tests (firefox, ubuntu-latest): 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)
UI tests (firefox, ubuntu-latest): 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
UI tests (firefox, ubuntu-latest): 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
UI tests (firefox, ubuntu-latest): 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
UI tests (firefox, ubuntu-latest): src/Tests/Riganti.Selenium.Sandbox/TestContextWrapper.cs#L28
Cannot convert null literal to non-nullable reference type.
Build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: microsoft/setup-msbuild@v1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build (windows-latest): src/Samples/Riganti.Selenium.DotVVM.Samples/Startup.cs#L22
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
Build (windows-latest): 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)
Build (windows-latest): src/Coordinator/Riganti.Selenium.Coordinator.Client.Tests/CoordinatorClientTests.cs#L16
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build (windows-latest): src/Coordinator/Riganti.Selenium.Coordinator.Client.Tests/CoordinatorClientTests.cs#L20
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build (windows-latest): src/Coordinator/Riganti.Selenium.Coordinator.Client.Tests/CoordinatorClientTests.cs#L26
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build (windows-latest): src/Coordinator/Riganti.Selenium.Coordinator.Client.Tests/CoordinatorClientTests.cs#L29
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build (windows-latest): src/Coordinator/Riganti.Selenium.Coordinator.Client.Tests/CoordinatorClientTests.cs#L31
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Build (windows-latest): src/Core/Riganti.Selenium.Core/BrowserWrapper.cs#L595
The variable 'ex' is assigned but its value is never used
Build (windows-latest): src/Core/Riganti.Selenium.Core/Reporting/AggregatedReporter.cs#L126
The variable 'e' is declared but never used
Deprecation notice: v1, v2, and v3 of the artifact actions
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/

Artifacts

Produced during runtime
Name Size
chrome-tests-Linux--Default
336 KB
firefox-tests-Linux--Default
313 KB