Skip to content

Release v0.41.0

Release v0.41.0 #364

Triggered via pull request October 27, 2024 23:13
Status Failure
Total duration 2m 37s
Artifacts

dotnet.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build (6.0.x)
Process completed with exit code 1.
build (6.0.x): MHFZ_Overlay/Views/CustomControls/OutlinedTextBlock.cs#L297
Obsolete member 'OutlinedTextBlock.OnRender(DrawingContext)' overrides non-obsolete member 'UIElement.OnRender(DrawingContext)'
build (6.0.x): MHFZ_Overlay/Views/CustomControls/OutlinedTextBlock.cs#L331
Obsolete member 'OutlinedTextBlock.MeasureOverride(Size)' overrides non-obsolete member 'FrameworkElement.MeasureOverride(Size)'
build (6.0.x): MHFZ_Overlay/Views/CustomControls/OutlinedTextBlock.cs#L356
Obsolete member 'OutlinedTextBlock.ArrangeOverride(Size)' overrides non-obsolete member 'FrameworkElement.ArrangeOverride(Size)'
build (6.0.x): MHFZ_Overlay/Views/Windows/SettingsForm.xaml.cs#L47
Possible null reference assignment.
build (6.0.x): MHFZ_Overlay/DataLoader.cs#L73
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (6.0.x): MHFZ_Overlay/Views/Windows/MainWindow.xaml.cs#L297
Non-nullable property 'GlobalHook' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (6.0.x): MHFZ_Overlay/Views/Windows/MainWindow.xaml.cs#L981
Unboxing a possibly null value.
build (6.0.x): MHFZ_Overlay/Views/Windows/MainWindow.xaml.cs#L1797
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.GlobalHookMouseDownExt(object sender, MouseEventExtArgs e)' doesn't match the target delegate 'EventHandler<MouseEventExtArgs>' (possibly because of nullability attributes).
build (6.0.x): MHFZ_Overlay/Views/Windows/MainWindow.xaml.cs#L1798
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.GlobalHookMouseUpExt(object sender, MouseEventExtArgs e)' doesn't match the target delegate 'EventHandler<MouseEventExtArgs>' (possibly because of nullability attributes).
build (6.0.x): MHFZ_Overlay/Views/Windows/MainWindow.xaml.cs#L1799
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.GlobalHookKeyPress(object sender, KeyPressEventArgs e)' doesn't match the target delegate 'KeyPressEventHandler' (possibly because of nullability attributes).