refactor, #63
githubpages.yml
on: push
deploy-to-github-pages
1m 34s
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#L35
Possible null reference assignment.
|
deploy-to-github-pages:
MusicReleases/Controllers/DatabaseControllers/DatabaseArtistsControllerOld.cs#L36
Possible null reference assignment.
|
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#L45
Dereference of a possibly null reference.
|
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.
|