Skip to content

Bump Terminal.Gui from 1.8.2 to 1.17.1 #4

Bump Terminal.Gui from 1.8.2 to 1.17.1

Bump Terminal.Gui from 1.8.2 to 1.17.1 #4

Triggered via push July 21, 2024 10:31
Status Success
Total duration 31s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Muse/Player/Player.cs#L34
Nullability of reference types in type of parameter 'sender' of 'void Player.OnPlaybackFinished(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: Muse/Player/Player.cs#L15
Non-nullable event 'PlaybackFinished' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Muse/Player/Players/WindowsPlayer.cs#L47
Nullability of reference types in type of parameter 'sender' of 'void WindowsPlayer.HandlePlaybackFinished(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
build: Muse/Player/Players/WindowsPlayer.cs#L100
Cannot convert null literal to non-nullable reference type.
build: Muse/Player/Players/UnixPlayerBase.cs#L26
Nullability of reference types in type of parameter 'sender' of 'void UnixPlayerBase.HandlePlaybackFinished(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: Muse/Player/Players/UnixPlayerBase.cs#L28
Nullability of reference types in type of parameter 'sender' of 'void UnixPlayerBase.HandlePlaybackFinished(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: Muse/Player/Players/UnixPlayerBase.cs#L9
Non-nullable field 'process' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Muse/Player/Players/UnixPlayerBase.cs#L14
Non-nullable event 'PlaybackFinished' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Muse/Player/Players/WindowsPlayer.cs#L23
Non-nullable field 'playbackTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Muse/Player/Players/WindowsPlayer.cs#L24
Non-nullable field 'playStopwatch' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.