Skip to content

Create tests-in-browser.yml #65

Create tests-in-browser.yml

Create tests-in-browser.yml #65

Triggered via push March 4, 2024 19:55
Status Failure
Total duration 53s
Artifacts

smoke-tests.yml

on: push
call-workflow-publish-common-aws  /  Build and Test .NET6 Web API
44s
call-workflow-publish-common-aws / Build and Test .NET6 Web API
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
call-workflow-publish-common-aws / Build and Test .NET6 Web API: api/CESMII.ProfileDesigner.OpcUa/OpcUaImporter.cs#L401
'UANameSpace' does not contain a definition for 'UserId' and no accessible extension method 'UserId' accepting a first argument of type 'UANameSpace' could be found (are you missing a using directive or an assembly reference?)
call-workflow-publish-common-aws / Build and Test .NET6 Web API: api/CESMII.ProfileDesigner.OpcUa/OpcUaImporter.cs#L401
'UANameSpace' does not contain a definition for 'UserId' and no accessible extension method 'UserId' accepting a first argument of type 'UANameSpace' could be found (are you missing a using directive or an assembly reference?)
call-workflow-publish-common-aws / Build and Test .NET6 Web API
Process completed with exit code 1.
call-workflow-publish-common-aws / Build and Test .NET6 Web API
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
call-workflow-publish-common-aws / Build and Test .NET6 Web API
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
call-workflow-publish-common-aws / Build and Test .NET6 Web API: api/CESMII.ProfileDesigner.Data/Entities/User.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
call-workflow-publish-common-aws / Build and Test .NET6 Web API: common/CESMII.Common.CloudLibClient/CloudLibWrapper.cs#L61
Nullability of reference types in return type of 'Task<GraphQlResult<Nodeset>?> CloudLibWrapper.GetManyAsync(List<string> identifiers)' doesn't match implicitly implemented member 'Task<GraphQlResult<Nodeset>> ICloudLibWrapper.GetManyAsync(List<string> identifiers)'.
call-workflow-publish-common-aws / Build and Test .NET6 Web API: common/CESMII.Common.CloudLibClient/CloudLibWrapper.cs#L66
Converting null literal or possible null value to non-nullable type.