CI Nightly #41
ci-nightly.yml
on: schedule
Backend Solution Regression
/
Backend Solution Regression
2m 43s
OpenAPI Guardrail
/
OpenAPI Guardrail
41s
Developer Portal
/
Generate Developer Portal
1m 4s
Container Images Regression
/
Container Images
E2E Smoke
/
E2E Smoke
Load and Concurrency Harness
/
Load and Concurrency Harness
Annotations
1 error and 23 warnings
|
Backend Solution Regression / Backend Solution Regression
Process completed with exit code 1.
|
|
OpenAPI Guardrail / OpenAPI Guardrail:
backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L32
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'.
|
|
OpenAPI Guardrail / OpenAPI Guardrail:
backend/src/Taskdeck.Application/Services/DataExportService.cs#L165
The variable 'ex' is declared but never used
|
|
OpenAPI Guardrail / OpenAPI Guardrail:
backend/src/Taskdeck.Application/Services/AccountDeletionService.cs#L200
The variable 'ex' is declared but never used
|
|
OpenAPI Guardrail / OpenAPI Guardrail:
backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L32
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'.
|
|
OpenAPI Guardrail / OpenAPI Guardrail:
backend/src/Taskdeck.Application/Services/DataExportService.cs#L165
The variable 'ex' is declared but never used
|
|
OpenAPI Guardrail / OpenAPI Guardrail:
backend/src/Taskdeck.Application/Services/AccountDeletionService.cs#L200
The variable 'ex' is declared but never used
|
|
Developer Portal / Generate Developer Portal
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Developer Portal / Generate Developer Portal:
backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L32
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'.
|
|
Developer Portal / Generate Developer Portal:
backend/src/Taskdeck.Application/Services/DataExportService.cs#L165
The variable 'ex' is declared but never used
|
|
Developer Portal / Generate Developer Portal:
backend/src/Taskdeck.Application/Services/AccountDeletionService.cs#L200
The variable 'ex' is declared but never used
|
|
Developer Portal / Generate Developer Portal:
backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L32
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'.
|
|
Developer Portal / Generate Developer Portal:
backend/src/Taskdeck.Application/Services/DataExportService.cs#L165
The variable 'ex' is declared but never used
|
|
Developer Portal / Generate Developer Portal:
backend/src/Taskdeck.Application/Services/AccountDeletionService.cs#L200
The variable 'ex' is declared but never used
|
|
Backend Solution Regression / Backend Solution Regression:
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)'.
|
|
Backend Solution Regression / Backend Solution Regression:
backend/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L100
Dereference of a possibly null reference.
|
|
Backend Solution Regression / Backend Solution Regression:
backend/tests/Taskdeck.Api.Tests/ArchiveRestoreLifecycleTests.cs#L296
Possible null reference argument for parameter 'source' in 'ColumnDto? Enumerable.FirstOrDefault<ColumnDto>(IEnumerable<ColumnDto> source, Func<ColumnDto, bool> predicate)'.
|
|
Backend Solution Regression / Backend Solution Regression:
backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L32
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'.
|
|
Backend Solution Regression / Backend Solution Regression:
backend/tests/Taskdeck.Application.Tests/Services/CrossFormatImportIntegrityTests.cs#L130
Cannot convert null literal to non-nullable reference type.
|
|
Backend Solution Regression / Backend Solution Regression:
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L387
Cannot convert null literal to non-nullable reference type.
|
|
Backend Solution Regression / Backend Solution Regression:
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L309
Cannot convert null literal to non-nullable reference type.
|
|
Backend Solution Regression / Backend Solution Regression:
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
|
|
Backend Solution Regression / Backend Solution Regression:
backend/src/Taskdeck.Application/Services/DataExportService.cs#L165
The variable 'ex' is declared but never used
|
|
Backend Solution Regression / Backend Solution Regression:
backend/src/Taskdeck.Application/Services/AccountDeletionService.cs#L200
The variable 'ex' is declared but never used
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
backend-solution-trx
|
2.43 KB |
sha256:8d71fae004cb8d45490826d54af7c5b15db805eff16629e2c209148761e1ebdd
|
|
|
developer-portal
|
78 KB |
sha256:97f1cfa7d4c8f190e6e8dbbc393468da223cb2c7280c43cd04a3bfd3e654e1aa
|
|
|
openapi-guardrail-artifact
|
27.3 KB |
sha256:ee0f8e4c1b7f65db8b58826bbce12728929dbfe41fc01ee3ff2b524057147601
|
|