fix(tests): adjust test server HttpClient timeout to 30s for Kestrel … #34
Annotations
11 warnings
|
build-and-release
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, softprops/action-gh-release@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-release:
LocalLLMServerManager.Tests/FinalPushTo90CoverageTests.cs#L43
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-release:
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-release:
LocalLLMServerManager.Tests/DeepCoveragePushTests.cs#L71
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-release:
LocalLLMServerManager.Tests/DeepCoveragePushTests.cs#L80
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-release:
LocalLLMServerManager.Tests/DeepCoveragePushTests.cs#L63
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-release:
LocalLLMServerManager.Tests/DeepCoveragePushTests.cs#L60
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-release:
LocalLLMServerManager.Tests/DeepCoveragePushTests.cs#L50
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-release:
LocalLLMServerManager.Tests/DeepCoveragePushTests.cs#L47
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-release:
LocalLLMServerManager.Tests/CoverageThresholdTargetedPushTests.cs#L263
Cannot convert null literal to non-nullable reference type.
|
|
build-and-release:
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)
|