Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .Net Core #2438

Closed
ghost opened this issue Jul 3, 2018 · 3 comments
Closed

Support .Net Core #2438

ghost opened this issue Jul 3, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 3, 2018

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.

@amaitland
Copy link
Member

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.

@amaitland
Copy link
Member

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.

@cefsharp cefsharp deleted a comment from welcome bot Dec 24, 2018
@amaitland
Copy link
Member

Subscribe to #2796 to track the progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant