Improve error handling #229
Annotations
20 warnings
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/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/SongForm.cs#L8
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Create release:
api/Controllers/DataController.cs#L30
Dereference of a possibly null reference.
|
Create release:
api/Controllers/DataController.cs#L30
Dereference of a possibly null reference.
|
Create release:
api/Controllers/DataController.cs#L34
Converting null literal or possible null value to non-nullable type.
|
Create release:
api/Controllers/DataController.cs#L39
Converting null literal or possible null value to non-nullable type.
|
Create release:
api/Controllers/AuthController.cs#L80
Converting null literal or possible null value to non-nullable type.
|
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/SongForm.cs#L8
Non-nullable property 'Key' 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/DataController.cs#L30
Dereference of a possibly null reference.
|
Build:
api/Controllers/DataController.cs#L30
Dereference of a possibly null reference.
|
Build:
api/Controllers/DataController.cs#L34
Converting null literal or possible null value to non-nullable type.
|
Build:
api/Controllers/DataController.cs#L39
Converting null literal or possible null value to non-nullable type.
|
Build:
api/Controllers/AuthController.cs#L80
Converting null literal or possible null value to non-nullable type.
|
Loading