Closed
Description
The WebView2WpfBrowser
sample references various APIs related to the "SaveAs"-UI unconditionally even though those are only available in preview builds of the Microsoft.Web.WebView2
NuGet package. In particular in MainWindow.xaml.cs
and SaveAsDialog.xaml.cs
. This means that Debug Stable APIs
and Release Stable APIs
cannot be built against stable versions of the Microsoft.Web.WebView2
NuGet package.
Steps to reproduce:
- Change version of
Microsoft.Web.WebView2
to a stable one. - Build the sample.
Actual Behavior:
- Several compile errors related to "SaveAs"-APIs.
Expected Behavior:
- No compile errors
- Expirimental "SaveAs"-APIs are hidden behind
USE_WEBVIEW2_EXPERIMENTAL
, like other experimental APIs already are.
Metadata
Metadata
Assignees
Labels
No labels