Skip to content

💚 Fix+Update CI/CD Build Pipelines for Admin + Api #5

💚 Fix+Update CI/CD Build Pipelines for Admin + Api

💚 Fix+Update CI/CD Build Pipelines for Admin + Api #5

Triggered via pull request December 21, 2023 06:40
Status Success
Total duration 2m 21s
Artifacts

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
admin / Build & Test
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/
admin / Build & Test
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/
admin / Build & Test: src/Presentation/UI/AdminUI/Pages/AddQuiz.razor#L16
Found markup element with unexpected name 'QuizDetails'. If this is intended to be a component, add a @using directive for its namespace.
admin / Build & Test: src/Presentation/UI/AdminUI/App.razor#L1
The using directive for 'SSW.Rewards.Admin.UI.Shared' appeared previously in this namespace
admin / Build & Test: src/Presentation/UI/AdminUI/Components/Dialogs/Confirmations/SimpleConfirmationDialog.razor#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
admin / Build & Test: src/Presentation/UI/AdminUI/Components/Dialogs/Confirmations/SimpleConfirmationDialog.razor#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
admin / Build & Test: src/Presentation/UI/AdminUI/Components/Dialogs/Confirmations/SimpleConfirmationDialog.razor#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
admin / Build & Test: src/Presentation/UI/AdminUI/Components/Table.razor#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
admin / Build & Test: src/Presentation/UI/AdminUI/Components/Table.razor#L49
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
admin / Build & Test: src/Presentation/UI/AdminUI/Components/Table.razor#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
admin / Build & Test: src/Presentation/UI/AdminUI/Components/Table.razor#L55
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
admin / Build & Test: src/Presentation/UI/AdminUI/Components/AddSkillDialog.razor#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
api / Build & Test
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/
api / Build & Test
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/
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: 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.
api / Build & Test: src/FluentEmail.Graph/GraphSender.cs#L65
Dereference of a possibly null reference.
api / Build & Test: 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)'.
api / Build & Test: 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)'.
api / Build & Test: src/FluentEmail.Graph/GraphSender.cs#L127
Dereference of a possibly null reference.