Skip to content

chores: Code CleanUp, Add checkToken to PlaylistCreateApi #89

chores: Code CleanUp, Add checkToken to PlaylistCreateApi

chores: Code CleanUp, Add checkToken to PlaylistCreateApi #89

Triggered via push February 10, 2025 02:52
Status Failure
Total duration 42s
Artifacts

nuget-push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: HyPlayer.NeteaseApi/ApiContracts/MlogRcmdFeedListApi.cs#L36
Possible null reference assignment.
build: HyPlayer.NeteaseProvider/Mappers/VideoItemToNeteaseVideoMapper.cs#L15
Possible null reference assignment.
build: HyPlayer.NeteaseProvider/Models/NeteaseRadioChannel.cs#L15
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: HyPlayer.NeteaseProvider/Models/NeteaseRadioChannel.cs#L21
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: HyPlayer.NeteaseProvider/Models/NeteaseRadioChannel.cs#L26
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: HyPlayer.NeteaseProvider/Models/NeteaseRadioChannel.cs#L33
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: HyPlayer.NeteaseProvider/Models/NeteaseMv.cs#L13
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: HyPlayer.NeteaseProvider/Models/NeteaseSearchContainer.cs#L96
Converting null literal or possible null value to non-nullable type.
build: HyPlayer.NeteaseProvider/Models/NeteaseSearchContainer.cs#L95
Nullability of reference types in value of type '(bool, List<ProvidableItemBase?>)' doesn't match target type '(bool, List<ProvidableItemBase>)'.