Skip to content

Test for search by description (#1039) #1189

Test for search by description (#1039)

Test for search by description (#1039) #1189

Triggered via push November 11, 2024 23:59
Status Success
Total duration 1m 4s
Artifacts

ASP.NET.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/Utils/EmailUtils.cs#L76
Cannot convert null literal to non-nullable reference type.
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#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.