test #3
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/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.
|
build:
src/ComputerLock/Platforms/Locker.cs#L9
Non-nullable event 'OnUnlock' 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.
|