Skip to content

GHelper v0.177

GHelper v0.177 #130

Triggered via release June 24, 2024 12:43
@seergeseerge
published v0.177
Status Success
Total duration 2m 7s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release: app/Display/ScreenNative.cs#L10
Nullability of reference types in type of parameter 'x' of 'int DeviceComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
release: app/Display/ScreenNative.cs#L10
Nullability of reference types in type of parameter 'y' of 'int DeviceComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
release: app/Display/ScreenNative.cs#L26
Nullability of reference types in type of parameter 'x' of 'int ScreenComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
release: app/Display/ScreenNative.cs#L26
Nullability of reference types in type of parameter 'y' of 'int ScreenComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
release: app/AppConfig.cs#L204
Cannot convert null literal to non-nullable reference type.
release: app/Helpers/OnScreenKeyboard.cs#L88
Cannot convert null literal to non-nullable reference type.
release: app/Peripherals/Mouse/Models/GladiusII.cs#L365
'GladiusIIOriginPink.ParseLightingSetting(byte[], LightingZone)' hides inherited member 'GladiusIIOrigin.ParseLightingSetting(byte[], LightingZone)'. Use the new keyword if hiding was intended.
release: app/Settings.cs#L1612
Cannot convert null literal to non-nullable reference type.
release: app/Extra.cs#L105
Possible null reference argument for parameter 'value' in 'void AppConfig.Set(string name, string value)'.
release: app/Extra.cs#L108
Dereference of a possibly null reference.