Skip to content

feat: brand logo overhaul, matte UI theme, dynamic theming, and layout inspector #54

feat: brand logo overhaul, matte UI theme, dynamic theming, and layout inspector

feat: brand logo overhaul, matte UI theme, dynamic theming, and layout inspector #54

Triggered via pull request August 22, 2026 22:16
Status Success
Total duration 4m 57s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test: LocalLLMServerManager.Tests/DiscoveryEndpointsTests.cs#L151
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build-and-test: LocalLLMServerManager.Tests/DiscoveryEndpointsTests.cs#L61
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build-and-test: LocalLLMServerManager.Tests/DiscoveryEndpointsTests.cs#L58
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build-and-test: LocalLLMServerManager.Tests/DiscoveryEndpointsTests.cs#L31
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build-and-test: LocalLLMServerManager.Tests/DiscoveryEndpointsTests.cs#L28
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build-and-test: LocalLLMServerManager.Tests/EndToEndSystemTests.cs#L36
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build-and-test: LocalLLMServerManager.Tests/EndToEndSystemTests.cs#L33
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build-and-test: LocalLLMServerManager.Tests/WorkflowPerformanceTests.cs#L45
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
build-and-test: LocalLLMServerManager.Tests/ToolDiscoveryServiceTests.cs#L302
Dereference of a possibly null reference.
build-and-test: LocalLLMServerManager.Shared/ViewModels/OllamaLibraryViewModel.cs#L94
Do not use 'reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)