OutSystems / WebView

Avalonia/WPF control that wraps CefGlue webview control
Apache License 2.0
310 stars 38 forks source link

[request] Any plan on making it compatible with AvaloniaUI 11? #303

Open softeering opened 1 year ago

softeering commented 1 year ago

I pulled your repo and tried upgrading to AvaloniaUI 11-preview but while the project compiles with very minor changes, it fails at runtime. It seems like it's still looking for some AvaloniaUI version 0.10.17.0 assemblies that cannot be found

image

Any idea of what the problem could be there?

Thanks

joaompneves commented 1 year ago

Hi,

WebView depends on CefGlue which needs to be upgraded first.

sandreas commented 1 year ago

+1

softeering commented 1 year ago

thanks for the confirmation @joaompneves

joaompneves commented 11 months ago

there's a PR https://github.com/OutSystems/WebView/pull/310 opened and a package published to address this