Merge pull request #22 from riganti/release/3.0.0-preview19-final #87
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run dotnet build src/Riganti.Selenium.WithoutCoordinator.sln:
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.'
|
Run dotnet build src/Riganti.Selenium.WithoutCoordinator.sln:
src/Core/Riganti.Selenium.Core/TestSuiteRunner.cs#L161
The variable 'ex' is declared but never used
|
Run dotnet build src/Riganti.Selenium.WithoutCoordinator.sln:
src/Core/Riganti.Selenium.Core/TestInstance.cs#L90
The variable 'ex' is declared but never used
|
Run dotnet build src/Riganti.Selenium.WithoutCoordinator.sln:
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
|
Run dotnet build src/Riganti.Selenium.WithoutCoordinator.sln:
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
|
Run dotnet build src/Riganti.Selenium.WithoutCoordinator.sln:
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
|
Run dotnet build src/Riganti.Selenium.WithoutCoordinator.sln:
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)
|
Run dotnet build src/Riganti.Selenium.WithoutCoordinator.sln:
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)
|
Run dotnet build src/Riganti.Selenium.WithoutCoordinator.sln:
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)
|
Run dotnet build src/Riganti.Selenium.WithoutCoordinator.sln:
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)
|
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/
|
Loading