Skip to content

chose: update dotnet-build.yml #20

chose: update dotnet-build.yml

chose: update dotnet-build.yml #20

Triggered via push February 29, 2024 23:46
Status Success
Total duration 28s
Artifacts

dotnet-build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (ubuntu-latest): Source/Authentication/Auction.Authentication.Infrastructure/Notifications/ProducerNotification.cs#L13
Non-nullable field '_configuration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): Source/Authentication/Auction.Authentication.API/Controllers/AuthenticationController.cs#L35
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 (ubuntu-latest): Source/Authentication/Auction.Authentication.API/Controllers/AuthenticationController.cs#L63
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 (ubuntu-latest): Source/Authentication/Auction.Authentication.Infrastructure/Notifications/ProducerNotification.cs#L13
Non-nullable field '_configuration' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (ubuntu-latest): Source/Authentication/Auction.Authentication.API/Controllers/AuthenticationController.cs#L35
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 (ubuntu-latest): Source/Authentication/Auction.Authentication.API/Controllers/AuthenticationController.cs#L63
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.