Feat(VIST-CPC-1361) See Received emails #1220
Annotations
12 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
No files were found with the provided path: ./TestResults. No artifacts will be uploaded.
|
build:
emailing-service/emailing-service/Program.cs#L92
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
emailing-service/emailing-service/Program.cs#L36
Possible null reference argument for parameter 'smtpServer' in 'ConnectionEmailServer.ConnectionEmailServer(string smtpServer, int port, string username, string password, string email, string displayName)'.
|
build:
emailing-service/emailing-service/Program.cs#L38
Possible null reference argument for parameter 'username' in 'ConnectionEmailServer.ConnectionEmailServer(string smtpServer, int port, string username, string password, string email, string displayName)'.
|
build:
emailing-service/emailing-service/Program.cs#L40
Possible null reference argument for parameter 'email' in 'ConnectionEmailServer.ConnectionEmailServer(string smtpServer, int port, string username, string password, string email, string displayName)'.
|
build:
emailing-service/emailing-service/Program.cs#L41
Possible null reference argument for parameter 'displayName' in 'ConnectionEmailServer.ConnectionEmailServer(string smtpServer, int port, string username, string password, string email, string displayName)'.
|
build:
emailing-service/emailing-service/Program.cs#L79
Converting null literal or possible null value to non-nullable type.
|
build:
emailing-service/emailing-service/Program.cs#L87
Possible null reference assignment.
|
build:
emailing-service/emailing-service/BackgroundTask/RecurringJobService.cs#L89
The variable 'ex' is declared but never used
|
build:
emailing-service/emailing-service/Utils/EmailUtils.cs#L76
Cannot convert null literal to non-nullable reference type.
|
build:
emailing-service/emailing-service/Utils/EmailUtils.cs#L17
Non-nullable field 'emailConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|