chores: 代码清理 #112
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
HyPlayer.NeteaseProvider/Models/NeteaseSearchContainer.cs#L133
Unreachable code detected
|
|
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/RadioChannelToNeteaseRadioChannelMapper.cs#L14
Possible null reference assignment.
|
|
build:
HyPlayer.NeteaseProvider/Mappers/VideoItemToNeteaseVideoMapper.cs#L15
Possible null reference assignment.
|