UI #53
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/AnimeMatrix/AnimeMatrixDevice.cs#L141
Possible null reference return.
|
build:
app/AnimeMatrix/AnimeMatrixDevice.cs#L144
Possible null reference return.
|
build:
app/AsusACPI.cs#L180
The variable 'result' is declared but never used
|
build:
app/HardwareControl.cs#L50
Possible null reference return.
|
build:
app/AppConfig.cs#L69
Possible null reference return.
|