Skip to content

Merge pull request #233 from TeamWheelWizard/Leaderboard #596

Merge pull request #233 from TeamWheelWizard/Leaderboard

Merge pull request #233 from TeamWheelWizard/Leaderboard #596

Triggered via push February 23, 2026 14:21
Status Success
Total duration 1m 31s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test: WheelWizard/Views/Pages/UserProfilePage.axaml.cs#L439
'UserProfilePage.PropertyChanged' hides inherited member 'AvaloniaObject.PropertyChanged'. Use the new keyword if hiding was intended.
Build and Test: WheelWizard/Views/Popups/PlayerProfileWindow.axaml.cs#L143
'PlayerProfileWindow.PropertyChanged' hides inherited member 'AvaloniaObject.PropertyChanged'. Use the new keyword if hiding was intended.
Build and Test: WheelWizard/Views/Pages/RoomsPage.axaml.cs#L138
'RoomsPage.PropertyChanged' hides inherited member 'AvaloniaObject.PropertyChanged'. Use the new keyword if hiding was intended.
Build and Test: WheelWizard/Views/Pages/RoomDetailsPage.axaml.cs#L244
'RoomDetailsPage.PropertyChanged' hides inherited member 'AvaloniaObject.PropertyChanged'. Use the new keyword if hiding was intended.
Build and Test: WheelWizard/Views/Popups/Base/PopupWindow.axaml.cs#L164
'PopupWindow.PropertyChanged' hides inherited member 'AvaloniaObject.PropertyChanged'. Use the new keyword if hiding was intended.
Build and Test: WheelWizard/Views/Pages/FriendsPage.axaml.cs#L385
'FriendsPage.PropertyChanged' hides inherited member 'AvaloniaObject.PropertyChanged'. Use the new keyword if hiding was intended.
Build and Test: WheelWizard/Views/Components/WhWzLibrary/VrHistoryGraph.axaml.cs#L534
'VrHistoryGraph.PropertyChanged' hides inherited member 'AvaloniaObject.PropertyChanged'. Use the new keyword if hiding was intended.
Build and Test: WheelWizard/Views/Converters/NullToBoolConverter.cs#L10
Nullability of reference types in type of parameter 'parameter' of 'object NullToBoolConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
Build and Test: WheelWizard/Views/Converters/NullToBoolConverter.cs#L10
Nullability of reference types in type of parameter 'value' of 'object NullToBoolConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
Build and Test: WheelWizard/Views/Converters/NullToBoolConverter.cs#L8
Nullability of reference types in type of parameter 'parameter' of 'object NullToBoolConverter.Convert(object? value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).