#113 - Fix UTF-8 - BOM encoding issue #488
Annotations
12 warnings
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/
|
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/
|
api/CESMII.ProfileDesigner.Common/Utils/ConfigUtils.cs#L20
Unreachable code detected
|
api/CESMII.ProfileDesigner.Common/Utils/ConfigUtils.cs#L31
Unreachable code detected
|
api/CESMII.ProfileDesigner.Common/Utils/ConfigUtils.cs#L42
Unreachable code detected
|
api/CESMII.ProfileDesigner.Common/Utils/ConfigUtils.cs#L53
Unreachable code detected
|
api/CESMII.ProfileDesigner.Common/Utils/ConfigUtils.cs#L74
Unreachable code detected
|
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.
|
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)'.
|
common/CESMII.Common.CloudLibClient/CloudLibWrapper.cs#L66
Converting null literal or possible null value to non-nullable type.
|
common/CESMII.Common.CloudLibClient/CloudLibWrapper.cs#L72
Dereference of a possibly null reference.
|
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.
|
The logs for this run have expired and are no longer available.
Loading