Skip to content

update develop branch to point to common/develop branch for submodule… #548

update develop branch to point to common/develop branch for submodule…

update develop branch to point to common/develop branch for submodule… #548

Triggered via push September 4, 2024 14:10
Status Success
Total duration 55m 37s
Artifacts

tests.yml

on: push
Build and Test .NET6 Web API
55m 23s
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.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.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.