Skip to content

Update packages from CESMII.OpcUa... for previously supported (.NET 6… #402

Update packages from CESMII.OpcUa... for previously supported (.NET 6…

Update packages from CESMII.OpcUa... for previously supported (.NET 6… #402

Triggered via push September 20, 2024 21:47
Status Success
Total duration 1m 20s
Artifacts
Build and Deploy .NET6 Web API
1m 10s
Build and Deploy .NET6 Web API
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and Deploy .NET6 Web API: api/CESMII.ProfileDesigner.Api/Controllers/AuthController.cs#L66
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build and Deploy .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 Deploy .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 Deploy .NET6 Web API: api/CESMII.ProfileDesigner.OpcUa/DalOpcContext.cs#L56
'DalOpcContext.Logger' hides inherited member 'DefaultOpcUaContext.Logger'. Use the new keyword if hiding was intended.
Build and Deploy .NET6 Web API: api/CESMII.ProfileDesigner.Api/Controllers/AuthController.cs#L66
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.