Enhance SongPlayer with queue management features #1110
Closed
Annotations
7 errors and 10 warnings
|
打包
Process completed with exit code 1.
|
|
打包:
src/MusicPlayer/SongPlayer.cs#L88
'PlaySongInfo' does not contain a definition for 'OnCompleted' and no accessible extension method 'OnCompleted' accepting a first argument of type 'PlaySongInfo' could be found (are you missing a using directive or an assembly reference?)
|
|
打包:
src/MusicPlayer/SongPlayer.cs#L65
'PlaySongInfo' does not contain a definition for 'SongName' and no accessible extension method 'SongName' accepting a first argument of type 'PlaySongInfo' could be found (are you missing a using directive or an assembly reference?)
|
|
打包:
src/MusicPlayer/SongPlayer.cs#L42
'PlaySongInfo' does not contain a definition for 'OnCompleted' and no accessible extension method 'OnCompleted' accepting a first argument of type 'PlaySongInfo' could be found (are you missing a using directive or an assembly reference?)
|
|
打包:
src/MusicPlayer/SongPlayer.cs#L88
'PlaySongInfo' does not contain a definition for 'OnCompleted' and no accessible extension method 'OnCompleted' accepting a first argument of type 'PlaySongInfo' could be found (are you missing a using directive or an assembly reference?)
|
|
打包:
src/MusicPlayer/SongPlayer.cs#L65
'PlaySongInfo' does not contain a definition for 'SongName' and no accessible extension method 'SongName' accepting a first argument of type 'PlaySongInfo' could be found (are you missing a using directive or an assembly reference?)
|
|
打包:
src/MusicPlayer/SongPlayer.cs#L42
'PlaySongInfo' does not contain a definition for 'OnCompleted' and no accessible extension method 'OnCompleted' accepting a first argument of type 'PlaySongInfo' could be found (are you missing a using directive or an assembly reference?)
|
|
打包:
src/Submodules/TShockWorldModify/WorldModify/Data/ChineseLanguage.cs#L96
Converting null literal or possible null value to non-nullable type.
|
|
打包:
src/Submodules/TShockWorldModify/WorldModify/Data/ChineseLanguage.cs#L76
Unboxing a possibly null value.
|
|
打包:
src/Submodules/TShockWorldModify/WorldModify/Data/ChineseLanguage.cs#L73
Dereference of a possibly null reference.
|
|
打包:
src/Submodules/TShockWorldModify/WorldModify/Data/TileInfo.cs#L139
Non-nullable field 'color' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
打包:
src/Submodules/TShockWorldModify/WorldModify/Data/TileInfo.cs#L138
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
打包:
src/Submodules/TShockWorldModify/WorldModify/WorldModify.cs#L25
Possible null reference return.
|
|
打包:
src/Submodules/TShockWorldModify/WorldModify/utils.cs#L424
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
|
打包:
src/Submodules/TShockWorldModify/WorldModify/utils.cs#L418
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
打包:
src/Submodules/TShockFishShop/TShockFishShop/utils.cs#L14
The type name 'utils' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
打包:
src/Submodules/TShockFishShop/TShockFishShop/utils.cs#L14
The type name 'utils' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Loading