Skip to content

Added hide from search filter #13

Added hide from search filter

Added hide from search filter #13

Triggered via push August 27, 2023 14:32
Status Success
Total duration 1m 5s
Artifacts

main.yml

on: push
deploy-to-github-pages
57s
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/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/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/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/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/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/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/Pages/Index.razor#L58
The field 'Index._previewEnabled' is never used