Skip to content

Change package Microsoft.AspNetCore.Http.Abstractions from deprecated… #554

Change package Microsoft.AspNetCore.Http.Abstractions from deprecated…

Change package Microsoft.AspNetCore.Http.Abstractions from deprecated… #554

Triggered via push September 17, 2024 18:00
Status Failure
Total duration 5m 57s
Artifacts

tests.yml

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

Annotations

1 error and 10 warnings
Build and Test .NET6 Web API
Process completed with exit code 1.
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.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 Test .NET6 Web API: api/Tests/CESMII.ProfileDesigner.Api.Tests/CloudLibMock/CloudLibMock.cs#L94
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.