GHelper v0.107 #43
Annotations
10 warnings
release:
app/AppConfig.cs#L120
Cannot convert null literal to non-nullable reference type.
|
release:
app/Settings.cs#L988
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/HardwareControl.cs#L86
Possible null reference return.
|
release:
app/Input/KeyboardHook.cs#L89
Nullability of reference types in type of parameter 'sender' of 'anonymous method' doesn't match the target delegate 'EventHandler<KeyPressedEventArgs>' (possibly because of nullability attributes).
|
release:
app/Input/KeyboardHook.cs#L86
Non-nullable event 'KeyPressed' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|