E2etest/vist zakaria (#1052) #1196
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/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.
|
build:
emailing-service/emailing-service/Models/EmailType/RawEmailModel.cs#L5
Non-nullable property 'Body' 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/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.
|
build:
emailing-service/emailing-service/Utils/EmailUtils.cs#L20
Non-nullable field 'smtpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
emailing-service/emailing-service/Utils/EmailUtils.cs#L88
Non-nullable property 'Status' 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/Utils/EmailUtils.cs#L89
Non-nullable property 'ErrorMessage' 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/BackgroundTask/RecurringJobService.cs#L89
The variable 'ex' is declared but never used
|