character-map-uwp / Character-Map-UWP

A modern, native UWP replacement for the Win32 Character Map and Windows Font Viewer with flawless high DPI and touch support.
MIT License
623 stars 53 forks source link

Latest update in Microsoft Store failed certification #225

Closed EdiWang closed 1 year ago

EdiWang commented 1 year ago

Error Found: The general metadata correctness test detected the following errors:

The type Microsoft.Web.WebView2.Core.CoreWebView2 referenced by type Microsoft.UI.Xaml.Controls.IWebView2 in file Microsoft.UI.Xaml.winmd was not found. All types referenced in metadata files must be discoverable.
Parameter handler of method add_NavigationCompleted of type Microsoft.UI.Xaml.Controls.IWebView2 in file Microsoft.UI.Xaml.winmd references the non-Windows Runtime type Microsoft.Web.WebView2.Core.CoreWebView2NavigationCompletedEventArgs. Windows Runtime types can reference only Windows Runtime types.
Parameter handler of method add_WebMessageReceived of type Microsoft.UI.Xaml.Controls.IWebView2 in file Microsoft.UI.Xaml.winmd references the non-Windows Runtime type Microsoft.Web.WebView2.Core.CoreWebView2WebMessageReceivedEventArgs. Windows Runtime types can reference only Windows Runtime types.
Parameter handler of method add_NavigationStarting of type Microsoft.UI.Xaml.Controls.IWebView2 in file Microsoft.UI.Xaml.winmd references the non-Windows Runtime type Microsoft.Web.WebView2.Core.CoreWebView2NavigationStartingEventArgs. Windows Runtime types can reference only Windows Runtime types.
Parameter handler of method add_CoreProcessFailed of type Microsoft.UI.Xaml.Controls.IWebView2 in file Microsoft.UI.Xaml.winmd references the non-Windows Runtime type Microsoft.Web.WebView2.Core.CoreWebView2ProcessFailedEventArgs. Windows Runtime types can reference only Windows Runtime types.
The type Microsoft.Web.WebView2.Core.CoreWebView2 referenced by type Microsoft.UI.Xaml.Controls.WebView2 in file Microsoft.UI.Xaml.winmd was not found. All types referenced in metadata files must be discoverable.
Parameter handler of method add_NavigationCompleted of type Microsoft.UI.Xaml.Controls.WebView2 in file Microsoft.UI.Xaml.winmd references the non-Windows Runtime type Microsoft.Web.WebView2.Core.CoreWebView2NavigationCompletedEventArgs. Windows Runtime types can reference only Windows Runtime types.
Parameter handler of method add_WebMessageReceived of type Microsoft.UI.Xaml.Controls.WebView2 in file Microsoft.UI.Xaml.winmd references the non-Windows Runtime type Microsoft.Web.WebView2.Core.CoreWebView2WebMessageReceivedEventArgs. Windows Runtime types can reference only Windows Runtime types.
Parameter handler of method add_NavigationStarting of type Microsoft.UI.Xaml.Controls.WebView2 in file Microsoft.UI.Xaml.winmd references the non-Windows Runtime type Microsoft.Web.WebView2.Core.CoreWebView2NavigationStartingEventArgs. Windows Runtime types can reference only Windows Runtime types.
Parameter handler of method add_CoreProcessFailed of type Microsoft.UI.Xaml.Controls.WebView2 in file Microsoft.UI.Xaml.winmd references the non-Windows Runtime type Microsoft.Web.WebView2.Core.CoreWebView2ProcessFailedEventArgs. Windows Runtime types can reference only Windows Runtime types.

Character Map UWP - Review Results.html.txt

EdiWang commented 1 year ago

Hi @JohnnyWestlake

Seems the latest code fails store certification. Could you take a look? Thanks!

JohnnyWestlake commented 1 year ago

🥲 Should be fixed now, thanks!

EdiWang commented 1 year ago

I am now getting error when "create app packages" 😂

image

image

Seems to be caused by removal of <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> .... in commit 55c0e1cee1169c775492153697d4a6e73a206d95

EdiWang commented 1 year ago

I can't start debugging also

image

JohnnyWestlake commented 1 year ago

Interesting 🤔 I managed to build app packages and debug from my 17.4.1 VS install... but regardless, reverted those changes so should work now

EdiWang commented 1 year ago

Thanks @JohnnyWestlake the build is success now. Store certification in process.

EdiWang commented 1 year ago

Latest version is in Store. closed as fixed.