Cefsharp: Support .Net Core

Created on 3 Jul 2018  路  3Comments  路  Source: cefsharp/CefSharp

I will open this up for ideas of how to port this to .Net Core. My personal need is the headless portion of CEF for .Net Core.

Most helpful comment

There is no .Net Core version - Microsoft has started implementing C++/CLI as part of .Net Core you can track the issue https://github.com/dotnet/coreclr/issues/18013 They are only adding support for Windows initially. See also https://github.com/dotnet/coreclr/issues/659

.Net Core will support mixed mode assemblies on Windows Only, when this is has been implemented we will reconsider adding .Net Core support.

All 3 comments

There is no .Net Core version - .Net Core lacks C++/CLI support see https://github.com/dotnet/coreclr/issues/659#issuecomment-91341753

https://github.com/cefsharp/CefSharp/wiki/General-Usage#need-to-knowlimitations

Check out CefGlue or ChromiumFx as alternatives.

There is no .Net Core version - Microsoft has started implementing C++/CLI as part of .Net Core you can track the issue https://github.com/dotnet/coreclr/issues/18013 They are only adding support for Windows initially. See also https://github.com/dotnet/coreclr/issues/659

.Net Core will support mixed mode assemblies on Windows Only, when this is has been implemented we will reconsider adding .Net Core support.

Subscribe to #2796 to track the progress.

Was this page helpful?
0 / 5 - 0 ratings