-
Notifications
You must be signed in to change notification settings - Fork 247
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] dotnet build does not override files #2069
Comments
I think the problem is that the files under the And these incorrect modified dates are also present in the nuget package as you can see here version Only the After manually touching ( |
Looks like it is an intentional |
Yup! I created a fix for it: microsoft/playwright#12864 Thank you very much for your input and good finding! 💯 |
Note: We'll publish on Monday evening a fix with it. In the meantime |
The fix was supposed to go out yesterday, but nothing up to know. Even clean and restore are working anymore for me. |
Sorry for the delay, it's live now. 1.20.2 |
One last thing ... what about the docker image? |
@rsantosdev see here #1611 (comment) |
I am still hitting the issue mentioned in issue #2071 with playwright.dll from microsoft.playwright.1.22.0.nupkg\lib\netstandard2.0 The line at which the NPE happens is: The stack trace is not very informative, including it for whatever its worth: 06/11/2022 21:48:34:574: INFO : T9: Sys: GC 06/11/2022 21:48:46:240: INFO : T15: DBD: --- End of stack trace from previous location where exception was thrown --- Please help, this is a total blocker for my use of microsoft.playwright 1.22.0 from nuget.org Thanks, --Joe |
Please file a new issue. |
This scenario is currently broken:
Actual: it does not override driver files -> driver won't start -> breaks Playwright
Expected: it works.
Relates:
cc @campersau do you know anything that could be the cause of this? Otherwise, I would dig into it.
The text was updated successfully, but these errors were encountered: