Skip to content

Develop -> Main

Develop -> Main #552

Triggered via pull request September 4, 2024 14:53
@scoxen1scoxen1
synchronize #105
develop
Status Success
Total duration 52m 27s
Artifacts

tests.yml

on: pull_request
Build and Test .NET6 Web API
52m 14s
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/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.
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.