Skip to content

Minor fixes for banner image code #264

Minor fixes for banner image code

Minor fixes for banner image code #264

Triggered via push August 16, 2023 12:49
Status Success
Total duration 1m 25s
Artifacts
Build and Deploy .NET5 Web API
1m 16s
Build and Deploy .NET5 Web API
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and Deploy .NET5 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/
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.Data/Entities/User.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Deploy .NET5 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 Deploy .NET5 Web API: common/Opc.Ua.Cloud.Library.Client/UACloudLibClient.cs#L538
Missing XML comment for publicly visible type or member 'UACloudLibClient.OrderEnum'
Build and Deploy .NET5 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 Deploy .NET5 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 Deploy .NET5 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)'.
Build and Deploy .NET5 Web API: common/CESMII.Common.CloudLibClient/CloudLibWrapper.cs#L66
Converting null literal or possible null value to non-nullable type.
Build and Deploy .NET5 Web API: common/CESMII.Common.CloudLibClient/CloudLibWrapper.cs#L72
Dereference of a possibly null reference.
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.DAL/AdminCloudLibDAL.cs#L134
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.DAL/AdminCloudLibDAL.cs#L134
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.