Skip to content

Monitoring dashboard 1/2 #604

Monitoring dashboard 1/2

Monitoring dashboard 1/2 #604

Triggered via pull request September 12, 2024 14:06
Status Success
Total duration 3m 34s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1. 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/setup-java@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build: src/BuildingBlocks/Tutor.BuildingBlocks.Core/EventSourcing/EventSourcedEntity.cs#L7
Non-nullable field '_root' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: src/Modules/Stakeholders/Tutor.Stakeholders.API/Dtos/StakeholderAccountDto.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/Modules/Stakeholders/Tutor.Stakeholders.API/Dtos/StakeholderAccountDto.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/Modules/Stakeholders/Tutor.Stakeholders.API/Dtos/StakeholderAccountDto.cs#L9
Non-nullable property 'Surname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/Modules/Stakeholders/Tutor.Stakeholders.API/Dtos/StakeholderAccountDto.cs#L12
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/Modules/Stakeholders/Tutor.Stakeholders.API/Dtos/CredentialsDto.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/Modules/Stakeholders/Tutor.Stakeholders.API/Dtos/CredentialsDto.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/Modules/Stakeholders/Tutor.Stakeholders.API/Dtos/AuthenticationTokensDto.cs#L6
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/Modules/Stakeholders/Tutor.Stakeholders.API/Dtos/AuthenticationTokensDto.cs#L7
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: src/Modules/LearningTasks/Tutor.LearningTasks.API/Dtos/TaskAnalytics/InternalTaskProgressStatisticsDto.cs#L3
'InternalTaskProgressStatisticsDto' overrides Object.Equals(object o) but does not override Object.GetHashCode()