docs: fix UTF-8 mojibake in STATUS.md #1930
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
Backend Architecture
/
Backend Architecture
30s
Migration Validation
/
Migration Validation
1m 7s
Container Images
/
Container Images
1m 24s
E2E Smoke
/
E2E Smoke
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/ConcurrencyRaceConditionStressTests.cs#L137
Possible null reference return.
|
|
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/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L100
Dereference of a possibly null reference.
|
|
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/CrossFormatImportIntegrityTests.cs#L130
Cannot convert null literal to non-nullable reference type.
|
|
Migration Validation / Migration Validation:
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L387
Cannot convert null literal to non-nullable reference type.
|
|
Migration Validation / Migration Validation:
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L309
Cannot convert null literal to non-nullable reference type.
|
|
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/CrossFormatImportIntegrityTests.cs#L130
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (ubuntu-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L387
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (ubuntu-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L309
Cannot convert null literal to non-nullable reference type.
|
|
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/CrossFormatImportIntegrityTests.cs#L130
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (windows-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L387
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (windows-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L309
Cannot convert null literal to non-nullable reference type.
|
|
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/QueueClaimRaceTests.cs#L133
Possible null reference return.
|
|
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/ConcurrencyRaceConditionStressTests.cs#L137
Possible null reference return.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/Concurrency/ProposalApprovalRaceTests.cs#L59
Possible null reference return.
|
|
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/CaptureToBoardGoldenPathIntegrationTests.cs#L100
Dereference of a possibly null reference.
|
|
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/Concurrency/QueueClaimRaceTests.cs#L133
Possible null reference return.
|
|
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/LiveBrowserRegressionApiTests.cs#L265
Possible null reference return.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L137
Possible null reference return.
|
|
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/CaptureToBoardGoldenPathIntegrationTests.cs#L100
Dereference of a possibly null reference.
|
|
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
|
|