Skip to content

point to develop branch on common submodule #549

point to develop branch on common submodule

point to develop branch on common submodule #549

Triggered via push September 4, 2024 14:45
Status Success
Total duration 57m 59s
Artifacts

tests.yml

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

Annotations

10 warnings
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.
Build and Test .NET6 Web API: api/CESMII.OpcUa.CloudLibraryResolver/CloudLibraryResolver.cs#L83
The variable 'ex' is declared but never used
Build and Test .NET6 Web API: api/CESMII.OpcUa.CloudLibraryResolver/CloudLibraryResolver.cs#L83
The variable 'ex' is declared but never used
Build and Test .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.
Build and Test .NET6 Web API: api/CESMII.ProfileDesigner.DAL/ProfileDAL.cs#L82
'ProfileDAL.DeleteAsync(int, UserToken)' hides inherited member 'TenantBasePdDAL<Profile, ProfileModel>.DeleteAsync(int, UserToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.