Skip to content

Add initial support for podcasts #525

Add initial support for podcasts

Add initial support for podcasts #525

Triggered via push September 19, 2024 13:51
Status Success
Total duration 1m 41s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/setup-dotnet@v3, peaceiris/actions-gh-pages@v3, aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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: MyApp/Pages/Shared/DocsPage.cshtml#L4
'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 adding the 'required' modifier or declaring the property as nullable.
build: MyApp/Configure.AppHost.cs#L44
Non-nullable property 'LocalBaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp/Configure.AppHost.cs#L45
Non-nullable property 'PublicBaseUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp/MarkdownPagesBase.cs#L974
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp/MarkdownPagesBase.cs#L975
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp/Markdown.Podcasts.cs#L22
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp/Markdown.Podcasts.cs#L23
Non-nullable property 'Href' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp/Markdown.Podcasts.cs#L24
Non-nullable property 'Svg' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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/