playwright-dotnet
playwright-dotnet copied to clipboard
[Feature] Clarify NetX folder in the error message
When I run .Net Playwright first time by following https://playwright.dev/dotnet/docs/intro I've got
Host system is missing a few dependencies to run browsers. ║ Please install them with the following command: ║ ║ pwsh bin\Debug\netX\playwright.ps1 install-deps ║ ║ <3 Playwright Team
netX was confusing. You should either determine which version is available and replace it in the message, or add clarification that user must change netX with existing folder, e.g. net6.0.
Related https://github.com/microsoft/playwright-dotnet/issues/2239