Skip to content

GHelper v0.102

GHelper v0.102 #38

Re-run triggered July 25, 2023 18:43
Status Failure
Total duration 1m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
release
Process completed with exit code 1.
release: app/Settings.cs#L978
Cannot convert null literal to non-nullable reference type.
release: app/AppConfig.cs#L113
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/AppConfig.cs#L69
Possible null reference return.
release: app/AppConfig.cs#L99
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
release: app/AppConfig.cs#L116
Possible null reference return.