Skip to content

Add ci/cd to project #2

Add ci/cd to project

Add ci/cd to project #2

Triggered via push July 21, 2024 10:29
Status Success
Total duration 32s
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/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.
build: Muse/Player/Players/WindowsPlayer.cs#L25
Non-nullable field 'fileName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Muse/Player/Players/WindowsPlayer.cs#L27
Non-nullable event 'PlaybackFinished' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
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).