Update Resources.zh-Hans.resx #156
publish-hc.yml
on: pull_request
Build and Release
3m 48s
Annotations
11 warnings
Build and Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L154
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/LibreHardwareMonitor.cs#L15
'LibreHardwareMonitor.updateLock' hides inherited member 'IPlatform.updateLock'. Use the new keyword if hiding was intended.
|
Build and Release:
HandheldCompanion/Platforms/RTSS.cs#L234
'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/Inputs/AxisState.cs#L73
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|