Moved hotkey handling to main window and fixed a possible crash. #178
Annotations
19 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/[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/
|
EVEData/ZKillRedisQ.cs#L184
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
EVEData/EveManager.cs#L3254
The variable 'e' is declared but never used
|
SMT/MainWindow.xaml.cs#L2520
The variable 'exception' is declared but never used
|
SMT/Overlay.xaml.cs#L271
The field 'Overlay.currentPlayerSystemData' is never used
|
SMT/MainWindow.xaml.cs#L2520
The variable 'exception' is declared but never used
|
SMT/Overlay.xaml.cs#L271
The field 'Overlay.currentPlayerSystemData' is never used
|
DataGen/Program.cs#L45
'SvgTextElement.SvgTextElement(string, float, float)' is obsolete: 'Must pass SvgLength, for x and y, which specifies a unit. Use the new constructor override'
|
DataGen/Program.cs#L97
'SvgTextElement.SvgTextElement(string, float, float)' is obsolete: 'Must pass SvgLength, for x and y, which specifies a unit. Use the new constructor override'
|
DataGen/Program.cs#L7
Non-nullable property 'EM' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
EVEData/ZKillRedisQ.cs#L184
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
EVEData/EveManager.cs#L3254
The variable 'e' is declared but never used
|
SMT/MainWindow.xaml.cs#L2520
The variable 'exception' is declared but never used
|
SMT/Overlay.xaml.cs#L271
The field 'Overlay.currentPlayerSystemData' is never used
|
SMT/MainWindow.xaml.cs#L2520
The variable 'exception' is declared but never used
|
SMT/Overlay.xaml.cs#L271
The field 'Overlay.currentPlayerSystemData' is never used
|
DataGen/Program.cs#L45
'SvgTextElement.SvgTextElement(string, float, float)' is obsolete: 'Must pass SvgLength, for x and y, which specifies a unit. Use the new constructor override'
|
DataGen/Program.cs#L97
'SvgTextElement.SvgTextElement(string, float, float)' is obsolete: 'Must pass SvgLength, for x and y, which specifies a unit. Use the new constructor override'
|
DataGen/Program.cs#L7
Non-nullable property 'EM' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading