Version 3 #460
Annotations
10 warnings
Build:
Sharpcaster/ChromeCastClient.cs#L221
Possible null reference argument for parameter 'stream' in 'Task<byte[]> StreamExtensions.ReadAsync(SslStream stream, int bufferLength, CancellationToken cancellationToken = default(CancellationToken))'.
|
Build:
Sharpcaster/ChromeCastClient.cs#L199
Possible null reference return.
|
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.
|
Loading