Skip to content

EA to public

EA to public #102

Triggered via pull request January 12, 2024 12:47
Status Failure
Total duration 3m 18s
Artifacts

publish-hc.yml

on: pull_request
Build and Release
3m 5s
Build and Release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Build and Release: HandheldCompanion/Controllers/NeptuneController.cs#L349
'NeptuneController.Cleanup()': no suitable method found to override
Build and Release: HandheldCompanion/Devices/AOKZOE/AOKZOEA1.cs#L132
Type 'AOKZOEA1' already defines a member called 'GetGlyph' with the same parameter types
Build and Release: HandheldCompanion/Devices/AYANEO/AYANEO2021.cs#L73
Type 'AYANEO2021' already defines a member called 'GetGlyph' with the same parameter types
Build and Release: HandheldCompanion/Devices/GPD/GPDWinMax2.cs#L61
Type 'GPDWinMax2' already defines a member called 'GetGlyph' with the same parameter types
Build and Release: HandheldCompanion/Devices/OneXPlayer/OneXPlayerMini.cs#L75
Type 'OneXPlayerMini' already defines a member called 'GetGlyph' with the same parameter types
Build and Release: HandheldCompanion/Controllers/NeptuneController.cs#L349
'NeptuneController.Cleanup()': no suitable method found to override
Build and Release: HandheldCompanion/Devices/AOKZOE/AOKZOEA1.cs#L132
Type 'AOKZOEA1' already defines a member called 'GetGlyph' with the same parameter types
Build and Release: HandheldCompanion/Devices/AYANEO/AYANEO2021.cs#L73
Type 'AYANEO2021' already defines a member called 'GetGlyph' with the same parameter types
Build and Release: HandheldCompanion/Devices/GPD/GPDWinMax2.cs#L61
Type 'GPDWinMax2' already defines a member called 'GetGlyph' with the same parameter types
Build and Release: HandheldCompanion/Devices/OneXPlayer/OneXPlayerMini.cs#L75
Type 'OneXPlayerMini' already defines a member called 'GetGlyph' with the same parameter types
Build and Release: HandheldCompanion/Misc/DeviceHelper.cs#L220
'ReliabilityContractAttribute' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
Build and Release: HandheldCompanion/Misc/DeviceHelper.cs#L220
'Consistency' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
Build and Release: HandheldCompanion/Misc/DeviceHelper.cs#L220
'Cer' is obsolete: 'The Constrained Execution Region (CER) feature is not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0004)
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#L147
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).