Add net8-blazor App #325
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
14 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.0.0, actions/setup-dotnet@v1.7.2, aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
MyApp/Pages/Shared/Hero.cshtml.cs#L13
'Hero.Content' hides inherited member 'PageModel.Content(string)'. Use the new keyword if hiding was intended.
|
build
'Pages_Shared_DocsPage.Config' hides inherited member 'RazorPage.Config'. Use the new keyword if hiding was intended.
|
build:
MyApp/Pages/Page.cshtml.cs#L9
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp/MarkdownPagesBase.cs#L731
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp/MarkdownPagesBase.cs#L732
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp/Markdown.Blog.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp/Markdown.Blog.cs#L12
Non-nullable property 'ProfileUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MyApp/Markdown.Blog.cs#L86
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, AuthorInfo>.TryGetValue(string key, out AuthorInfo value)'.
|
build:
MyApp/Markdown.Blog.cs#L93
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, string>.TryGetValue(string key, out string value)'.
|
build:
MyApp/MarkdownPagesBase.cs#L139
Possible null reference argument for parameter 'newDoc' in 'void MarkdownFileBase.Update(MarkdownFileBase newDoc)'.
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|