Skip to content

chores: 代码清理 #112

chores: 代码清理

chores: 代码清理 #112

Triggered via push August 24, 2025 04:20
Status Failure
Total duration 39s
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.NeteaseProvider/Models/NeteaseSearchContainer.cs#L96
Nullability of reference types in value of type '(bool, List<ProvidableItemBase?>)' doesn't match target type '(bool, List<ProvidableItemBase>)'.
build: HyPlayer.NeteaseProvider/Models/NeteaseSearchContainer.cs#L97
Converting null literal or possible null value to non-nullable type.
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/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#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#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/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/Mappers/VideoItemToNeteaseVideoMapper.cs#L15
Possible null reference assignment.