Skip to content

Merge branch 'main' of https://github.com/seerge/g-helper #59

Merge branch 'main' of https://github.com/seerge/g-helper

Merge branch 'main' of https://github.com/seerge/g-helper #59

Triggered via push July 25, 2023 18:10
Status Success
Total duration 1m 44s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: app/AppConfig.cs#L113
Cannot convert null literal to non-nullable reference type.
build: app/Settings.cs#L978
Cannot convert null literal to non-nullable reference type.
build: app/AppConfig.cs#L38
Possible null reference assignment.
build: 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.
build: 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.
build: app/AsusACPI.cs#L180
The variable 'result' is declared but never used
build: app/Updates.cs#L109
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
build: app/Updates.cs#L109
Possible null reference assignment.
build: app/Updates.cs#L126
Dereference of a possibly null reference.
build: app/Updates.cs#L134
Possible null reference assignment.