Skip to content

Version 3

Version 3 #458

Triggered via pull request August 10, 2025 19:42
@TapanilaTapanila
synchronize #355
version-3
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.