Open radical opened 1 month ago
cc @captainsafia
| [2025-05-09T20:42:57] AzureFunctionsEndToEnd.AppHost.Resources.funcapp Error: 19: 2025-05-09T20:42:57.5230000Z Can't determine project language from files. Please use one of [--dotnet-isolated, --dotnet, --javascript, --typescript, --java, --python, --powershell, --custom]
I think this exception is misleading since the Functions host will launch the --dotnet-isolated instance regardless. We should consider updating our azure-functions-core-tools on the CI machine. The latest version is 4.0.7030
and we're on 4.0.6280.
| [2025-05-09T20:43:01] AzureFunctionsEndToEnd.AppHost.Resources.funcapp Information: 30: 2025-05-09T20:43:01.4090000Z [2025-05-09T20:43:01.409Z] System.Private.CoreLib: Exception has been thrown by the target of an invocation. System.Private.CoreLib: Could not load file or assembly 'System.Memory.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
Ditto the above -- I think this can be resolved by updating to newer versions of the Functions extensions packages.
@captainsafia does this seem like a flaky test? Or will the update fix the test?
Is there an existing issue for this?
Build information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1038117 Build error leg or test failing: Aspire.Playground.Tests.ProjectSpecificTests.AzureFunctionsTest Pull Request: N/A
Fill in the error message template
Error Message
Fill the error message using step by step known issues guidance.
Other info
Known issue validation
Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1038117 Error message validated:
[Task was canceled before these messages were found: 'Worker process started and initialized.'
] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 5/12/2025 5:43:53 AM UTCReport
Summary
Report for PRs and Rolling builds
Last 10 failures:
Summary of the failures
-- Updated on 6/13/2025 7:20:58 PM UTC