Add OnCompleted event to PlaySongInfo class #1111
Open
Annotations
10 warnings
|
打包:
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