cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.88k stars 2.92k forks source link

Feature Request - Migrade HwndHost code into main repository #4982

Open amaitland opened 6 days ago

amaitland commented 6 days ago

Based on discussion in https://github.com/cefsharp/CefSharp/pull/4964#issuecomment-2439145930

This will move the HwndHost source out of it's own repository and into a HwndHost sub folder in the Wpf project.

This has a number of advantages, the HwndHost implementation is often left behind currently when something new is added/changed, so we can keep that in sync with minimal effort now.

Changing to how the package is published will be the thing.