Skip to content

GHelper v0.107

GHelper v0.107 #43

Triggered via release August 6, 2023 16:58
@seergeseerge
published v0.107
Status Success
Total duration 1m 48s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
release: app/AppConfig.cs#L120
Cannot convert null literal to non-nullable reference type.
release: app/Settings.cs#L988
Cannot convert null literal to non-nullable reference type.
release: app/AppConfig.cs#L38
Possible null reference assignment.
release: app/Updates.cs#L53
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
release: app/Updates.cs#L58
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
release: app/AnimeMatrix/AnimeMatrixDevice.cs#L141
Possible null reference return.
release: app/AnimeMatrix/AnimeMatrixDevice.cs#L144
Possible null reference return.
release: app/HardwareControl.cs#L86
Possible null reference return.
release: app/Input/KeyboardHook.cs#L89
Nullability of reference types in type of parameter 'sender' of 'anonymous method' doesn't match the target delegate 'EventHandler<KeyPressedEventArgs>' (possibly because of nullability attributes).
release: app/Input/KeyboardHook.cs#L86
Non-nullable event 'KeyPressed' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.