尝试临时解决无法发布单文件的问题 #18
Annotations
25 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 `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/App.xaml.cs#L30
Possible null reference assignment.
|
build:
src/AppBase.cs#L12
Dereference of a possibly null reference.
|
build:
src/AppBase.cs#L25
Possible null reference assignment.
|
build:
src/AppSettings.cs#L48
Non-nullable property 'ShortcutKeyForLock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AppSettings.cs#L52
Non-nullable property 'ShortcutKeyDisplayForLock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Shared/MainLayout.razor#L84
Non-nullable field '_mudThemeProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Shared/MainLayout.razor#L84
Non-nullable field '_customTheme' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Shared/MainLayout.razor#L84
Non-nullable field '_settings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/LockService.cs#L13
Non-nullable field '_windowLockScreen' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Hooks/KeyboardHook.cs#L73
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/App.xaml.cs#L30
Possible null reference assignment.
|
build:
src/AppBase.cs#L12
Dereference of a possibly null reference.
|
build:
src/AppBase.cs#L25
Possible null reference assignment.
|
build:
src/AppSettings.cs#L48
Non-nullable property 'ShortcutKeyForLock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/AppSettings.cs#L52
Non-nullable property 'ShortcutKeyDisplayForLock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/App.xaml.cs#L47
Possible null reference return.
|
build:
src/App.xaml.cs#L19
Non-nullable field '_mutex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Shared/MainLayout.razor#L84
Non-nullable field '_mudThemeProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Shared/MainLayout.razor#L84
Non-nullable field '_customTheme' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/Shared/MainLayout.razor#L84
Non-nullable field '_settings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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/
|