Skip to content

try fix publish

try fix publish #58

Triggered via push August 19, 2023 17:56
Status Success
Total duration 2m 19s
Artifacts

main.yml

on: push
deploy-to-github-pages
2m 7s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, 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: src/BlogEngine/Components/BlogPostComponent.cs#L9
Non-nullable property 'Layout' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/BlogEngine/Components/BlogPostComponent.cs#L11
Non-nullable property 'blogPostService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/BlogEngine/Components/Detail.razor#L3
Nullable value type may be null.
deploy-to-github-pages: src/BlogEngine/Components/Detail.razor.cs#L8
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/BlogEngine/Components/PostLayoutBase.cs#L7
Non-nullable property 'BlogPost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/BlogEngine/Components/PostLayoutBase.cs#L12
Non-nullable property 'NavigationHelper' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/BlogEngine/Components/CodeSnippet.razor.cs#L7
Non-nullable property 'codeSnippetJsInterop' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/BlogEngine/Components/CodeSnippet.razor.cs#L9
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: src/BlogEngine/Services/BlogPostService.cs#L48
Possible null reference return.
deploy-to-github-pages: src/mohdali.github.io/Pages/Home.razor#L27
Non-nullable property 'blogPostService' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.