Skip to content

Update tests.yml

Update tests.yml #543

Triggered via push September 3, 2024 19:15
Status Success
Total duration 53m 30s
Artifacts

tests.yml

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

Annotations

10 warnings
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.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.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.