Skip to content

升级组件

升级组件 #12

Triggered via push December 27, 2024 14:19
Status Success
Total duration 1m 33s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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.