mirror of
https://github.com/dotnet/eShop.git
synced 2026-03-31 12:59:45 +00:00
* Initial update to Aspire 13.2 * Update to latest versions * Update to stable versions * Refactor Directory.Packages.props * Fix the playwright tests by waiting for the identityApi from the webapp. * Update markdownlint workflow to Node.js 20 markdownlint-cli 0.48.0 requires Node.js >= 20. The v regex flag used by its string-width dependency is not supported in Node.js 16. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add health check to Identity API in AppHost Without a health check, WaitFor(identityApi) only waits for the process to start, not for the HTTP server to be fully initialized. This caused Playwright login tests to fail on CI because the WebApp would start before the Identity API was ready to handle requests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>