Skip to content

Added VERSION

Added VERSION #13

Triggered via push April 28, 2024 00:47
Status Failure
Total duration 3m 39s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
windows-latest
Target "CreateGitHubRelease" has thrown an exception
windows-latest
Process completed with exit code 1.
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\Services\TerminalBoundsProviders\ITerminalBoundsProvider.cs(6,31): warning CS1570: XML comment has badly formed XML -- 'Whitespace is not allowed at this location.' [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\TerminalBoundsProviders\ITerminalBoundsProvider.cs(11,32): warning CS1570: XML comment has badly formed XML -- 'Whitespace is not allowed at this location.' [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\WtqVec2I.cs(19,32): warning CS8765: Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes). [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\WtqProcessFactory.cs(23,30): warning CS8613: Nullability of reference types in return type of 'Task<Process?> WtqProcessFactory.GetProcessAsync(WtqAppOptions opts)' doesn't match implicitly implemented member 'Task<Process> IWtqProcessFactory.GetProcessAsync(WtqAppOptions opts)'. [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\AppPaths.cs(31,11): warning CS8603: Possible null reference return. [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(84,4): 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\Events\WtqBus.cs(45,32): warning CS8618: Non-nullable property 'OnEvent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [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\Events\WtqBus.cs(47,32): warning CS8618: Non-nullable property 'Predicate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [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(169,20): warning CS0168: The variable 'ex' is declared but never used [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\WtqProcessFactory.cs(73,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [D:\a\windows-terminal-quake\windows-terminal-quake\src\10-Core\Wtq\Wtq.csproj]