Workspace #43
Annotations
10 errors and 11 warnings
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Win32WtqProcess.cs(39,23): error CS0115: 'Win32WtqProcess.BringToForeground()': no suitable method found to override [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Wtq.Services.Win32.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Win32WtqProcess.cs(58,23): error CS0115: 'Win32WtqProcess.MoveTo(WtqRect, bool)': no suitable method found to override [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Wtq.Services.Win32.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Win32WtqProcess.cs(69,23): error CS0115: 'Win32WtqProcess.SetAlwaysOnTop(bool)': no suitable method found to override [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Wtq.Services.Win32.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Win32WtqProcess.cs(91,23): error CS0115: 'Win32WtqProcess.SetTaskbarIconVisible(bool)': no suitable method found to override [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Wtq.Services.Win32.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Win32WtqProcess.cs(113,23): error CS0115: 'Win32WtqProcess.SetTransparency(int)': no suitable method found to override [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Wtq.Services.Win32.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Win32WtqProcess.cs(9,21): error CS0534: 'Win32WtqProcess' does not implement inherited abstract member 'WtqWindow.SetTransparencyAsync(int)' [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Wtq.Services.Win32.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Win32WtqProcess.cs(9,21): error CS0534: 'Win32WtqProcess' does not implement inherited abstract member 'WtqWindow.SetTaskbarIconVisibleAsync(bool)' [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Wtq.Services.Win32.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Win32WtqProcess.cs(9,21): error CS0534: 'Win32WtqProcess' does not implement inherited abstract member 'WtqWindow.SetAlwaysOnTopAsync(bool)' [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Wtq.Services.Win32.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Win32WtqProcess.cs(9,21): error CS0534: 'Win32WtqProcess' does not implement inherited abstract member 'WtqWindow.SetVisibleAsync(bool)' [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Wtq.Services.Win32.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Win32WtqProcess.cs(9,21): error CS0534: 'Win32WtqProcess' does not implement inherited abstract member 'WtqWindow.BringToForegroundAsync()' [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.Win32\Wtq.Services.Win32.csproj]
|
windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\WtqService.cs(46,3): warning CS0162: Unreachable code detected [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Utils\WtqTween.cs(54,3): warning CS4014: 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. [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\WtqApp.cs(91,9): warning CS8602: Dereference of a possibly null reference. [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\WtqApp.cs(148,10): warning CS8602: Dereference of a possibly null reference. [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Services\WtqAppToggleService.cs(147,11): warning CS1573: Parameter 'screenBounds' has no matching param tag in the XML comment for 'WtqAppToggleService.GetToggleOnToWindowRect(WtqApp, WtqRect)' (but other parameters do) [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\WtqService.cs(45,3): warning SA1515: Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md) [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\WtqWindow.cs(5,23): warning S4035: Seal class 'WtqWindow' or implement 'IEqualityComparer<T>' instead. (https://rules.sonarsource.com/csharp/RSPEC-4035) [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Data\WtqRect.cs(61,6): warning S1244: Do not check floating point equality with exact values, use a range instead. (https://rules.sonarsource.com/csharp/RSPEC-1244) [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Data\WtqRect.cs(62,6): warning S1244: Do not check floating point equality with exact values, use a range instead. (https://rules.sonarsource.com/csharp/RSPEC-1244) [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]
|
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Data\WtqRect.cs(63,10): warning S1244: Do not check floating point equality with exact values, use a range instead. (https://rules.sonarsource.com/csharp/RSPEC-1244) [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]
|