Skip to content

Release v0.37.1

Release v0.37.1 #352

Triggered via pull request February 28, 2024 22:27
@DorielRivaletDorielRivalet
synchronize #310
release
Status Failure
Total duration 2m 12s
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#L72
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (6.0.x): MHFZ_Overlay/Views/Windows/MainWindow.xaml.cs#L276
Non-nullable property 'GlobalHook' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (6.0.x): MHFZ_Overlay/Views/Windows/MainWindow.xaml.cs#L955
Unboxing a possibly null value.
build (6.0.x): MHFZ_Overlay/Services/ApplicationService.cs#L49
Cannot convert null literal to non-nullable reference type.
build (6.0.x): MHFZ_Overlay/ViewModels/Windows/BingoWindowViewModel.cs#L126
Non-nullable property 'GaugeSeries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (6.0.x): MHFZ_Overlay/ViewModels/Windows/BingoWindowViewModel.cs#L126
Non-nullable property 'VisualElements' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.