Skip to content

refactor,

refactor, #63

Triggered via push September 24, 2024 23:00
Status Success
Total duration 1m 44s
Artifacts

githubpages.yml

on: push
deploy-to-github-pages
1m 34s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
deploy-to-github-pages: SpotifyApi/Controllers/SpotifyControllerRelease.cs#L85
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: MusicReleases/Web/Components/LoggedIn/Menus/Artists/MenuArtists.razor#L30
Component 'ButtonUpdate' expects a value for the parameter 'OnUpdating', but a value may not have been provided.
deploy-to-github-pages: MusicReleases/Web/Components/LoggedIn/Menus/Artists/MenuArtists.razor#L37
Component 'ButtonUpdate' expects a value for the parameter 'OnUpdating', but a value may not have been provided.
deploy-to-github-pages: MusicReleases/Web/Components/LoggedIn/Menus/Playlists/MenuPlaylists.razor#L29
Component 'ButtonUpdate' expects a value for the parameter 'OnUpdating', but a value may not have been provided.
deploy-to-github-pages: MusicReleases/Web/Components/LoggedIn/Menus/Playlists/MenuPlaylists.razor#L36
Component 'ButtonUpdate' expects a value for the parameter 'OnUpdating', but a value may not have been provided.
deploy-to-github-pages: MusicReleases/Controllers/DatabaseControllers/DatabaseArtistsControllerOld.cs#L37
Possible null reference argument for parameter 'artistId' in 'SortedSet<SpotifyRelease> DatabaseArtistsControllerOld.GetReleasesDb(string artistId, SpotifyReleasesDb db)'.
deploy-to-github-pages: MusicReleases/Controllers/DatabaseControllers/DatabaseArtistsControllerOld.cs#L22
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.