0

There is a package CefSharp.OffScreen.NETCore There is an example of its use under Windows

In theory, the package CefSharp.OffScreen.NETCore should be different from CefSharp.OffScreen cross-platform, that is, the ability to work under Linux. But judging by the example code of its use, it still depends on Windows.

Can this package CefSharp.OffScreen.NETCore work under Linux? If it can, where can I see an example of its use under Linux?

Mentor
  • 3,058
  • 1
  • 22
  • 27

1 Answers1

1

CefSharp is built with Visual C++ which only runs on Windows.

amaitland
  • 4,073
  • 3
  • 25
  • 63
  • You might want to look at puppeteer Sharp as an alternative https://github.com/hardkoded/puppeteer-sharp – amaitland Nov 22 '22 at 01:39
  • Sorry :( Take cross - platform Chromium and cross - platform .Net Core to make a library only for Windows - is a very strange idea! Only for Windows exist vanilla "WebView 2" around Edge from Microsoft. – Mentor Nov 24 '22 at 18:19
  • By all means vote on https://developercommunity.visualstudio.com/t/netcore-ccli-for-linux-and-macos/873014 asking Microsoft to port visual c++ to linux/mac – amaitland Nov 25 '22 at 00:50