Skip to content

docs: fix UTF-8 mojibake in STATUS.md #1930

docs: fix UTF-8 mojibake in STATUS.md

docs: fix UTF-8 mojibake in STATUS.md #1930

Triggered via pull request April 23, 2026 01:23
Status Failure
Total duration 6m 47s
Artifacts 5

ci-required.yml

on: pull_request
Matrix: API Integration / api-integration
Matrix: Backend Unit / backend-unit
Matrix: Frontend Unit / frontend-unit
Docs Governance  /  Docs Governance
14s
Docs Governance / Docs Governance
Backend Architecture  /  Backend Architecture
30s
Backend Architecture / Backend Architecture
Migration Validation  /  Migration Validation
1m 7s
Migration Validation / Migration Validation
Container Images  /  Container Images
1m 24s
Container Images / Container Images
E2E Smoke  /  E2E Smoke
E2E Smoke / E2E Smoke
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 50 warnings
API Integration / API Integration (ubuntu-latest)
Process completed with exit code 1.
API Integration / API Integration (windows-latest)
Process completed with exit code 1.
Migration Validation / Migration Validation: backend/tests/Taskdeck.Api.Tests/ArchiveRestoreLifecycleTests.cs#L287
Possible null reference argument for parameter 'source' in 'ColumnDto? Enumerable.FirstOrDefault<ColumnDto>(IEnumerable<ColumnDto> source, Func<ColumnDto, bool> predicate)'.
Migration Validation / Migration Validation: backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L36
Ambiguous reference in cref attribute: 'EnvironmentVariablesConfigurationSource'. Assuming 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource', but could have also matched other overloads including 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource'.
Migration Validation / Migration Validation: backend/src/Taskdeck.Api/Controllers/WorkspaceController.cs#L94
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'WorkspaceController.GetCalendar(DateTimeOffset?, DateTimeOffset?, CancellationToken)' (but other parameters do)
Migration Validation / Migration Validation: backend/src/Taskdeck.Api/Controllers/ConnectorProvidersController.cs#L80
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ConnectorProvidersController.CheckProviderHealth(string, CancellationToken)' (but other parameters do)
Migration Validation / Migration Validation: backend/tests/Taskdeck.Application.Tests/Services/LlmProviderAbstractionEdgeCaseTests.cs#L301
Async-iterator 'LlmProviderAbstractionEdgeCaseTests.MinimalTestProvider.StreamAsync(ChatCompletionRequest, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Frontend Unit / Frontend Unit (ubuntu-latest): frontend/taskdeck-web/src/views/AgentsView.vue#L67
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
Frontend Unit / Frontend Unit (ubuntu-latest): frontend/taskdeck-web/src/views/AgentsView.vue#L66
The element ul has an implicit role of list. Defining this explicitly is redundant and should be avoided
Frontend Unit / Frontend Unit (ubuntu-latest): frontend/taskdeck-web/src/views/AgentRunsView.vue#L122
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
Frontend Unit / Frontend Unit (ubuntu-latest): frontend/taskdeck-web/src/views/AgentRunsView.vue#L121
The element ul has an implicit role of list. Defining this explicitly is redundant and should be avoided
Frontend Unit / Frontend Unit (ubuntu-latest): frontend/taskdeck-web/src/views/AgentRunDetailView.vue#L223
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
Frontend Unit / Frontend Unit (ubuntu-latest): frontend/taskdeck-web/src/views/AgentRunDetailView.vue#L222
The element ol has an implicit role of list. Defining this explicitly is redundant and should be avoided
Backend Unit / Backend Unit (ubuntu-latest): backend/tests/Taskdeck.Application.Tests/Services/LlmProviderAbstractionEdgeCaseTests.cs#L301
Async-iterator 'LlmProviderAbstractionEdgeCaseTests.MinimalTestProvider.StreamAsync(ChatCompletionRequest, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Frontend Unit / Frontend Unit (windows-latest): frontend/taskdeck-web/src/views/AgentsView.vue#L67
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
Frontend Unit / Frontend Unit (windows-latest): frontend/taskdeck-web/src/views/AgentsView.vue#L66
The element ul has an implicit role of list. Defining this explicitly is redundant and should be avoided
Frontend Unit / Frontend Unit (windows-latest): frontend/taskdeck-web/src/views/AgentRunsView.vue#L122
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
Frontend Unit / Frontend Unit (windows-latest): frontend/taskdeck-web/src/views/AgentRunsView.vue#L121
The element ul has an implicit role of list. Defining this explicitly is redundant and should be avoided
Frontend Unit / Frontend Unit (windows-latest): frontend/taskdeck-web/src/views/AgentRunDetailView.vue#L223
The element li has an implicit role of listitem. Defining this explicitly is redundant and should be avoided
Frontend Unit / Frontend Unit (windows-latest): frontend/taskdeck-web/src/views/AgentRunDetailView.vue#L222
The element ol has an implicit role of list. Defining this explicitly is redundant and should be avoided
Backend Unit / Backend Unit (windows-latest): backend/tests/Taskdeck.Application.Tests/Services/LlmProviderAbstractionEdgeCaseTests.cs#L301
Async-iterator 'LlmProviderAbstractionEdgeCaseTests.MinimalTestProvider.StreamAsync(ChatCompletionRequest, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
API Integration / API Integration (ubuntu-latest): backend/tests/Taskdeck.Api.Tests/Concurrency/WebhookDeliveryConcurrencyTests.cs#L186
Possible null reference argument for parameter 'source' in 'IEnumerable<Guid> Enumerable.Select<OutboundWebhookSubscriptionDto, Guid>(IEnumerable<OutboundWebhookSubscriptionDto> source, Func<OutboundWebhookSubscriptionDto, Guid> selector)'.
API Integration / API Integration (ubuntu-latest): backend/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L175
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<CardDto, string>(IEnumerable<CardDto> source, Func<CardDto, string> selector)'.
API Integration / API Integration (ubuntu-latest): backend/tests/Taskdeck.Api.Tests/ArchiveRestoreLifecycleTests.cs#L287
Possible null reference argument for parameter 'source' in 'ColumnDto? Enumerable.FirstOrDefault<ColumnDto>(IEnumerable<ColumnDto> source, Func<ColumnDto, bool> predicate)'.
API Integration / API Integration (ubuntu-latest): backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L36
Ambiguous reference in cref attribute: 'EnvironmentVariablesConfigurationSource'. Assuming 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource', but could have also matched other overloads including 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource'.
API Integration / API Integration (ubuntu-latest): backend/src/Taskdeck.Api/Controllers/WorkspaceController.cs#L94
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'WorkspaceController.GetCalendar(DateTimeOffset?, DateTimeOffset?, CancellationToken)' (but other parameters do)
API Integration / API Integration (ubuntu-latest): backend/src/Taskdeck.Api/Controllers/ConnectorProvidersController.cs#L80
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ConnectorProvidersController.CheckProviderHealth(string, CancellationToken)' (but other parameters do)
API Integration / API Integration (windows-latest): backend/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L175
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<CardDto, string>(IEnumerable<CardDto> source, Func<CardDto, string> selector)'.
API Integration / API Integration (windows-latest): backend/tests/Taskdeck.Api.Tests/ArchiveRestoreLifecycleTests.cs#L287
Possible null reference argument for parameter 'source' in 'ColumnDto? Enumerable.FirstOrDefault<ColumnDto>(IEnumerable<ColumnDto> source, Func<ColumnDto, bool> predicate)'.
API Integration / API Integration (windows-latest): backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L36
Ambiguous reference in cref attribute: 'EnvironmentVariablesConfigurationSource'. Assuming 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource', but could have also matched other overloads including 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource'.
API Integration / API Integration (windows-latest): backend/src/Taskdeck.Api/Controllers/WorkspaceController.cs#L94
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'WorkspaceController.GetCalendar(DateTimeOffset?, DateTimeOffset?, CancellationToken)' (but other parameters do)
API Integration / API Integration (windows-latest): backend/src/Taskdeck.Api/Controllers/ConnectorProvidersController.cs#L80
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'ConnectorProvidersController.CheckProviderHealth(string, CancellationToken)' (but other parameters do)

Artifacts

Produced during runtime
Name Size Digest
api-integration-trx-ubuntu-latest
375 KB
sha256:359642fcecb5777569dfe10874e83c63049d1465a5a21ec81425e9b8efb67eb5
api-integration-trx-windows-latest
375 KB
sha256:7cf6c790ee83e4bd3fcf8ec6d746b60fcbab71e3e0eed5819e61a4f0ddcc3869
container-image-artifacts
135 MB
sha256:3b96bf4aae8e8a8d79d288739e4df136158eba4e187e6b01f49068c1ff3b1080
frontend-unit-artifacts-ubuntu-latest
1.37 MB
sha256:7d6c3410996ac5ae617f80d2a031a7c82b99fe9f1946bfcea41fbae43e3b6bf1
frontend-unit-artifacts-windows-latest
1.36 MB
sha256:cc718cac6c8b50d69930e0c1f1ec3972e490a90887abe2165bc2b979def880da