Skip to content

updating submodule common to point to main branch #545

updating submodule common to point to main branch

updating submodule common to point to main branch #545

Triggered via push September 4, 2024 14:01
Status Failure
Total duration 56s
Artifacts

tests.yml

on: push
Build and Test .NET6 Web API
46s
Build and Test .NET6 Web API
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
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?)
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?)
Build and Test .NET6 Web API
Process completed with exit code 1.
Build and Test .NET6 Web API: common/Opc.Ua.Cloud.Library.Client/UACloudLibClient.cs#L478
Parameter 'order' has no matching param tag in the XML comment for 'UACloudLibClient.GetNodeSetsAsync(string, string, DateTime?, string[], string, int?, int?, string, bool, bool, bool, object)' (but other parameters do)
Build and Test .NET6 Web API: common/Opc.Ua.Cloud.Library.Client/UACloudLibClient.cs#L538
Missing XML comment for publicly visible type or member 'UACloudLibClient.OrderEnum'
Build and Test .NET6 Web API: common/Opc.Ua.Cloud.Library.Client/UACloudLibClient.cs#L540
Missing XML comment for publicly visible type or member 'UACloudLibClient.OrderEnum.ASC'
Build and Test .NET6 Web API: common/Opc.Ua.Cloud.Library.Client/UACloudLibClient.cs#L541
Missing XML comment for publicly visible type or member 'UACloudLibClient.OrderEnum.DESC'
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)'.