Add tools page #221
Annotations
20 warnings
Create release:
api/Models/YoutubeForm.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create release:
api/Models/YoutubeForm.cs#L11
Non-nullable property 'Youtube' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create release:
api/Models/TokenResponse.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create release:
api/Models/Credentials.cs#L5
Non-nullable property 'AdminPwd' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create release:
api/Controllers/AuthController.cs#L80
Converting null literal or possible null value to non-nullable type.
|
Create release:
api/Controllers/AuthController.cs#L94
Cannot convert null literal to non-nullable reference type.
|
Create release:
api/Controllers/DataController.cs#L35
Dereference of a possibly null reference.
|
Create release:
api/Controllers/DataController.cs#L35
Dereference of a possibly null reference.
|
Create release:
api/Controllers/DataController.cs#L47
Possible null reference argument for parameter 'artist' in 'string DataController.GetMusicKey(string songName, string artist, string songType)'.
|
Create release:
api/Controllers/DataController.cs#L47
Possible null reference argument for parameter 'songType' in 'string DataController.GetMusicKey(string songName, string artist, string songType)'.
|
Build:
api/Models/YoutubeForm.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
api/Models/YoutubeForm.cs#L11
Non-nullable property 'Youtube' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
api/Models/TokenResponse.cs#L5
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
api/Models/Credentials.cs#L5
Non-nullable property 'AdminPwd' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
api/Controllers/AuthController.cs#L80
Converting null literal or possible null value to non-nullable type.
|
Build:
api/Controllers/AuthController.cs#L94
Cannot convert null literal to non-nullable reference type.
|
Build:
api/Controllers/DataController.cs#L35
Dereference of a possibly null reference.
|
Build:
api/Controllers/DataController.cs#L35
Dereference of a possibly null reference.
|
Build:
api/Controllers/DataController.cs#L47
Possible null reference argument for parameter 'artist' in 'string DataController.GetMusicKey(string songName, string artist, string songType)'.
|
Build:
api/Controllers/DataController.cs#L47
Possible null reference argument for parameter 'songType' in 'string DataController.GetMusicKey(string songName, string artist, string songType)'.
|
Loading