Version 3 #458
Annotations
10 warnings
build:
Sharpcaster/Converters/RepeatModeEnumConverter.cs#L12
Converting null literal or possible null value to non-nullable type.
|
build:
Sharpcaster/Converters/PlayerStateEnumConverter.cs#L12
Converting null literal or possible null value to non-nullable type.
|
build:
Sharpcaster/Models/Queue/QueueData.cs#L46
Non-nullable property 'QueueType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Sharpcaster/Models/Queue/QueueData.cs#L40
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:
Sharpcaster/Models/Queue/QueueData.cs#L34
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Sharpcaster/Models/Queue/QueueData.cs#L28
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Sharpcaster/Models/Queue/QueueData.cs#L22
Non-nullable property 'Entity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Sharpcaster/Models/Queue/QueueData.cs#L16
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Sharpcaster/Models/Queue/QueueItem.cs#L38
Non-nullable property 'ActiveTrackIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Sharpcaster/Models/Queue/QueueItem.cs#L17
Non-nullable property 'Media' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|