Skip to content

Fix ROGAlly inputs

Fix ROGAlly inputs #50

Triggered via pull request October 26, 2023 06:58
Status Success
Total duration 4m 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

publish-hc.yml

on: pull_request
Build and Release
4m 9s
Build and Release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Release: HandheldCompanion/Misc/IniFile.cs#L13
Cannot convert null literal to non-nullable reference type.
Build and Release: HandheldCompanion/Misc/IniFile.cs#L25
Cannot convert null literal to non-nullable reference type.
Build and Release: HandheldCompanion/Misc/IniFile.cs#L32
Cannot convert null literal to non-nullable reference type.
Build and Release: HandheldCompanion/Misc/IniFile.cs#L37
Cannot convert null literal to non-nullable reference type.
Build and Release: HandheldCompanion/Misc/IniFile.cs#L42
Cannot convert null literal to non-nullable reference type.
Build and Release: HandheldCompanion/Misc/IniFile.cs#L47
Cannot convert null literal to non-nullable reference type.
Build and Release: HandheldCompanion/Misc/Profile.cs#L153
Nullability of reference types in type of parameter 'obj' of 'int Profile.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
Build and Release: HandheldCompanion/Controls/Layout/LayoutTemplate.xaml.cs#L201
'LayoutTemplate.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
Build and Release: HandheldCompanion/Controls/Layout/LayoutTemplate.xaml.cs#L235
Nullability of reference types in type of parameter 'obj' of 'int LayoutTemplate.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
Build and Release: HandheldCompanion/Controls/Layout/LayoutTemplate.xaml.cs#L54
Cannot convert null literal to non-nullable reference type.