Skip to content

GHelper v0.110

GHelper v0.110 #46

Triggered via release August 12, 2023 14:24
@seergeseerge
published v0.110
Status Success
Total duration 1m 35s
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#L998
Cannot convert null literal to non-nullable reference type.
release: app/AsusACPI.cs#L181
The variable 'result' is declared but never used
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/Updates.cs#L109
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
release: app/Updates.cs#L109
Possible null reference assignment.
release: app/AnimeMatrix/AnimeMatrixDevice.cs#L141
Possible null reference return.
release: app/AnimeMatrix/AnimeMatrixDevice.cs#L144
Possible null reference return.
release: app/Updates.cs#L126
Dereference of a possibly null reference.