cefsharp / cef-binary

NuGet repackaging of the CEF binaries provided by Chromium Embedded Framework
https://cef-builds.spotifycdn.com/index.html
Other
108 stars 87 forks source link

Adding all supported runtimes? #95

Open kzu opened 3 years ago

kzu commented 3 years ago

Given that the official binaries cover all platforms that .NET Core/5 can run on, would it be feasible/worth it to package the others too?

I may be able to help if that's something the project owner(s) might consider useful.

Thanks!

amaitland commented 3 years ago

would it be feasible/worth it to package the others too?

Are you planning on using one of the P/Invoke based CEF wrappers? e.g. CefGlue

In theory I've got no objection.

Logistically the size of the packages will be a problem, we've already exceeded the MyGet limit and can no longer directly push to the feed, I have to manually request the packages be pulled. We'd need to upgrade to a Paid plan or switch to a different host for the development packages.

https://ci.appveyor.com/project/cefsharp/cef-binary-5r1rw/builds/38671671#L2379

I may be able to help if that's something the project owner(s) might consider useful.

This is not something I've got a need for personally at the moment, totally happy if you (or anyone else for that matter) wants to get involved and increase the number platforms.