Skip to content

升级到 v2.1.10

升级到 v2.1.10 #40

Triggered via push January 14, 2025 02:50
Status Success
Total duration 2m 20s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/ComputerLock/App.xaml.cs#L28
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.
build: src/ComputerLock/App.xaml.cs#L28
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.