You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These should only be set on your Exe project, not on your library project. CefSharpBuildAction should be NoAction for your library project (the default)
Troubleshooting
Add the following to your csproj/vbproj file at the end
Change your MSBuild project output verbosity to Normal:
1. Go to Tools->Options menu in VS
2. Open Projects and Solutions->Build and Run
3. Change the value of the MSBuild project build output verbosity. Pick Normal or higher
After you build, check the output window for a block of text that looks like:
Is there an existing issue for this?
CefSharp Version
131.2.70
Operating System
Windows 10
Architecture
AnyCPU
.Net Version
net 4.8
Implementation
WPF
Reproduction Steps
2 projects in my solution solution (both .net framework 4.8, sdk-styled):
Also having these properties set in Directory.Build.props
Steps to reproduce:
Expected behavior
Having common dlls in the root and specific dlss in the corresponding folders:
Actual behavior
Dlls from x86 are also copied to the root extremely increasing the size of the output:
Regression?
Broken in 121.3.70, before it worked
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Not Tested
Other information
No response
The text was updated successfully, but these errors were encountered: