Skip to content

[WtqService] Simplified orchestration of app toggling #90

[WtqService] Simplified orchestration of app toggling

[WtqService] Simplified orchestration of app toggling #90

Triggered via push October 30, 2024 22:31
Status Failure
Total duration 3m 30s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\KWinProcessService.cs(7,4): error CS0246: The type or namespace name 'IWtqProcessService' could not be found (are you missing a using directive or an assembly reference?) [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\Wtq.Services.KWin.csproj]
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\KWinWtqWindow.cs(20,22): error CS1715: 'KWinWtqWindow.Id': type must be 'string' to match overridden member 'WtqWindow.Id' [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\Wtq.Services.KWin.csproj]
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\KWinWtqWindow.cs(26,28): error CS0115: 'KWinWtqWindow.WindowRect': no suitable method found to override [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\Wtq.Services.KWin.csproj]
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\KWinWtqWindow.cs(40,29): error CS0115: 'KWinWtqWindow.MoveToAsync(Rectangle, bool)': no suitable method found to override [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\Wtq.Services.KWin.csproj]
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\KWinWtqWindow.cs(6,14): error CS0534: 'KWinWtqWindow' does not implement inherited abstract member 'WtqWindow.MoveToAsync(Point)' [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\Wtq.Services.KWin.csproj]
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\KWinWtqWindow.cs(6,14): error CS0534: 'KWinWtqWindow' does not implement inherited abstract member 'WtqWindow.GetWindowRectAsync()' [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\Wtq.Services.KWin.csproj]
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\KWinWtqWindow.cs(6,14): error CS0534: 'KWinWtqWindow' does not implement inherited abstract member 'WtqWindow.SetWindowTitleAsync(string)' [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\Wtq.Services.KWin.csproj]
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\KWinWtqWindow.cs(6,14): error CS0534: 'KWinWtqWindow' does not implement inherited abstract member 'WtqWindow.ResizeAsync(Size)' [D:\a\windows-terminal-quake\windows-terminal-quake\src\20-Services\Wtq.Services.KWin\Wtq.Services.KWin.csproj]
windows-latest
Target "PublishLinux64SelfContained" has thrown an exception
windows-latest
Process completed with exit code 1.
windows-latest
D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\WtqService.cs(70,4): 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\WtqService.cs(80,4): 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\Services\WtqHotkeyService.cs(37,13): warning CS8601: Possible null reference assignment. [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\WtqPaths.cs(42,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\Utils\AsyncInit\AsyncServiceInitializer.cs(12,33): warning CA1002: Change 'List<ServiceDescriptor>' in 'AsyncServiceInitializer.Services' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002) [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(14,27): warning S1450: Remove the field '_bus' and declare it as a local variable in the relevant methods. (https://rules.sonarsource.com/csharp/RSPEC-1450) [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(6,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\WtqWindow.cs(51,2): warning SA1201: A operator should not follow a method (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1201.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(49,2): warning SA1124: Do not use regions (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1124.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\WtqService.cs(92,23): warning CA2000: Call System.IDisposable.Dispose on object created by '_lock.WaitOneSecondAsync()' before all references to it are out of scope (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2000) [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]