Fn-lock fix https://github.com/seerge/g-helper/issues/1413 #812
Annotations
10 warnings
app/AppConfig.cs#L149
Cannot convert null literal to non-nullable reference type.
|
app/Display/ScreenNative.cs#L10
Nullability of reference types in type of parameter 'x' of 'int DeviceComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
|
app/Display/ScreenNative.cs#L10
Nullability of reference types in type of parameter 'y' of 'int DeviceComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
|
app/Display/ScreenNative.cs#L26
Nullability of reference types in type of parameter 'x' of 'int ScreenComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
|
app/Display/ScreenNative.cs#L26
Nullability of reference types in type of parameter 'y' of 'int ScreenComparer.Compare(object x, object y)' doesn't match implicitly implemented member 'int IComparer.Compare(object? x, object? y)' (possibly because of nullability attributes).
|
app/Settings.cs#L1137
Cannot convert null literal to non-nullable reference type.
|
app/Updates.cs#L55
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#L60
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/Input/KeyboardHook.cs#L101
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).
|
app/Input/KeyboardHook.cs#L98
Non-nullable event 'KeyPressed' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
The logs for this run have expired and are no longer available.
Loading