Replies: 3 comments 6 replies
-
Firstly please use discussions to ask questions.
What do you mean by this? What exactly are you trying to achieve? |
Beta Was this translation helpful? Give feedback.
-
I wanted to do a quick run through of AnyCPU support in CefSharp (.NET Core version), so I referred to #1714 (comment) I tried to insert the code:
So I looked for where these symbols are defined in the You can see it in the attached NuGet package explorer link. |
Beta Was this translation helpful? Give feedback.
-
Not knowing if the problem is not shared or if my understanding is incorrect, I created a very small WPF application. The project is multi-built using If Couldn't it maybe be possible to use CefSharp to build this way? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to write a small verification code using the .NET Core version of CefSharp, but could not find any symbols in the CefSharp initialization code. It is the following startup code, which builds fine with
net48
insteadnetcoreapp3.1
.I checked inside the package and I can't find the
lib
directory, so I assume the problem is related to packaging.Thanks for a very good project.
Beta Was this translation helpful? Give feedback.
All reactions