移动个人电台至我的页面 #90
Annotations
2 errors and 10 warnings
|
|
NonsPlayer.Launcher/NonsPlayer.Launcher.cpp#L23
'argument': conversion from 'size_t' to 'DWORD', possible loss of data
|
NonsPlayer.Launcher/NonsPlayer.Launcher.cpp#L24
'argument': conversion from 'size_t' to 'DWORD', possible loss of data
|
NonsPlayer.Core/Contracts/Models/Music/IMusic.cs#L16
'IMusic.Name' hides inherited member 'INonsModel.Name'. Use the new keyword if hiding was intended.
|
NonsPlayer.Core/Contracts/Models/Nons/IAccount.cs#L7
'IAccount.Name' hides inherited member 'INonsModel.Name'. Use the new keyword if hiding was intended.
|
NonsPlayer.Core/Utils/HttpUtils.cs#L24
Cannot convert null literal to non-nullable reference type.
|
NonsPlayer.Core/Models/LocalMusic.cs#L103
Nullability of reference types in return type of 'Task<Lyric?> LocalMusic.GetLyric()' doesn't match implicitly implemented member 'Task<Lyric> IMusic.GetLyric()'.
|
NonsPlayer.Core/AMLL/Models/LyricWord.cs#L10
Non-nullable property 'Pure' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NonsPlayer.Core/Contracts/Plugins/IPlugin.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NonsPlayer.Core/Contracts/Plugins/IPlugin.cs#L17
Non-nullable property 'DisPlayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NonsPlayer.Core/Contracts/Plugins/IPlugin.cs#L17
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job was cancelled
Loading