Skip to content

Try to make it compile on .NET 8.0 (unfinished) #1

Try to make it compile on .NET 8.0 (unfinished)

Try to make it compile on .NET 8.0 (unfinished) #1

Triggered via push February 15, 2024 15:56
Status Failure
Total duration 2m 47s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: Plugins/Reqnroll.Actions.Browserstack/Reqnroll.Actions.Browserstack.IntegrationTests/Features/Calculator.feature#L10
There is no argument given that corresponds to the required formal parameter 'testWorkerId' of 'TestRunnerManager.GetTestRunner(string)'
build: Plugins/Reqnroll.Actions.Browserstack/Reqnroll.Actions.Browserstack.IntegrationTests/Features/Calculator.feature#L17
'ITestRunner' does not contain a definition for 'OnFeatureStart' and no accessible extension method 'OnFeatureStart' accepting a first argument of type 'ITestRunner' could be found (are you missing a using directive or an assembly reference?)
build: Plugins/Reqnroll.Actions.Browserstack/Reqnroll.Actions.Browserstack.IntegrationTests/Features/Calculator.feature#L23
'ITestRunner' does not contain a definition for 'OnFeatureEnd' and no accessible extension method 'OnFeatureEnd' accepting a first argument of type 'ITestRunner' could be found (are you missing a using directive or an assembly reference?)
build: Plugins/Reqnroll.Actions.Browserstack/Reqnroll.Actions.Browserstack.IntegrationTests/Features/Calculator.feature#L34
'ITestRunner' does not contain a definition for 'OnScenarioEnd' and no accessible extension method 'OnScenarioEnd' accepting a first argument of type 'ITestRunner' could be found (are you missing a using directive or an assembly reference?)
build: Plugins/Reqnroll.Actions.Browserstack/Reqnroll.Actions.Browserstack.IntegrationTests/Features/Calculator.feature#L46
'ITestRunner' does not contain a definition for 'OnScenarioStart' and no accessible extension method 'OnScenarioStart' accepting a first argument of type 'ITestRunner' could be found (are you missing a using directive or an assembly reference?)
build: Plugins/Reqnroll.Actions.Browserstack/Reqnroll.Actions.Browserstack.IntegrationTests/Features/Calculator.feature#L51
'ITestRunner' does not contain a definition for 'CollectScenarioErrors' and no accessible extension method 'CollectScenarioErrors' accepting a first argument of type 'ITestRunner' could be found (are you missing a using directive or an assembly reference?)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/