Skip to content

Update to SDK version 2025.0.14 #120

Update to SDK version 2025.0.14

Update to SDK version 2025.0.14 #120

Triggered via push December 12, 2024 10:06
Status Success
Total duration 3m 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
build: Video Capture SDK X/Avalonia/Simple Video Capture/MainWindow.axaml.cs#L69
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.MainWindow_Activated(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: Video Capture SDK X/Avalonia/Simple Video Capture/MainWindow.axaml.cs#L57
Non-nullable field 'VideoCapture1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Video Capture SDK X/Avalonia/Simple Video Capture/MainWindow.axaml.cs#L166
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Video Capture SDK X/Avalonia/Simple Video Capture/MainWindow.axaml.cs#L159
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Window_Closing(object sender, CancelEventArgs e)' doesn't match the target delegate 'EventHandler<WindowClosingEventArgs>' (possibly because of nullability attributes).
build: Video Capture SDK X/Avalonia/Simple Video Capture/MainWindow.axaml.cs#L214
Dereference of a possibly null reference.
build: Video Capture SDK X/Avalonia/Simple Video Capture/MainWindow.axaml.cs#L214
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.cbVideoInputDevice_SelectionChanged(object sender, SelectionChangedEventArgs e)' doesn't match the target delegate 'EventHandler<SelectionChangedEventArgs>' (possibly because of nullability attributes).
build: Video Capture SDK X/Avalonia/Simple Video Capture/MainWindow.axaml.cs#L218
Dereference of a possibly null reference.
build: Video Capture SDK X/Avalonia/Simple Video Capture/MainWindow.axaml.cs#L218
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.cbVideoInputFormat_SelectionChanged(object sender, SelectionChangedEventArgs e)' doesn't match the target delegate 'EventHandler<SelectionChangedEventArgs>' (possibly because of nullability attributes).
build: Video Capture SDK X/Avalonia/Simple Video Capture/MainWindow.axaml.cs#L222
Dereference of a possibly null reference.
build: Video Capture SDK X/Avalonia/Simple Video Capture/MainWindow.axaml.cs#L225
Dereference of a possibly null reference.
build: Media Blocks SDK/Avalonia/Simple Player/MainWindow.axaml.cs#L59
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.MainWindow_Activated(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: Media Blocks SDK/Avalonia/Simple Player/MainWindow.axaml.cs#L60
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.MainWindow_Closing(object sender, CancelEventArgs e)' doesn't match the target delegate 'EventHandler<WindowClosingEventArgs>' (possibly because of nullability attributes).
build: Media Blocks SDK/Avalonia/Simple Player/MainWindow.axaml.cs#L50
Non-nullable field '_pipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Media Blocks SDK/Avalonia/Simple Player/MainWindow.axaml.cs#L50
Non-nullable field '_videoRenderer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Media Blocks SDK/Avalonia/Simple Player/MainWindow.axaml.cs#L50
Non-nullable field '_audioRenderer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Media Blocks SDK/Avalonia/Simple Player/MainWindow.axaml.cs#L50
Non-nullable field '_fileSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Media Blocks SDK/Avalonia/Simple Player/MainWindow.axaml.cs#L50
Non-nullable field '_tmPosition' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Media Blocks SDK/Avalonia/Simple Player/MainWindow.axaml.cs#L69
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Pipeline_OnError(object sender, ErrorsEventArgs e)' doesn't match the target delegate 'EventHandler<ErrorsEventArgs>' (possibly because of nullability attributes).
build: Media Blocks SDK/Avalonia/Simple Player/MainWindow.axaml.cs#L70
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Pipeline_OnStop(object sender, StopEventArgs e)' doesn't match the target delegate 'EventHandler<StopEventArgs>' (possibly because of nullability attributes).
build: Media Blocks SDK/Avalonia/Simple Player/MainWindow.axaml.cs#L78
Cannot convert null literal to non-nullable reference type.
build: Media Player SDK X/Avalonia/Simple Media Player/MainWindow.axaml.cs#L60
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.MainWindow_Activated(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: Media Player SDK X/Avalonia/Simple Media Player/MainWindow.axaml.cs#L61
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.MainWindow_Closing(object sender, CancelEventArgs e)' doesn't match the target delegate 'EventHandler<WindowClosingEventArgs>' (possibly because of nullability attributes).
build: Media Player SDK X/Avalonia/Simple Media Player/MainWindow.axaml.cs#L51
Non-nullable field '_tmPosition' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Media Player SDK X/Avalonia/Simple Media Player/MainWindow.axaml.cs#L51
Non-nullable field '_player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Media Player SDK X/Avalonia/Simple Media Player/MainWindow.axaml.cs#L70
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Player_OnError(object sender, ErrorsEventArgs e)' doesn't match the target delegate 'EventHandler<ErrorsEventArgs>' (possibly because of nullability attributes).
build: Media Player SDK X/Avalonia/Simple Media Player/MainWindow.axaml.cs#L71
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Player_OnStop(object sender, StopEventArgs e)' doesn't match the target delegate 'EventHandler<StopEventArgs>' (possibly because of nullability attributes).
build: Media Player SDK X/Avalonia/Simple Media Player/MainWindow.axaml.cs#L74
Cannot convert null literal to non-nullable reference type.
build: Media Player SDK X/Avalonia/Simple Media Player/MainWindow.axaml.cs#L135
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Player_OnStop(object sender, StopEventArgs e)' doesn't match the target delegate 'EventHandler<StopEventArgs>' (possibly because of nullability attributes).
build: Media Player SDK X/Avalonia/Simple Media Player/MainWindow.axaml.cs#L136
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.Player_OnError(object sender, ErrorsEventArgs e)' doesn't match the target delegate 'EventHandler<ErrorsEventArgs>' (possibly because of nullability attributes).
build: Media Player SDK X/Avalonia/Simple Media Player/MainWindow.axaml.cs#L150
Dereference of a possibly null reference.
build: Video Edit SDK X/Avalonia/VideoJoin/MainWindow.axaml.cs#L41
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.MainWindow_Activated(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: Video Edit SDK X/Avalonia/VideoJoin/MainWindow.axaml.cs#L42
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.MainWindow_Closing(object sender, CancelEventArgs e)' doesn't match the target delegate 'EventHandler<WindowClosingEventArgs>' (possibly because of nullability attributes).
build: Video Edit SDK X/Avalonia/VideoJoin/MainWindow.axaml.cs#L35
Non-nullable field 'VideoEdit1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Video Edit SDK X/Avalonia/VideoJoin/MainWindow.axaml.cs#L83
Dereference of a possibly null reference.
build: Video Edit SDK X/Avalonia/VideoJoin/MainWindow.axaml.cs#L83
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.btSelectFile_Click(object sender, RoutedEventArgs e)' doesn't match the target delegate 'EventHandler<RoutedEventArgs>' (possibly because of nullability attributes).
build: Video Edit SDK X/Avalonia/VideoJoin/MainWindow.axaml.cs#L88
Dereference of a possibly null reference.
build: Video Edit SDK X/Avalonia/VideoJoin/MainWindow.axaml.cs#L88
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.btStart_Click(object sender, RoutedEventArgs e)' doesn't match the target delegate 'EventHandler<RoutedEventArgs>' (possibly because of nullability attributes).
build: Video Edit SDK X/Avalonia/VideoJoin/MainWindow.axaml.cs#L91
Dereference of a possibly null reference.
build: Video Edit SDK X/Avalonia/VideoJoin/MainWindow.axaml.cs#L91
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.btStop_Click(object sender, RoutedEventArgs e)' doesn't match the target delegate 'EventHandler<RoutedEventArgs>' (possibly because of nullability attributes).
build: Video Edit SDK X/Avalonia/VideoJoin/MainWindow.axaml.cs#L94
Dereference of a possibly null reference.