Skip to content

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

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

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

Triggered via pull request December 21, 2023 06:27
Status Success
Total duration 53s
Artifacts

build-and-test.yml

on: pull_request
admin  /  Build & Test
28s
admin / Build & Test
api  /  Build & Test
43s
api / Build & Test
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/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/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/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/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/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/Core/Domain/Entities/UserAchievement.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/Core/Domain/Entities/UserAchievement.cs#L7
Non-nullable property 'Achievement' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
api / Build & Test: src/Core/Domain/Entities/UnclaimedAchievement.cs#L5
Non-nullable property 'Achievement' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
api / Build & Test: src/Core/Domain/Entities/UnclaimedAchievement.cs#L7
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
api / Build & Test: src/Core/Domain/Entities/SubmittedQuizAnswer.cs#L5
Non-nullable property 'Submission' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
api / Build & Test: src/Core/Domain/Entities/QuizAnswer.cs#L5
Non-nullable property 'Question' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
api / Build & Test: src/Core/Domain/Entities/Quiz.cs#L10
Non-nullable property 'Achievement' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.