修改程序关闭时释放资源可能出错的问题 #94
Annotations
10 warnings
|
build:
src/ComputerLock/Components/TitleBar.razor.cs#L9
The field 'TitleBar._maximizerIcon' is assigned but its value is never used
|
|
build:
src/ComputerLock/Services/HotkeyScreenLockService.cs#L13
The event 'HotkeyScreenLockService.OnUnlock' is never used
|
|
build:
src/ComputerLock/Configuration/AppBase.cs#L11
Dereference of a possibly null reference.
|
|
build:
src/ComputerLock/App.xaml.cs#L20
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
src/ComputerLock/App.xaml.cs#L33
Possible null reference assignment.
|
|
build:
src/ComputerLock/Components/TitleBar.razor.cs#L9
The field 'TitleBar._maximizerIcon' is assigned but its value is never used
|
|
build:
src/ComputerLock/Services/HotkeyScreenLockService.cs#L13
The event 'HotkeyScreenLockService.OnUnlock' is never used
|
|
build:
src/ComputerLock/Configuration/AppBase.cs#L11
Dereference of a possibly null reference.
|
|
build:
src/ComputerLock/App.xaml.cs#L20
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
src/ComputerLock/App.xaml.cs#L33
Possible null reference assignment.
|