CART/e2etest-a-user-add-a-product-to-cart (#1046) #1219
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/Models/OperationResult.cs#L6
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
emailing-service/emailing-service/Models/EmailType/RawEmailModel.cs#L5
Non-nullable property 'EmailToSendTo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
emailing-service/emailing-service/Models/EmailType/RawEmailModel.cs#L5
Non-nullable property 'EmailTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|