GHelper v0.112 #48
Annotations
10 warnings
app/AppConfig.cs#L120
Cannot convert null literal to non-nullable reference type.
|
app/Settings.cs#L1015
Cannot convert null literal to non-nullable reference type.
|
app/AppConfig.cs#L38
Possible null reference assignment.
|
app/AnimeMatrix/AnimeMatrixDevice.cs#L141
Possible null reference return.
|
app/AnimeMatrix/AnimeMatrixDevice.cs#L144
Possible null reference return.
|
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.
|
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.
|
app/AppConfig.cs#L69
Possible null reference return.
|
app/Updates.cs#L109
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
|
app/Updates.cs#L109
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading