add highlightjs-copy #70
main.yml
on: push
deploy-to-github-pages
1m 13s
Annotations
1 error and 11 warnings
deploy-to-github-pages
Process completed with exit code 1.
|
deploy-to-github-pages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. 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: actions/checkout@v2, actions/setup-dotnet@v1. 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/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/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/Services/BlogPostService.cs#L48
Possible null reference return.
|