Skip to content

Small visual tweaks #12

Small visual tweaks

Small visual tweaks #12

Triggered via push August 27, 2023 13:34
Status Success
Total duration 1m 3s
Artifacts

main.yml

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

Annotations

10 warnings
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. 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: src/UmbracoDemo.Client/Models/DataTypes/Link.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/UmbracoDemo.Client/Models/DataTypes/Link.cs#L17
Non-nullable property 'LinkType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/UmbracoDemo.Client/Models/DataTypes/BlockList.cs#L7
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/UmbracoDemo.Client/Models/DataTypes/Abstractions/BaseBlock.cs#L8
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/UmbracoDemo.Client/Models/Pages/Abstractions/BasePage.cs#L17
Non-nullable property 'Route' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/UmbracoDemo.Client/Models/Pages/BlogDetail.cs#L19
Non-nullable property 'Blocks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/UmbracoDemo.Client/Models/Pages/ContentPage.cs#L13
Non-nullable property 'Blocks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/UmbracoDemo.Client/Models/Pages/HomePage.cs#L13
Non-nullable property 'Blocks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/UmbracoDemo.Client/Pages/Index.razor#L58
The field 'Index._previewEnabled' is never used