升级到 v2.1.7 #37
Annotations
26 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, olegtarasov/[email protected], softprops/[email protected]. 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/checkout@v2, actions/setup-dotnet@v1, olegtarasov/[email protected], softprops/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/AppBase.cs#L11
Dereference of a possibly null reference.
|
build:
src/AppBase.cs#L24
Possible null reference assignment.
|
build:
src/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/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/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/Pages/Index.razor.cs#L148
Dereference of a possibly null reference.
|
build:
src/App.xaml.cs#L27
Possible null reference assignment.
|
build:
src/Pages/Index.razor.cs#L236
Dereference of a possibly null reference.
|
build:
src/Pages/Index.razor.cs#L245
Possible null reference assignment.
|
build:
src/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/App.xaml.cs#L27
Possible null reference assignment.
|
build:
src/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/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/Pages/Index.razor.cs#L148
Dereference of a possibly null reference.
|
build:
src/Pages/Index.razor.cs#L236
Dereference of a possibly null reference.
|
build:
src/Pages/Index.razor.cs#L245
Possible null reference assignment.
|
build:
src/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/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/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/AppBase.cs#L11
Dereference of a possibly null reference.
|
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
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
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/
|