升级组件 #12
Annotations
10 warnings
build:
src/ComputerLock/App.xaml.cs#L27
Possible null reference assignment.
|
build:
src/ComputerLock/Configuration/AppBase.cs#L10
Dereference of a possibly null reference.
|
build:
src/ComputerLock/Configuration/AppBase.cs#L23
Possible null reference assignment.
|
build:
src/ComputerLock/Hooks/KeyboardHook.cs#L68
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).
|
build:
src/ComputerLock/Hooks/KeyboardHook.cs#L65
Non-nullable event 'KeyPressed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
build:
src/ComputerLock/Hooks/KeyboardHook.cs#L23
Non-nullable event 'KeyPressed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
build:
src/ComputerLock/Pages/Index.razor.cs#L154
Dereference of a possibly null reference.
|
build:
src/ComputerLock/Pages/Index.razor.cs#L244
Dereference of a possibly null reference.
|
build:
src/ComputerLock/Pages/Index.razor.cs#L253
Possible null reference assignment.
|
build:
src/ComputerLock/Platforms/Locker.cs#L9
Non-nullable event 'OnLock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|