π Fix+Update CI/CD Build Pipelines for Admin + Api #5
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, andstor/file-existence-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/Core/Domain/Entities/UserSocialMediaId.cs#L5
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FluentEmail.Graph/GraphSenderOptions.cs#L11
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Core/Domain/Entities/UserSocialMediaId.cs#L7
Non-nullable property 'SocialMediaPlatform' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FluentEmail.Graph/GraphSenderOptions.cs#L16
Non-nullable property 'TenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Core/Domain/Entities/UserSocialMediaId.cs#L8
Non-nullable property 'SocialMediaUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FluentEmail.Graph/GraphSenderOptions.cs#L21
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FluentEmail.Graph/GraphSender.cs#L65
Dereference of a possibly null reference.
|
src/FluentEmail.Graph/GraphSender.cs#L112
Possible null reference argument for parameter 'draft' in 'Task GraphSender.UploadAttachmentUnder3Mb(IFluentEmail email, Message draft, Attachment attachment, CancellationToken cancellationToken)'.
|
src/FluentEmail.Graph/GraphSender.cs#L121
Possible null reference argument for parameter 'draft' in 'Task GraphSender.UploadAttachment3MbOrOver(IFluentEmail email, Message draft, Attachment attachment, CancellationToken cancellationToken)'.
|
src/FluentEmail.Graph/GraphSender.cs#L127
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading