-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Playwright does not work with packages.config (.NET 4.8) #2004
Comments
I'd recommend to migrate to PackageReference, then it should work as expected: https://docs.microsoft.com/en-us/nuget/consume-packages/migrate-packages-config-to-package-reference |
This worked for my plain console app but it did not work for my asp.net project. When I tried to convert it to package references an error said my project was not eligible for upgrading. |
@Jojoshua These resources might help you with the migration: Looks like NuGet/Home#5877 is still not completely implemented... |
Thanks I will check that out and see if it works. My preference would be to migrate but it looks flaky for rebuilds. However migration aside, does playwright-dotnet not intend to support existing projects using packages.config? |
There are a slew of net 4.8 issues related to getting started and path drivers. This has been a blocker moving from puppeteer. Can we get a round of 4.8 fixes please? |
Extended Playwright.CreateAsync() with optional driversPath param Fixes microsoft#1842, fixes microsoft#2240, fixes microsoft#2004
Extended Playwright.CreateAsync() with optional driversPath param Fixes microsoft#1842, fixes microsoft#2240, fixes microsoft#2004
Context:
Code Snippet
Describe the bug
Driver is not found upon load. Clone this project for complete reproduction
https://github.com/Jojoshua/Playwright4.8InstallIssue
The text was updated successfully, but these errors were encountered: