chose: update container-ci.yml #22
Annotations
10 warnings
build (ubuntu-latest):
Source/Authentication/Auction.Authentication.Infrastructure/Notifications/ProducerNotification.cs#L31
Possible null reference assignment.
|
build (ubuntu-latest):
Source/Authentication/Auction.Authentication.Infrastructure/Notifications/ProducerNotification.cs#L33
Dereference of a possibly null reference.
|
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#L31
Possible null reference assignment.
|
build (ubuntu-latest):
Source/Authentication/Auction.Authentication.Infrastructure/Notifications/ProducerNotification.cs#L33
Dereference of a possibly null reference.
|
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.
|