Fix of issue #17 - BrowserWrapper.CurrentUrlPart returns only part af… #78
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/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)
|
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)
|
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)
|
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)
|
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)
|
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.'
|
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/TestInstance.cs#L90
The variable 'ex' is declared but never used
|
src/Core/Riganti.Selenium.Core/TestSuiteRunner.cs#L161
The variable 'ex' is declared but never used
|
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