Skip to content

Add or update the Azure App Service build and deployment workflow config #1

Add or update the Azure App Service build and deployment workflow config

Add or update the Azure App Service build and deployment workflow config #1

Triggered via push April 26, 2024 12:08
Status Failure
Total duration 1m 1s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
build: blazam.org/Shared/UI/Adsense/DisplayAd.razor#L1
Script tags should not be placed inside components because they cannot be updated dynamically. To fix this, move the script tag to the 'index.html' file or another static location. For more information, see https://aka.ms/AAe3qu3
build: blazam.org/Shared/UI/Adsense/DisplayAd.razor#L10
Script tags should not be placed inside components because they cannot be updated dynamically. To fix this, move the script tag to the 'index.html' file or another static location. For more information, see https://aka.ms/AAe3qu3
build: blazam.org/Shared/UI/Adsense/InArticleAd.razor#L1
Script tags should not be placed inside components because they cannot be updated dynamically. To fix this, move the script tag to the 'index.html' file or another static location. For more information, see https://aka.ms/AAe3qu3
build: blazam.org/Shared/UI/Adsense/InArticleAd.razor#L9
Script tags should not be placed inside components because they cannot be updated dynamically. To fix this, move the script tag to the 'index.html' file or another static location. For more information, see https://aka.ms/AAe3qu3
build: blazam.org/Shared/UI/Adsense/InFeedAd.razor#L1
Script tags should not be placed inside components because they cannot be updated dynamically. To fix this, move the script tag to the 'index.html' file or another static location. For more information, see https://aka.ms/AAe3qu3
build: blazam.org/Shared/UI/Adsense/InFeedAd.razor#L9
Script tags should not be placed inside components because they cannot be updated dynamically. To fix this, move the script tag to the 'index.html' file or another static location. For more information, see https://aka.ms/AAe3qu3
build: blazam.org/Shared/UI/Adsense/DisplayAd.razor#L1
Script tags should not be placed inside components because they cannot be updated dynamically. To fix this, move the script tag to the 'index.html' file or another static location. For more information, see https://aka.ms/AAe3qu3
build: blazam.org/Shared/UI/Adsense/DisplayAd.razor#L10
Script tags should not be placed inside components because they cannot be updated dynamically. To fix this, move the script tag to the 'index.html' file or another static location. For more information, see https://aka.ms/AAe3qu3
build: blazam.org/Shared/UI/Adsense/InArticleAd.razor#L1
Script tags should not be placed inside components because they cannot be updated dynamically. To fix this, move the script tag to the 'index.html' file or another static location. For more information, see https://aka.ms/AAe3qu3
build: blazam.org/Shared/UI/Adsense/InArticleAd.razor#L9
Script tags should not be placed inside components because they cannot be updated dynamically. To fix this, move the script tag to the 'index.html' file or another static location. For more information, see https://aka.ms/AAe3qu3
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
build: blazam.org/Pages/Download.razor#L147
Found markup element with unexpected name 'Help'. If this is intended to be a component, add a @using directive for its namespace.
build: blazam.org/Shared/AppFooter.razor#L5
Found markup element with unexpected name 'Column'. If this is intended to be a component, add a @using directive for its namespace.
build: blazam.org/Shared/Themes/ApplicationTheme.cs#L11
'Palette' is obsolete: 'This property will be abstract in a future update. Use PaletteLight, PaletteDark or your own implementation.'
build: blazam.org/Shared/Themes/ApplicationTheme.cs#L11
Non-nullable property 'pallete' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: blazam.org/Shared/Themes/ApplicationTheme.cs#L12
Non-nullable property 'darkPallete' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: blazam.org/Shared/Themes/ApplicationTheme.cs#L13
Non-nullable field '_name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: blazam.org/App.razor#L28
Dereference of a possibly null reference.
build: blazam.org/App.razor#L34
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.
build: blazam.org/Update.cs#L63
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: blazam.org/Update.cs#L64
Non-nullable property 'DownloadUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.