matthewteeter
Results
2
comments of
matthewteeter
I still get this issue using v1.44 when running `Microsoft.Playwright.Program.Main(["install"])`. Docker build error: > [final 3/4] RUN /app/PayPowerBill install: 1.565 Unhandled Exception: System.NotSupportedException: CodeBase is not supported on assemblies loaded...
Here is a full repro: https://github.com/matthewteeter/Playwright1.44AotRepro Running the program as normal throws an exception on the first line in Program.cs. Trying to install the browsers by invoking it with "install"...