Skip to content

Update layout and styles #48

Update layout and styles

Update layout and styles #48

Triggered via push August 5, 2023 16:15
Status Success
Total duration 2m 11s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: push
deploy-to-github-pages
2m 1s
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: Shared/MainLayout.razor#L43
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
deploy-to-github-pages: Shared/MainLayout.razor#L27
Non-nullable field '_mudThemeProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy-to-github-pages: Shared/Detail.razor#L1
Nullable value type may be null.
deploy-to-github-pages: Shared/Detail.razor#L10
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Shared/CodeSnippet.razor#L8
Non-nullable property '_js' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Shared/CodeSnippet.razor#L10
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Pages/PostLayout.razor#L22
Non-nullable property 'BlogPost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Pages/BlogPostComponent.razor#L29
Nullability of reference types in type of parameter 'sender' of 'void BlogPostComponent.TryFragmentNavigation(object sender, LocationChangedEventArgs args)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
deploy-to-github-pages: Pages/BlogPostComponent.razor#L3
Non-nullable property 'Layout' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Pages/BlogPostComponent.razor#L5
Non-nullable property 'NavManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.