Fix RogAlly button support #54
publish-hc.yml
on: pull_request
Build and Release
5m 34s
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.
|