Skip to content

GHelper v0.106

GHelper v0.106 #42

Triggered via release August 5, 2023 11:32
@seergeseerge
published v0.106
Status Success
Total duration 1m 20s
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/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.
release: app/AppConfig.cs#L69
Possible null reference return.
release: app/AppConfig.cs#L101
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
release: app/AppConfig.cs#L123
Possible null reference return.
release: app/Helpers/Startup.cs#L56
The variable 'e' is declared but never used
release: app/Helpers/Startup.cs#L75
The variable 'e' is declared but never used