OutSystems / WebView

Avalonia/WPF control that wraps CefGlue webview control
Apache License 2.0
392 stars 44 forks source link

Doesn't work on Avalonia version 11.0.0-preview4 #287

Closed Spankusina closed 1 year ago

Spankusina commented 1 year ago

When running on Avalonia version 11 exception thrown: "Could not load file or assembly 'Avalonia.Styling, Version=0.10.17.0" Are there options to fix this?

Installed: WebViewControl-Avalonia 2.106.0-preview1

joaompneves commented 1 year ago

Hi,

In order to run on a new Avalonia major version CefGlue (the underlying browser component) also needs to be updated to that same Avalonia version. WebView's Avalonia version upgrades only work when there are no breaking changes (usually on minors). Since Avalonia 11 is still on preview we haven't migrated yet.