Skip to content

Merge pull request #115 from cesmii/main #369

Merge pull request #115 from cesmii/main

Merge pull request #115 from cesmii/main #369

Triggered via push July 17, 2024 19:13
Status Success
Total duration 1m 13s
Artifacts
Build and Deploy .NET6 Web API
1m 3s
Build and Deploy .NET6 Web API
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Build and Deploy .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/
Build and Deploy .NET6 Web API
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Deploy .NET6 Web API: api/CESMII.ProfileDesigner.Api/Controllers/AuthController.cs#L66
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build and Deploy .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.
Build and Deploy .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)'.
Build and Deploy .NET6 Web API: common/CESMII.Common.CloudLibClient/CloudLibWrapper.cs#L66
Converting null literal or possible null value to non-nullable type.
Build and Deploy .NET6 Web API: common/CESMII.Common.CloudLibClient/CloudLibWrapper.cs#L72
Dereference of a possibly null reference.
Build and Deploy .NET6 Web API: api/CESMII.ProfileDesigner.DAL/models/UserModel.cs#L72
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.