Skip to content

💄 Change loading to logo #18

💄 Change loading to logo

💄 Change loading to logo #18

Triggered via push February 17, 2024 03:52
Status Success
Total duration 1m 2s
Artifacts

deploy.yml

on: push
deploy-to-github-pages
54s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
deploy-to-github-pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, JamesIves/github-pages-deploy-action@3.7.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: JamesIves/github-pages-deploy-action@3.7.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy-to-github-pages
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
deploy-to-github-pages: ConflictResolver/Models/CourseSchedule.cs#L30
Non-nullable property 'Block' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: ConflictResolver/Models/CourseSchedule.cs#L31
Non-nullable property 'Course' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: ConflictResolver/Models/CourseSchedule.cs#L32
Non-nullable property 'CourseTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: ConflictResolver/Models/CourseSchedule.cs#L33
Non-nullable property 'ClassType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: ConflictResolver/Models/CourseSchedule.cs#L37
Non-nullable property 'Days' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: ConflictResolver/Models/CourseSchedule.cs#L45
Non-nullable property 'Room' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: ConflictResolver/Models/CourseSchedule.cs#L46
Non-nullable property 'FacultyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: ConflictResolver/Utils/Json/TimeOnlyConverter.cs#L35
Converting null literal or possible null value to non-nullable type.
deploy-to-github-pages: ConflictResolver/Utils/Json/DayToIntDayConverter.cs#L36
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.