Build and Release HandheldCompanion #53
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
publish-hc.yml
on: workflow_dispatch
Build and Release
5m 2s
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/Platforms/RTSS.cs#L238
'RTSS.Process_Exited(object?, EventArgs)' hides inherited member 'IPlatform.Process_Exited(object?, EventArgs)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build and Release:
HandheldCompanion/Sensors/IMUAccelerometer.cs#L162
The member 'IMUAccelerometer.GetCurrentReading(bool, bool)' does not hide an accessible member. The new keyword is not required.
|
Build and Release:
HandheldCompanion/Sensors/IMUGyrometer.cs#L156
The member 'IMUGyrometer.GetCurrentReading()' does not hide an accessible member. The new keyword is not required.
|