Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSIX: Failure to create project with "The value is not within the expected range" #12578

Closed
jeromelaban opened this issue Jun 8, 2023 · 14 comments
Assignees
Labels
area/solution-templates Categorizes an issue or PR as relevant to the solution template kind/regression Something was working, now it isn't

Comments

@jeromelaban
Copy link
Member

Hello: I have the same error. I work in Spanish. Just in case I have completely uninstalled Uno Platform and Visual Studio before. I have reinstalled everything again and the error persists. When creating a new Uno Platform application after selecting the options, a dialog box appears: "The value is not within the expected range"
I have left the default folder name and application name options. The app is called unoapp2.
And it also creates for me an empty folder on the disk with the name of the application.
The error box is this:
image

image

For what it's worth, I have the error since the wizard has more options, specifically 10:

image

Originally posted by @tenderodigital in #12569 (comment)

@jeromelaban jeromelaban added kind/regression Something was working, now it isn't area/solution-templates Categorizes an issue or PR as relevant to the solution template labels Jun 8, 2023
@nickrandolph
Copy link
Contributor

nickrandolph commented Jun 9, 2023

@tenderodigital do you get this error if you pick either the Blank or Default options, without customizing them?
cc @Kureshik

@tenderodigital
Copy link

Hello Nick : the error still appears choosing the default or blank options. Another thing I've noticed is that sometimes the Visual Studio opens but with the screen all black. And at the end the error message appears.

@tenderodigital
Copy link

Hello again: in case it helps you. I have installed the templates for dotnet. I created a basic project and a project with the recommended options from the command line. I have been able to open and debug them from Visual Studio without problems.

@Kureshik
Copy link

Kureshik commented Jun 9, 2023

Hello Nick : the error still appears choosing the default or blank options. Another thing I've noticed is that sometimes the Visual Studio opens but with the screen all black. And at the end the error message appears.

Exactly the same

@nickrandolph
Copy link
Contributor

nickrandolph commented Jun 12, 2023

Hi @Kureshik / @tenderodigital

I’ve created a diagnostic build of the Wizard that’s available at the following link:
https://www.dropbox.com/s/qq3i5vuarmqlgja/uno.platform-4.10.0-pullrequest0322.26.vsix?dl=0

If you have time and are able to, would you mind uninstalling the published version of the Uno Platform VS Extensions and installing the diagnostic build from the above link.

To capture log output, for us to track down the issue, please follow these steps:

  • Open Visual Studio and dismiss the initial Start window
  • Open the Tools menu -> Options. Select Projects and Solutions, followed by Build and Run. Setthe MSBuild project build output verbosity to Diagnostic
    image
  • From the File menu, select New Project
  • Follow the same steps you have done previously to attempt to create an Uno Platform application
  • When you get the error message, close the New Project dialog and return to Visual Studio.
  • In the Output window, you should be able to select “Uno Platform” from the drop down

Please can comment with the entire contents of the Uno Platform output window.

Dropbox
Shared with Dropbox

@Kureshik
Copy link

Kureshik commented Jun 12, 2023

I followed your instructions and when I created the project all errors are gone
I tried different configurations, everything works

By the way, here are the logs
[Wizard] Wizard activated
[Wizard] fail: Uno.Extensions.Toolkit.ScopedThemeService[0]
[Wizard]       GetSavedTheme - [ThemeService.GetSavedTheme()] - Error while reading stored theme.
[Wizard]       System.InvalidOperationException: Exception of type 'System.InvalidOperationException' was thrown.
[Wizard]          at WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|20_0(Int32 hr)
[Wizard]          at ABI.Windows.Storage.IApplicationDataStaticsMethods.get_Current(IObjectReference _obj)
[Wizard]          at Windows.Storage.ApplicationData.get_Current()
[Wizard]          at Uno.Extensions.Toolkit.ThemeService.GetSavedTheme()
[Wizard] fail: Uno.Extensions.Toolkit.ScopedThemeService[0]
[Wizard]       [ThemeService.SaveDesiredTheme(System)] - Error while updating current theme.
[Wizard]       System.InvalidOperationException: Exception of type 'System.InvalidOperationException' was thrown.
[Wizard]          at WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|20_0(Int32 hr)
[Wizard]          at ABI.Windows.Storage.IApplicationDataStaticsMethods.get_Current(IObjectReference _obj)
[Wizard]          at Windows.Storage.ApplicationData.get_Current()
[Wizard]          at Uno.Extensions.Toolkit.ThemeService.SaveDesiredTheme(AppTheme theme)
[Wizard] trce: Uno.Extensions.Navigation.RouteResolverDefault[0]
[Wizard]       .ctor - Resolving viewmaps - start
[Wizard] dbug: Uno.Extensions.Navigation.RouteResolverDefault[0]
[Wizard]       PrintViewMaps -  RouteInfo { Path = QuickStart, View = System.Func`1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.QuickStartViewModel, Data = , ToQuery = , FromQuery = , ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func`1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = , DependsOnRoute = , RenderView = Studio.Wizard.QuickStartPage, IsDependent = False }
[Wizard] dbug: Uno.Extensions.Navigation.RouteResolverDefault[0]
[Wizard]       PrintViewMaps -  RouteInfo { Path = Replacements, View = System.Func`1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.ReplacementsViewModel, Data = , ToQuery = , FromQuery = , ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func`1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = , DependsOnRoute = , RenderView = Studio.Wizard.ReplacementsPage, IsDependent = False }
[Wizard] dbug: Uno.Extensions.Navigation.RouteResolverDefault[0]
[Wizard]       PrintViewMaps -  RouteInfo { Path = Navigation, View = System.Func`1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.NavigationViewModel, Data = Studio.Wizard.Model.TemplateChoice, ToQuery = System.Func`2[System.Object,System.Collections.Generic.IDictionary`2[System.String,System.String]], FromQuery = System.Func`3[System.IServiceProvider,System.Collections.Generic.IDictionary`2[System.String,System.Object],System.Threading.Tasks.Task`1[System.Object]], ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func`1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = , DependsOnRoute = , RenderView = Studio.Wizard.NavigationPage, IsDependent = False }
[Wizard] dbug: Uno.Extensions.Navigation.RouteResolverDefault[0]
[Wizard]       PrintViewMaps - - RouteInfo { Path = Section, View = System.Func`1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.SectionViewModel, Data = Studio.Wizard.ViewModels.NavigationItem, ToQuery = System.Func`2[System.Object,System.Collections.Generic.IDictionary`2[System.String,System.String]], FromQuery = System.Func`3[System.IServiceProvider,System.Collections.Generic.IDictionary`2[System.String,System.Object],System.Threading.Tasks.Task`1[System.Object]], ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func`1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = RouteInfo { Path = Navigation, View = System.Func`1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.NavigationViewModel, Data = Studio.Wizard.Model.TemplateChoice, ToQuery = System.Func`2[System.Object,System.Collections.Generic.IDictionary`2[System.String,System.String]], FromQuery = System.Func`3[System.IServiceProvider,System.Collections.Generic.IDictionary`2[System.String,System.Object],System.Threading.Tasks.Task`1[System.Object]], ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func`1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = , DependsOnRoute = , RenderView = Studio.Wizard.NavigationPage, IsDependent = False }, DependsOnRoute = , RenderView = Studio.Wizard.SectionPage, IsDependent = False }
[Wizard] dbug: Uno.Extensions.Navigation.RouteResolverDefault[0]
[Wizard]       PrintViewMaps -  RouteInfo { Path = EmailCapture, View = System.Func`1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.EmailCaptureViewModel, Data = , ToQuery = , FromQuery = , ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func`1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = , DependsOnRoute = , RenderView = Studio.Views.EmailCaptureDialog, IsDependent = False }
[Wizard] trce: Uno.Extensions.Navigation.RouteResolverDefault[0]
[Wizard]       .ctor - Resolving viewmaps - complete
[Wizard] dbug: Uno.Extensions.Navigation.NavigatorFactory[0]
[Wizard]       CreateService - Adding region
[Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       .ctor - Created
[Wizard] dbug: Uno.Extensions.Hosting.Internal.Host[0]
[Wizard]       Hosting starting
[Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       StartAsync - Application data path is 'C:\Users\Роман\AppData\Local\Studio.Windows\config'
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard]       ReadPackageFileAsync - File 'appsettings.keyvaluestorageconfiguration.json' does not exist in package
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard]       ReadPackageFileAsync - File 'appsettings.userdata.json' does not exist in package
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard]       ReadPackageFileAsync - File 'appsettings.localizationconfiguration.json' does not exist in package
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard]       ReadPackageFileAsync - File 'appsettings.localizationsettings.json' does not exist in package
[Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Reloading configuration - started
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'ChainedConfigurationProvider'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'EnvironmentVariablesConfigurationProvider'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Loading from file 'appsettings.KeyValueStorageConfiguration.json'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - File doesn't exist 'C:\Users\Роман\AppData\Local\Studio.Windows\config\appsettings.KeyValueStorageConfiguration.json'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Loading from file 'appsettings.UserData.json'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Contents '{"UserData":{"ShownEmailCapture":true,"LastReplacementValues":{"$guid1$":"6fe9f6d2-9db0-4b86-90eb-d4f0b871afbb","$guid2$":"e113ae82-7dd9-40da-b7b2-16361f93d030","$guid3$":"fddd63e1-3d71-47aa-8a07-e46d522b47db","$guid4$":"2b49d0bc-d8a4-4226-abe6-56739524850e","$guid5$":"7b3b11c1-3b7e-499c-9b02-c98383cc1303","$guid6$":"66acaa4d-8578-4b0e-a5c0-87fb2ef178c2","$guid7$":"e3d416c5-bae3-4561-95ad-ce1634b40ce1","$guid8$":"5fd3b649-9595-4138-949f-d0968ce5a1ec","$guid9$":"7984bcc0-432c-47ba-8e8f-e4d1184ca06b","$guid10$":"fcbda1be-b19c-44c6-b1b8-717617b97a4e","$time$":"12.06.2023 12:37:44","$year$":"2023","$username$":"\u0420\u043E\u043C\u0430\u043D","$userdomain$":"DIAMOND-MINI","$machinename$":"DIAMOND-MINI","$clrversion$":"4.0.30319.42000","$registeredorganization$":"","$runsilent$":"False","$language$":"CSharp","$uistyle$":"none","$groupid$":"Uno.Platform.UnoApp.WinUI.netcoremobile.VS","$solutiondirectory$":"C:\\Users\\\u0420\u043E\u043C\u0430\u043D\\source\\repos\\UnoApp3","$projectname$":"UnoApp3","$safeprojectname$":"UnoApp3","$currentuiculturename$":"ru-RU","$installpath$":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\","$specifiedsolutionname$":"","$exclusiveproject$":"True","$destinationdirectory$":"C:\\Users\\\u0420\u043E\u043C\u0430\u043D\\source\\repos\\UnoApp3","passthrough_appId":"com.companyname.UnoApp3","passthrough_usePrereleasePackages":"False","passthrough_publisher":"O=\u0420\u043E\u043C\u0430\u043D","passthrough_preset":"recommended","passthrough_tfm":"net7.0","passthrough_markup":"xaml","passthrough_platforms":"maccatalyst|windows","passthrough_server":"False","passthrough_authentication":"none","passthrough_cpm":"true","passthrough_vscode":"False","passthrough_wasmPwaManifest":"False","passthrough_skipRestore":"false","passthrough_unoWinUIVersion":"4.9.17","passthrough_unoExtensionsVersion":"2.4.1","passthrough_unoExtensionsLoggingVersion":"1.4.0","passthrough_skiaSharpVersion":"2.88.3","passthrough_unoCoreExtensionsLoggingVersion":"4.0.1","passthrough_unoThemesVersion":"2.6.0","passthrough_unoDspTasksVersion":"1.1.0","passthrough_unoToolkitVersion":"3.0.4","passthrough_unoResizetizerVersion":"1.1.0","passthrough_unoUniversalImageLoaderVersion":"1.9.36","passthrough_unoMarkupVersion":"4.8.0-dev.30","passthrough_unoUITestHelpersVersion":"1.1.0-dev.55","passthrough_isVsix":"true","passthrough_appTheme":"fluent","passthrough_architecture":"mvux","passthrough_configuration":"False","passthrough_dependencyInjection":"False","passthrough_logging":"none","passthrough_navigation":"blank","passthrough_http":"False","passthrough_localization":"False","passthrough_skip-restore":"true","passthrough_tests":"none","passthrough_toolkit":"true"},"UsePrereleasePackages":false}}'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Loading from full path 'C:\Users\Роман\AppData\Local\Studio.Windows\config\appsettings.UserData.json'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Loading from file 'appsettings.LocalizationConfiguration.json'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - File doesn't exist 'C:\Users\Роман\AppData\Local\Studio.Windows\config\appsettings.LocalizationConfiguration.json'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Loading from file 'appsettings.LocalizationSettings.json'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - File doesn't exist 'C:\Users\Роман\AppData\Local\Studio.Windows\config\appsettings.LocalizationSettings.json'
[Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Reloading configuration complete
[Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       StartAsync - Startup completed
[Wizard] trce: Uno.Extensions.Storage.FileStorage[0]
[Wizard]       ReadPackageFileAsync - Reading file 'ms-appx:///TemplateWizard.json'
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard]       ReadPackageFileAsync - Unable to read file 'TemplateWizard.json' due to exception Value does not fall within the expected range.
[Wizard] WizardData { NavigationElements = Studio.Model.NavigationElement[], TemplateTypes = TemplateTypes { SymbolId = preset, Choices = Studio.Model.Template[], Platforms = System.String[] }, Sections = System.Collections.Generic.Dictionary`2[System.String,Studio.Model.Section[]], MetaData = System.Collections.Generic.Dictionary`2[System.String,Studio.Model.SymbolMetaData], ExportableSymbols = System.String[], PackagesToUpdate = Studio.Model.PackageDef[] }
[Wizard] trce: Uno.Extensions.Storage.FileStorage[0]
[Wizard]       ReadPackageFileAsync - Reading file 'ms-appx:///Template.json'
[Wizard] info: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: ContentControlNavigator Request: 
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard]       NavigateAsync -  Navigator: ContentControlNavigator Request: 
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard]       InitializeRequest - Empty route on root region - looking up default route
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard]       InitializeRequest - Default route found with path 'QuickStart'
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard]       Show - Creating instance of type 'FrameView'
[Wizard] info: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard]       CreateControlFromType - Creating control of type FrameView
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard]       Show - Instance created
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard]       ReadPackageFileAsync - Unable to read file 'Template.json' due to exception Value does not fall within the expected range.
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] dbug: Uno.Extensions.Navigation.NavigatorFactory[0]
[Wizard]       CreateService - Adding region
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: QuickStart
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       Show - Invoking Frame.Navigate to type 'QuickStartPage'
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       Show - Frame.Navigate completed
[Wizard] dbug: Uno.Extensions.Configuration.IWritableOptions[0]
[Wizard]       Value - Get current value
[Wizard] dbug: Uno.Extensions.Hosting.Internal.Host[0]
[Wizard]       Hosting started
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [18d0662a-4826-401c-b62c-ec2114bed6d1] Navigation Start
[Wizard]       [18d0662a-4826-401c-b62c-ec2114bed6d1 - 0] ContentControlNavigator - unnamed -  
[Wizard]       [18d0662a-4826-401c-b62c-ec2114bed6d1 - 0] FrameNavigator - unnamed - QuickStart (internal)
[Wizard]       [18d0662a-4826-401c-b62c-ec2114bed6d1 - 0] Navigation End
[Wizard]       
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       CanBind - CanBind: Microsoft.UI.Xaml.Controls.Button inherits from Microsoft.UI.Xaml.Controls.Primitives.ButtonBase that is Microsoft.UI.Xaml.Controls.Primitives.ButtonBase
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       BindAction - Subscribing
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       CanBind - CanBind: Microsoft.UI.Xaml.Controls.Button inherits from Microsoft.UI.Xaml.Controls.Primitives.ButtonBase that is Microsoft.UI.Xaml.Controls.Primitives.ButtonBase
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       BindAction - Subscribing
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       Bind - Button clicked
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: Navigation
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Navigation
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectNavigateAsync - No redirection - Navigator can handle request (and parent cannot)
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Attempting to create response navigator for result type QuickStartChoice
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       Show - Invoking Frame.Navigate to type 'NavigationPage'
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       Show - Frame.Navigate completed
[Wizard] dbug: Uno.Extensions.Configuration.IWritableOptions[0]
[Wizard]       Value - Get current value
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] dbug: Uno.Extensions.Navigation.NavigatorFactory[0]
[Wizard]       CreateService - Adding region
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       DefaultRouteRequest - Request is empty, so need to determine if there are default routes to navigate to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [0546a84c-5d21-4857-8297-2d41737737d7] Navigation Start
[Wizard]       [0546a84c-5d21-4857-8297-2d41737737d7 - 0] FrameNavigator - unnamed - Navigation 
[Wizard]       [0546a84c-5d21-4857-8297-2d41737737d7 - 0] Navigation End
[Wizard]       
[Wizard] trce: Uno.Extensions.Navigation.UI.NavigationViewRequestHandler[0]
[Wizard]       CanBind - CanBind: Microsoft.UI.Xaml.Controls.NavigationView is Microsoft.UI.Xaml.Controls.NavigationView
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: ./Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: ./Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectForNestedQualifier - Forced redirection to children (1) New request: Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       NavigateAsync -  Navigator: PanelVisiblityNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       Show - Creating instance of type 'FrameView'
[Wizard] info: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CreateControlFromType - Creating control of type FrameView
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       Show - Instance created
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] dbug: Uno.Extensions.Navigation.NavigatorFactory[0]
[Wizard]       CreateService - Adding region
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       Show - Invoking Frame.Navigate to type 'SectionPage'
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       Show - Frame.Navigate completed
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [95c0facb-9691-47a1-ba3a-dc515b3de47b] Navigation Start
[Wizard]       [95c0facb-9691-47a1-ba3a-dc515b3de47b - 0] FrameNavigator - unnamed - ./Section 
[Wizard]       [95c0facb-9691-47a1-ba3a-dc515b3de47b - 0] PanelVisiblityNavigator - Navigation - Section (internal)
[Wizard]       [95c0facb-9691-47a1-ba3a-dc515b3de47b - 0] FrameNavigator - Section - Section (internal)
[Wizard]       [95c0facb-9691-47a1-ba3a-dc515b3de47b - 0] Navigation End
[Wizard]       
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       BindAction - Unsubscribing
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       BindAction - Unsubscribing
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: -
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: -
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectNavigateAsync - No redirection - Navigator can handle request (and parent cannot)
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       FrameGoBack - Invoking Frame.GoBack
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       FrameGoBack - Frame.GoBack completed
[Wizard] dbug: Uno.Extensions.Configuration.IWritableOptions[0]
[Wizard]       Value - Get current value
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [6bc3ad32-4702-4b60-b978-87c00ea77574] Navigation Start
[Wizard]       [6bc3ad32-4702-4b60-b978-87c00ea77574 - 0] FrameNavigator - unnamed - - 
[Wizard]       [6bc3ad32-4702-4b60-b978-87c00ea77574 - 0] Navigation End
[Wizard]       
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       CanBind - CanBind: Microsoft.UI.Xaml.Controls.Button inherits from Microsoft.UI.Xaml.Controls.Primitives.ButtonBase that is Microsoft.UI.Xaml.Controls.Primitives.ButtonBase
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       BindAction - Subscribing
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       CanBind - CanBind: Microsoft.UI.Xaml.Controls.Button inherits from Microsoft.UI.Xaml.Controls.Primitives.ButtonBase that is Microsoft.UI.Xaml.Controls.Primitives.ButtonBase
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       BindAction - Subscribing
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       Bind - Button clicked
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: Navigation
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Navigation
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectNavigateAsync - No redirection - Navigator can handle request (and parent cannot)
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Attempting to create response navigator for result type QuickStartChoice
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       Show - Invoking Frame.Navigate to type 'NavigationPage'
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       Show - Frame.Navigate completed
[Wizard] dbug: Uno.Extensions.Configuration.IWritableOptions[0]
[Wizard]       Value - Get current value
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] dbug: Uno.Extensions.Navigation.NavigatorFactory[0]
[Wizard]       CreateService - Adding region
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       DefaultRouteRequest - Request is empty, so need to determine if there are default routes to navigate to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [32f63395-f4e3-4a4f-8137-455abd3a49a6] Navigation Start
[Wizard]       [32f63395-f4e3-4a4f-8137-455abd3a49a6 - 0] FrameNavigator - unnamed - Navigation 
[Wizard]       [32f63395-f4e3-4a4f-8137-455abd3a49a6 - 0] Navigation End
[Wizard]       
[Wizard] trce: Uno.Extensions.Navigation.UI.NavigationViewRequestHandler[0]
[Wizard]       CanBind - CanBind: Microsoft.UI.Xaml.Controls.NavigationView is Microsoft.UI.Xaml.Controls.NavigationView
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: ./Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: ./Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectForNestedQualifier - Forced redirection to children (1) New request: Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       NavigateAsync -  Navigator: PanelVisiblityNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       Show - Creating instance of type 'FrameView'
[Wizard] info: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CreateControlFromType - Creating control of type FrameView
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       Show - Instance created
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] dbug: Uno.Extensions.Navigation.NavigatorFactory[0]
[Wizard]       CreateService - Adding region
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       Show - Invoking Frame.Navigate to type 'SectionPage'
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       Show - Frame.Navigate completed
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [e0a72a78-be42-4ec1-b776-c7301c6c2eb2] Navigation Start
[Wizard]       [e0a72a78-be42-4ec1-b776-c7301c6c2eb2 - 0] FrameNavigator - unnamed - ./Section 
[Wizard]       [e0a72a78-be42-4ec1-b776-c7301c6c2eb2 - 0] PanelVisiblityNavigator - Navigation - Section (internal)
[Wizard]       [e0a72a78-be42-4ec1-b776-c7301c6c2eb2 - 0] FrameNavigator - Section - Section (internal)
[Wizard]       [e0a72a78-be42-4ec1-b776-c7301c6c2eb2 - 0] Navigation End
[Wizard]       
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       BindAction - Unsubscribing
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard]       BindAction - Unsubscribing
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: ./Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: ./Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectForNestedQualifier - Forced redirection to children (1) New request: Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       NavigateAsync -  Navigator: PanelVisiblityNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [a5773c67-bd49-447c-be63-0f5ffd9ab121] Navigation Start
[Wizard]       [a5773c67-bd49-447c-be63-0f5ffd9ab121 - 0] FrameNavigator - unnamed - ./Section 
[Wizard]       [a5773c67-bd49-447c-be63-0f5ffd9ab121 - 0] PanelVisiblityNavigator - Navigation - Section (internal)
[Wizard]       [a5773c67-bd49-447c-be63-0f5ffd9ab121 - 0] FrameNavigator - Section - Section (internal)
[Wizard]       [a5773c67-bd49-447c-be63-0f5ffd9ab121 - 0] Navigation End
[Wizard]       
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: ./Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: ./Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectForNestedQualifier - Forced redirection to children (1) New request: Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       NavigateAsync -  Navigator: PanelVisiblityNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [0be52d16-21c9-4ebd-801b-379da5ab6052] Navigation Start
[Wizard]       [0be52d16-21c9-4ebd-801b-379da5ab6052 - 0] FrameNavigator - unnamed - ./Section 
[Wizard]       [0be52d16-21c9-4ebd-801b-379da5ab6052 - 0] PanelVisiblityNavigator - Navigation - Section (internal)
[Wizard]       [0be52d16-21c9-4ebd-801b-379da5ab6052 - 0] FrameNavigator - Section - Section (internal)
[Wizard]       [0be52d16-21c9-4ebd-801b-379da5ab6052 - 0] Navigation End
[Wizard]       
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: ./Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: ./Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectForNestedQualifier - Forced redirection to children (1) New request: Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       NavigateAsync -  Navigator: PanelVisiblityNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [f33f3569-11f8-43cd-9f80-fe3b0b5e3dd0] Navigation Start
[Wizard]       [f33f3569-11f8-43cd-9f80-fe3b0b5e3dd0 - 0] FrameNavigator - unnamed - ./Section 
[Wizard]       [f33f3569-11f8-43cd-9f80-fe3b0b5e3dd0 - 0] PanelVisiblityNavigator - Navigation - Section (internal)
[Wizard]       [f33f3569-11f8-43cd-9f80-fe3b0b5e3dd0 - 0] FrameNavigator - Section - Section (internal)
[Wizard]       [f33f3569-11f8-43cd-9f80-fe3b0b5e3dd0 - 0] Navigation End
[Wizard]       
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: ./Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: ./Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectForNestedQualifier - Forced redirection to children (1) New request: Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       NavigateAsync -  Navigator: PanelVisiblityNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [e39c733e-51ed-4bf4-9935-c7f12c5ccd28] Navigation Start
[Wizard]       [e39c733e-51ed-4bf4-9935-c7f12c5ccd28 - 0] FrameNavigator - unnamed - ./Section 
[Wizard]       [e39c733e-51ed-4bf4-9935-c7f12c5ccd28 - 0] PanelVisiblityNavigator - Navigation - Section (internal)
[Wizard]       [e39c733e-51ed-4bf4-9935-c7f12c5ccd28 - 0] FrameNavigator - Section - Section (internal)
[Wizard]       [e39c733e-51ed-4bf4-9935-c7f12c5ccd28 - 0] Navigation End
[Wizard]       
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: ./Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: ./Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectForNestedQualifier - Forced redirection to children (1) New request: Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       NavigateAsync -  Navigator: PanelVisiblityNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [d8936a56-da50-4ea2-9055-4b098a9502c3] Navigation Start
[Wizard]       [d8936a56-da50-4ea2-9055-4b098a9502c3 - 0] FrameNavigator - unnamed - ./Section 
[Wizard]       [d8936a56-da50-4ea2-9055-4b098a9502c3 - 0] PanelVisiblityNavigator - Navigation - Section (internal)
[Wizard]       [d8936a56-da50-4ea2-9055-4b098a9502c3 - 0] FrameNavigator - Section - Section (internal)
[Wizard]       [d8936a56-da50-4ea2-9055-4b098a9502c3 - 0] Navigation End
[Wizard]       
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: ./Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: ./Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectForNestedQualifier - Forced redirection to children (1) New request: Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       NavigateAsync -  Navigator: PanelVisiblityNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [5227bd0f-a582-48d7-b6ff-37643ecf7939] Navigation Start
[Wizard]       [5227bd0f-a582-48d7-b6ff-37643ecf7939 - 0] FrameNavigator - unnamed - ./Section 
[Wizard]       [5227bd0f-a582-48d7-b6ff-37643ecf7939 - 0] PanelVisiblityNavigator - Navigation - Section (internal)
[Wizard]       [5227bd0f-a582-48d7-b6ff-37643ecf7939 - 0] FrameNavigator - Section - Section (internal)
[Wizard]       [5227bd0f-a582-48d7-b6ff-37643ecf7939 - 0] Navigation End
[Wizard]       
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: ./Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: ./Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectForNestedQualifier - Forced redirection to children (1) New request: Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       NavigateAsync -  Navigator: PanelVisiblityNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [b9f1b07a-df19-4794-bbac-ea767fb0ec8d] Navigation Start
[Wizard]       [b9f1b07a-df19-4794-bbac-ea767fb0ec8d - 0] FrameNavigator - unnamed - ./Section 
[Wizard]       [b9f1b07a-df19-4794-bbac-ea767fb0ec8d - 0] PanelVisiblityNavigator - Navigation - Section (internal)
[Wizard]       [b9f1b07a-df19-4794-bbac-ea767fb0ec8d - 0] FrameNavigator - Section - Section (internal)
[Wizard]       [b9f1b07a-df19-4794-bbac-ea767fb0ec8d - 0] Navigation End
[Wizard]       
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: ./Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: ./Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectForNestedQualifier - Forced redirection to children (1) New request: Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       NavigateAsync -  Navigator: PanelVisiblityNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [d05f0213-d26a-4f0a-9dd0-f10c91d7543a] Navigation Start
[Wizard]       [d05f0213-d26a-4f0a-9dd0-f10c91d7543a - 0] FrameNavigator - unnamed - ./Section 
[Wizard]       [d05f0213-d26a-4f0a-9dd0-f10c91d7543a - 0] PanelVisiblityNavigator - Navigation - Section (internal)
[Wizard]       [d05f0213-d26a-4f0a-9dd0-f10c91d7543a - 0] FrameNavigator - Section - Section (internal)
[Wizard]       [d05f0213-d26a-4f0a-9dd0-f10c91d7543a - 0] Navigation End
[Wizard]       
[Wizard] info: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync - Starting Navigation - Navigator: FrameNavigator Request: ./Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: ./Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RedirectForNestedQualifier - Forced redirection to children (1) New request: Section
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       NavigateAsync -  Navigator: PanelVisiblityNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Region has 1 children
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       NavigateAsync -  Navigator: FrameNavigator Request: Section
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.PanelVisiblityNavigator[0]
[Wizard]       RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard]       EndNavigation - Post-navigation (summary):
[Wizard] [570582d2-3199-4355-a9e4-f2fb8bb0aace] Navigation Start
[Wizard]       [570582d2-3199-4355-a9e4-f2fb8bb0aace - 0] FrameNavigator - unnamed - ./Section 
[Wizard]       [570582d2-3199-4355-a9e4-f2fb8bb0aace - 0] PanelVisiblityNavigator - Navigation - Section (internal)
[Wizard]       [570582d2-3199-4355-a9e4-f2fb8bb0aace - 0] FrameNavigator - Section - Section (internal)
[Wizard]       [570582d2-3199-4355-a9e4-f2fb8bb0aace - 0] Navigation End
[Wizard]       
[Wizard] dbug: Uno.Extensions.Configuration.IWritableOptions[0]
[Wizard]       UpdateAsync - Updating options, saving to file 'C:\Users\Роман\AppData\Local\Studio.Windows\config/appsettings.UserData.json'
[Wizard] dbug: Uno.Extensions.Configuration.IWritableOptions[0]
[Wizard]       Value - Get current value
[Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Reloading configuration - started
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'ChainedConfigurationProvider'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'EnvironmentVariablesConfigurationProvider'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Loading from file 'appsettings.UserData.json'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Contents '{"UserData":{"ShownEmailCapture":true,"LastReplacementValues":{"$guid1$":"9996760d-14c7-4e76-9c56-c4a714ebf316","$guid2$":"73a5b29d-1d60-42c2-9aa5-4a626af81a4c","$guid3$":"c78e4b0b-030c-4937-8dff-2eeeee415ada","$guid4$":"c1e08d86-d7f3-4e03-a3da-f82418020280","$guid5$":"8ce817ea-67e5-4eeb-9cb8-d1304bd5e2ac","$guid6$":"5dd086fb-3f8a-4b76-a40a-8acc7673e73e","$guid7$":"cf236794-8568-44b5-97ec-e02b34bb8672","$guid8$":"63268ec8-f9be-4cd7-acbf-5060206ef8ff","$guid9$":"ad44301f-f434-469f-9a12-afa91d5bc7fe","$guid10$":"da761627-7fbe-4826-8a7c-9f3b57bfcc29","$time$":"12.06.2023 12:44:25","$year$":"2023","$username$":"\u0420\u043E\u043C\u0430\u043D","$userdomain$":"DIAMOND-MINI","$machinename$":"DIAMOND-MINI","$clrversion$":"4.0.30319.42000","$registeredorganization$":"","$runsilent$":"False","$language$":"CSharp","$uistyle$":"none","$groupid$":"Uno.Platform.UnoApp.WinUI.netcoremobile.VS","$solutiondirectory$":"C:\\Users\\\u0420\u043E\u043C\u0430\u043D\\source\\repos\\UnoApp5","$projectname$":"UnoApp5","$safeprojectname$":"UnoApp5","$currentuiculturename$":"ru-RU","$installpath$":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\","$specifiedsolutionname$":"","$exclusiveproject$":"True","$destinationdirectory$":"C:\\Users\\\u0420\u043E\u043C\u0430\u043D\\source\\repos\\UnoApp5","passthrough_appId":"com.companyname.UnoApp5","passthrough_usePrereleasePackages":"False","passthrough_publisher":"O=\u0420\u043E\u043C\u0430\u043D","passthrough_preset":"blank","passthrough_tfm":"net7.0","passthrough_markup":"xaml","passthrough_platforms":"windows","passthrough_server":"false","passthrough_cultures":"","passthrough_authentication":"none","passthrough_cpm":"true","passthrough_vscode":"False","passthrough_wasmPwaManifest":"False","passthrough_skipRestore":"false","passthrough_unoWinUIVersion":"4.9.17","passthrough_unoExtensionsVersion":"2.4.1","passthrough_unoExtensionsLoggingVersion":"1.4.0","passthrough_skiaSharpVersion":"2.88.3","passthrough_unoCoreExtensionsLoggingVersion":"4.0.1","passthrough_unoThemesVersion":"2.6.0","passthrough_unoDspTasksVersion":"1.1.0","passthrough_unoToolkitVersion":"3.0.4","passthrough_unoResizetizerVersion":"1.1.0","passthrough_unoUniversalImageLoaderVersion":"1.9.36","passthrough_unoMarkupVersion":"4.8.0-dev.30","passthrough_unoUITestHelpersVersion":"1.1.0-dev.55","passthrough_isVsix":"true","passthrough_appTheme":"fluent","passthrough_architecture":"none","passthrough_configuration":"false","passthrough_dependencyInjection":"false","passthrough_logging":"none","passthrough_navigation":"blank","passthrough_http":"false","passthrough_localization":"false","passthrough_skip-restore":"true","passthrough_tests":"none","passthrough_toolkit":"True"},"UsePrereleasePackages":false}}'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Loading from full path 'C:\Users\Роман\AppData\Local\Studio.Windows\config\appsettings.UserData.json'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider'
[Wizard] trce: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider'
[Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0]
[Wizard]       ReloadAllFileConfigurationProviders - Reloading configuration complete
[Wizard] dbug: Uno.Extensions.Configuration.IWritableOptions[0]
[Wizard]       Value - Get current value
[Wizard] 
[Wizard] 
[Wizard] Replacements 70:
[Wizard]   $guid1$ = 9996760d-14c7-4e76-9c56-c4a714ebf316
[Wizard]   $guid2$ = 73a5b29d-1d60-42c2-9aa5-4a626af81a4c
[Wizard]   $guid3$ = c78e4b0b-030c-4937-8dff-2eeeee415ada
[Wizard]   $guid4$ = c1e08d86-d7f3-4e03-a3da-f82418020280
[Wizard]   $guid5$ = 8ce817ea-67e5-4eeb-9cb8-d1304bd5e2ac
[Wizard]   $guid6$ = 5dd086fb-3f8a-4b76-a40a-8acc7673e73e
[Wizard]   $guid7$ = cf236794-8568-44b5-97ec-e02b34bb8672
[Wizard]   $guid8$ = 63268ec8-f9be-4cd7-acbf-5060206ef8ff
[Wizard]   $guid9$ = ad44301f-f434-469f-9a12-afa91d5bc7fe
[Wizard]   $guid10$ = da761627-7fbe-4826-8a7c-9f3b57bfcc29
[Wizard]   $time$ = 12.06.2023 12:44:25
[Wizard]   $year$ = 2023
[Wizard]   $username$ = Роман
[Wizard]   $userdomain$ = DIAMOND-MINI
[Wizard]   $machinename$ = DIAMOND-MINI
[Wizard]   $clrversion$ = 4.0.30319.42000
[Wizard]   $registeredorganization$ = 
[Wizard]   $runsilent$ = False
[Wizard]   $language$ = CSharp
[Wizard]   $uistyle$ = none
[Wizard]   $groupid$ = Uno.Platform.UnoApp.WinUI.netcoremobile.VS
[Wizard]   $solutiondirectory$ = C:\Users\Роман\source\repos\UnoApp5
[Wizard]   $projectname$ = UnoApp5
[Wizard]   $safeprojectname$ = UnoApp5
[Wizard]   $currentuiculturename$ = ru-RU
[Wizard]   $installpath$ = C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\
[Wizard]   $specifiedsolutionname$ = 
[Wizard]   $exclusiveproject$ = True
[Wizard]   $destinationdirectory$ = C:\Users\Роман\source\repos\UnoApp5
[Wizard]   passthrough:appId = com.companyname.UnoApp5
[Wizard]   passthrough:usePrereleasePackages = False
[Wizard]   passthrough:publisher = O=Роман
[Wizard]   passthrough:preset = blank
[Wizard]   passthrough:tfm = net7.0
[Wizard]   passthrough:markup = xaml
[Wizard]   passthrough:platforms = windows
[Wizard]   passthrough:server = false
[Wizard]   passthrough:cultures = 
[Wizard]   passthrough:authentication = none
[Wizard]   passthrough:cpm = true
[Wizard]   passthrough:vscode = False
[Wizard]   passthrough:wasmPwaManifest = False
[Wizard]   passthrough:skipRestore = false
[Wizard]   passthrough:unoWinUIVersion = 4.9.20
[Wizard]   passthrough:unoExtensionsVersion = 2.4.2
[Wizard]   passthrough:unoExtensionsLoggingVersion = 1.4.0
[Wizard]   passthrough:skiaSharpVersion = 2.88.3
[Wizard]   passthrough:unoCoreExtensionsLoggingVersion = 4.0.1
[Wizard]   passthrough:unoThemesVersion = 2.6.1
[Wizard]   passthrough:unoDspTasksVersion = 1.1.0
[Wizard]   passthrough:unoToolkitVersion = 3.0.4
[Wizard]   passthrough:unoResizetizerVersion = 1.1.0
[Wizard]   passthrough:unoUniversalImageLoaderVersion = 1.9.36
[Wizard]   passthrough:unoMarkupVersion = 4.8.0-dev.35
[Wizard]   passthrough:unoUITestHelpersVersion = 1.1.0-dev.59
[Wizard]   passthrough:isVsix = true
[Wizard]   passthrough:appTheme = fluent
[Wizard]   passthrough:architecture = none
[Wizard]   passthrough:configuration = false
[Wizard]   passthrough:dependencyInjection = false
[Wizard]   passthrough:logging = none
[Wizard]   passthrough:navigation = blank
[Wizard]   passthrough:http = false
[Wizard]   passthrough:localization = false
[Wizard]   passthrough:skip-restore = true
[Wizard]   passthrough:tests = none
[Wizard]   passthrough:toolkit = True
[Wizard]   passthrough:isCustomized = True
[Wizard]   passthrough:unoWasmBootstrapVersion = 7.0.24
[Wizard]   __CanCreateProject = True
[Wizard] Wizard closed
[Wizard] Solution opened, running post-create actions
[Wizard] No build running, so running actions
[Wizard] Opening welcome page
[Wizard] Creating solution folders
[Wizard] Creating solution folder Source/Platforms
[Wizard] Creating solution folder Source
[Wizard] Creating solution folder Source/Platforms
[Wizard] Removing UnoApp5.Windows from Solution
[Wizard] Removing UnoApp5 from Solution
[Wizard] Adding UnoApp5 to Source
[Wizard] Adding UnoApp5.Windows to Source/Platforms
[Wizard] Collapsing all projects
[Wizard] Setting startup project to UnoApp5.Windows
[Wizard] Setting buildable and deployable projects
[Wizard] Activating default configuration: Debug|x86
[Wizard] Post-creation actions completed

@nickrandolph
Copy link
Contributor

Yeh I suspected that you wouldn't get any errors but thanks for running the test. It was the replacement values that I was looking for as it seems that some combination of those is failing when run in the stable relase of the wizard (and the unoapp template)

@tenderodigital
Copy link

Hi Nick: I've followed your instructions. And the error has not appeared. With the minimum template it has worked. I have compiled and tested on Windows, Android and Wasm without problems.

Then I went into Visual Studio and followed the normal process with a custom template and it also worked.

I attach the log output that you ask us. If you need anything else I am at your disposal.

A strange thing that appears to me (and I was already on the day of the first error) is that duplicate templates appear. I attach an image.

image

[Wizard] Launching Uno Platform Wizard
[Wizard] Wizard activated
[Wizard] fail: Uno.Extensions.Toolkit.ScopedThemeService[0]
[Wizard] GetSavedTheme - [ThemeService.GetSavedTheme()] - Error while reading stored theme.
[Wizard] System.InvalidOperationException: Exception of type 'System.InvalidOperationException' was thrown.
[Wizard] at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr)
[Wizard] at ABI.Windows.Storage.IApplicationDataStaticsMethods.get_Current(IObjectReference _obj)
[Wizard] at Windows.Storage.ApplicationData.get_Current()
[Wizard] at Uno.Extensions.Toolkit.ThemeService.GetSavedTheme()
[Wizard] fail: Uno.Extensions.Toolkit.ScopedThemeService[0]
[Wizard] [ThemeService.SaveDesiredTheme(System)] - Error while updating current theme.
[Wizard] System.InvalidOperationException: Exception of type 'System.InvalidOperationException' was thrown.
[Wizard] at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr)
[Wizard] at ABI.Windows.Storage.IApplicationDataStaticsMethods.get_Current(IObjectReference _obj)
[Wizard] at Windows.Storage.ApplicationData.get_Current()
[Wizard] at Uno.Extensions.Toolkit.ThemeService.SaveDesiredTheme(AppTheme theme)
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard] ReadPackageFileAsync - File 'appsettings.keyvaluestorageconfiguration.json' does not exist in package
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard] ReadPackageFileAsync - File 'appsettings.userdata.json' does not exist in package
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard] ReadPackageFileAsync - File 'appsettings.localizationconfiguration.json' does not exist in package
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard] ReadPackageFileAsync - File 'appsettings.localizationsettings.json' does not exist in package
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard] ReadPackageFileAsync - Unable to read file 'TemplateWizard.json' due to exception Value does not fall within the expected range.
[Wizard] WizardData { NavigationElements = Studio.Model.NavigationElement[], TemplateTypes = TemplateTypes { SymbolId = preset, Choices = Studio.Model.Template[], Platforms = System.String[] }, Sections = System.Collections.Generic.Dictionary2[System.String,Studio.Model.Section[]], MetaData = System.Collections.Generic.Dictionary2[System.String,Studio.Model.SymbolMetaData], ExportableSymbols = System.String[], PackagesToUpdate = Studio.Model.PackageDef[] }
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard] ReadPackageFileAsync - Unable to read file 'Template.json' due to exception Value does not fall within the expected range.
[Wizard]
[Wizard]
[Wizard] Wizard closed
[INFO] Uno Remote Control initialized (4.9.20+Branch.release-stable-4.9.Sha.a27d66c1055be0fc83ab30a8bfd46827c4ad97c4.a27d66c1055be0fc83ab30a8bfd46827c4ad97c4)
[INFO] Loaded the Uno.WinUI.RemoteControl Remote Control service (4.9.20).
[DEBUG] dbug: Microsoft.AspNetCore.Hosting.Diagnostics[3]
[DEBUG] Hosting starting
[DEBUG] dbug: Microsoft.AspNetCore.Hosting.Diagnostics[4]
[DEBUG] Hosting started
[DEBUG] Hosting environment: Production
[DEBUG] dbugContent root path: C:\Users\Usuario.nuget\packages\uno.winui.remotecontrol\4.9.20\tools\rc\host
[DEBUG] : Microsoft.AspNetCore.Hosting.Diagnostics[13]
[DEBUG] Loaded hosting startup assembly Uno.UI.RemoteControl.Host
[DEBUG] Now listening on: http://[::]:55819
[DEBUG] Application started. Press Ctrl+C to shut down.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[39]
[DEBUG] Connection id "0HMRB49JG6RD2" accepted.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[1]
[DEBUG] Connection id "0HMRB49JG6RD2" started.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[39]
[DEBUG] Connection id "0HMRB49JG6RD3" accepted.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[1]
[DEBUG] Connection id "0HMRB49JG6RD3" started.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[39]
[DEBUG] Connection id "0HMRB49JG6RD4" accepted.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[1]
[DEBUG] Connection id "0HMRB49JG6RD4" started.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[39]
[DEBUG] Connection id "0HMRB49JG6RD5" accepted.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[1]
[DEBUG] Connection id "0HMRB49JG6RD5" started.
[DEBUG] info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
[DEBUG] Request starting HTTP/1.1 GET http://192.168.31.174:55819/rc - -
[DEBUG] info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
[DEBUG] Request starting HTTP/1.1 GET http://192.168.56.1:55819/rc - -
[DEBUG] info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
[DEBUG] Request starting HTTP/1.1 GET http://169.254.25.18:55819/rc - -
[DEBUG] info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
[DEBUG] Request starting HTTP/1.1 GET http://172.30.160.1:55819/rc - -
[DEBUG] dbug: Microsoft.AspNetCore.Routing.RouteBase[1]
[DEBUG] Request successfully matched the route with name '(null)' and template 'rc'
[DEBUG] dbug: Microsoft.AspNetCore.Routing.RouteBase[1]
[DEBUG] Request successfully matched the route with name '(null)' and template 'rc'
[DEBUG] dbug: Microsoft.AspNetCore.Routing.RouteBase[1]
[DEBUG] Request successfully matched the route with name '(null)' and template 'rc'
[DEBUG] dbug: Microsoft.AspNetCore.Routing.RouteBase[1]
[DEBUG] Request successfully matched the route with name '(null)' and template 'rc'
[DEBUG] info: Microsoft.AspNetCore.Builder.IApplicationBuilder[0]
[DEBUG] Accepted connection from ::ffff:192.168.56.1
[DEBUG] info: Microsoft.AspNetCore.Builder.IApplicationBuilder[0]
[DEBUG] Accepted connection from ::ffff:169.254.25.18%7
[DEBUG] info: Microsoft.AspNetCore.Builder.IApplicationBuilder[0]
[DEBUG] Accepted connection from ::ffff:192.168.31.174
[DEBUG] info: Microsoft.AspNetCore.Builder.IApplicationBuilder[0]
[DEBUG] Accepted connection from ::ffff:172.30.160.1
[DEBUG] dbug: Uno.UI.RemoteControl.Host.RemoteControlServer[0]
[DEBUG] Starting RemoteControlServer
[DEBUG] dbug: Uno.UI.RemoteControl.Host.RemoteControlServer[0]
[DEBUG] Starting RemoteControlServer
[DEBUG] dbug: Uno.UI.RemoteControl.Host.RemoteControlServer[0]
[DEBUG] Starting RemoteControlServer
[DEBUG] dbug: Uno.UI.RemoteControl.Host.RemoteControlServer[0]
[DEBUG] Starting RemoteControlServer
[DEBUG] dbug: Uno.UI.RemoteControl.Host.RemoteControlServer[0]
[DEBUG] Discovery: Loading C:\Users\Usuario.nuget\packages\uno.winui.remotecontrol\4.9.20\buildTransitive..\tools\rc\processors\netcoreapp3.1\Uno.Core.Extensions.Disposables.dll
[DEBUG] dbug: Uno.UI.RemoteControl.Host.RemoteControlServer[0]
[DEBUG] Discovery: Loading C:\Users\Usuario.nuget\packages\uno.winui.remotecontrol\4.9.20\buildTransitive..\tools\rc\processors\netcoreapp3.1\Uno.Core.Extensions.dll
[DEBUG] dbug: Uno.UI.RemoteControl.Host.RemoteControlServer[0]
[DEBUG] Discovery: Loading C:\Users\Usuario.nuget\packages\uno.winui.remotecontrol\4.9.20\buildTransitive..\tools\rc\processors\netcoreapp3.1\Uno.Core.Extensions.Logging.Singleton.dll
[DEBUG] dbug: Uno.UI.RemoteControl.Host.RemoteControlServer[0]
[DEBUG] Discovery: Loading C:\Users\Usuario.nuget\packages\uno.winui.remotecontrol\4.9.20\buildTransitive..\tools\rc\processors\netcoreapp3.1\Uno.UI.RemoteControl.Server.dll
[DEBUG] dbug: Uno.UI.RemoteControl.Host.RemoteControlServer[0]
[DEBUG] Discovery: Loading C:\Users\Usuario.nuget\packages\uno.winui.remotecontrol\4.9.20\buildTransitive..\tools\rc\processors\netcoreapp3.1\Uno.UI.RemoteControl.Server.Processors.dll
[DEBUG] dbug: Uno.UI.RemoteControl.Host.RemoteControlServer[0]
[DEBUG] Discovery: Registering Uno.UI.RemoteControl.Host.HotReload.ServerHotReloadProcessor
[DEBUG] dbug: Uno.UI.RemoteControl.Host.HotReload.ServerHotReloadProcessor[0]
[DEBUG] Base project path: C:\Users\Usuario\source\repos\UnoApp8\UnoApp8.Mobile\UnoApp8.Mobile.csproj
[DEBUG] dbug: Uno.UI.RemoteControl.Host.HotReload.ServerHotReloadProcessor[0]
[DEBUG] Xaml Search Paths: C:\Users\Usuario\source\repos\UnoApp8\UnoApp8.Base, C:\Users\Usuario\source\repos\UnoApp8\UnoApp8
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets[6]
[DEBUG] Connection id "0HMRB49JG6RD4" received FIN.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets[6]
[DEBUG] Connection id "0HMRB49JG6RD5" received FIN.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets[6]
[DEBUG] Connection id "0HMRB49JG6RD3" received FIN.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets[6]
[DEBUG] Connection id "0HMRB49JG6RD2" received FIN.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets[7]
[DEBUG] Connection id "0HMRB49JG6RD5" sending FIN because: "The client closed the connection."
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets[7]
[DEBUG] Connection id "0HMRB49JG6RD3" sending FIN because: "The client closed the connection."
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets[7]
[DEBUG] Connection id "0HMRB49JG6RD4" sending FIN because: "The client closed the connection."
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets[7]
[DEBUG] Connection id "0HMRB49JG6RD2" sending FIN because: "The client closed the connection."
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[10]
[DEBUG] Connection id "0HMRB49JG6RD4" disconnecting.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[10]
[DEBUG] Connection id "0HMRB49JG6RD5" disconnecting.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[10]
[DEBUG] Connection id "0HMRB49JG6RD3" disconnecting.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[10]
[DEBUG] Connection id "0HMRB49JG6RD2" disconnecting.
[DEBUG] info: Microsoft.AspNetCore.Builder.IApplicationBuilder[0]
[DEBUG] Disposing connection from ::ffff:172.30.160.1
[DEBUG] info: Microsoft.AspNetCore.Builder.IApplicationBuilder[0]
[DEBUG] Disposing connection from ::ffff:192.168.31.174
[DEBUG] info: Microsoft.AspNetCore.Builder.IApplicationBuilder[0]
[DEBUG] Disposing connection from ::ffff:192.168.56.1
[DEBUG] info: Microsoft.AspNetCore.Builder.IApplicationBuilder[0]
[DEBUG] Disposing connection from ::ffff:169.254.25.18%7
[DEBUG] fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]
[DEBUG] An unhandled exception has occurred while executing the request.
[DEBUG] System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake.
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure)
[DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TResult](Memory1 payloadBuffer, CancellationToken cancellationToken) [DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token) [DEBUG] at System.Threading.Tasks.ValueTask1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Uno.UI.RemoteControl.Helpers.WebSocketHelper.ReadFrame(WebSocket socket, CancellationToken token) in C:\a\1\s\src\Uno.UI.RemoteControl\Helpers\WebSocketHelper.cs:line 27
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlServer.Run(WebSocket socket, CancellationToken ct) in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlServer.cs:line 68
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlExtensions.<>c__DisplayClass0_0.<b__1>d.MoveNext() in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlExtensions.cs:line 38
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
[DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
[DEBUG] warn: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[2]
[DEBUG] The response has already started, the error page middleware will not be executed.
[DEBUG] fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]
[DEBUG] An unhandled exception has occurred while executing the request.
[DEBUG] System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake.
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure)
[DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TResult](Memory1 payloadBuffer, CancellationToken cancellationToken) [DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token) [DEBUG] at System.Threading.Tasks.ValueTask1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Uno.UI.RemoteControl.Helpers.WebSocketHelper.ReadFrame(WebSocket socket, CancellationToken token) in C:\a\1\s\src\Uno.UI.RemoteControl\Helpers\WebSocketHelper.cs:line 27
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlServer.Run(WebSocket socket, CancellationToken ct) in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlServer.cs:line 68
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlExtensions.<>c__DisplayClass0_0.<b__1>d.MoveNext() in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlExtensions.cs:line 38
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
[DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
[DEBUG] warn: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[2]
[DEBUG] The response has already started, the error page middleware will not be executed.
[DEBUG] fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]
[DEBUG] An unhandled exception has occurred while executing the request.
[DEBUG] System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake.
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure)
[DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TResult](Memory1 payloadBuffer, CancellationToken cancellationToken) [DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token) [DEBUG] at System.Threading.Tasks.ValueTask1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Uno.UI.RemoteControl.Helpers.WebSocketHelper.ReadFrame(WebSocket socket, CancellationToken token) in C:\a\1\s\src\Uno.UI.RemoteControl\Helpers\WebSocketHelper.cs:line 27
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlServer.Run(WebSocket socket, CancellationToken ct) in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlServer.cs:line 68
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlExtensions.<>c__DisplayClass0_0.<b__1>d.MoveNext() in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlExtensions.cs:line 38
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
[DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
[DEBUG] warn: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[2]
[DEBUG] The response has already started, the error page middleware will not be executed.
[DEBUG] fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]
[DEBUG] An unhandled exception has occurred while executing the request.
[DEBUG] System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake.
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure)
[DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TResult](Memory1 payloadBuffer, CancellationToken cancellationToken) [DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token) [DEBUG] at System.Threading.Tasks.ValueTask1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Uno.UI.RemoteControl.Helpers.WebSocketHelper.ReadFrame(WebSocket socket, CancellationToken token) in C:\a\1\s\src\Uno.UI.RemoteControl\Helpers\WebSocketHelper.cs:line 27
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlServer.Run(WebSocket socket, CancellationToken ct) in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlServer.cs:line 68
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlExtensions.<>c__DisplayClass0_0.<b__1>d.MoveNext() in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlExtensions.cs:line 38
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
[DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
[DEBUG] warn: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[2]
[DEBUG] The response has already started, the error page middleware will not be executed.
[DEBUG] fail: Microsoft.AspNetCore.Server.Kestrel[13]
[DEBUG] Connection id "0HMRB49JG6RD5", Request id "0HMRB49JG6RD5:00000002": An unhandled exception was thrown by the application.
[DEBUG] System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake.
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure)
[DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TResult](Memory1 payloadBuffer, CancellationToken cancellationToken) [DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token) [DEBUG] at System.Threading.Tasks.ValueTask1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Uno.UI.RemoteControl.Helpers.WebSocketHelper.ReadFrame(WebSocket socket, CancellationToken token) in C:\a\1\s\src\Uno.UI.RemoteControl\Helpers\WebSocketHelper.cs:line 27
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlServer.Run(WebSocket socket, CancellationToken ct) in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlServer.cs:line 68
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlExtensions.<>c__DisplayClass0_0.<b__1>d.MoveNext() in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlExtensions.cs:line 38
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
[DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
[DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
[DEBUG] at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication1 application) [DEBUG] fail: Microsoft.AspNetCore.Server.Kestrel[13] [DEBUG] Connection id "0HMRB49JG6RD4", Request id "0HMRB49JG6RD4:00000002": An unhandled exception was thrown by the application. [DEBUG] System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. [DEBUG] at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) [DEBUG] at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) [DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) [DEBUG] at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TResult](Memory1 payloadBuffer, CancellationToken cancellationToken)
[DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
[DEBUG] at System.Threading.Tasks.ValueTask1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state) [DEBUG] --- End of stack trace from previous location --- [DEBUG] at Uno.UI.RemoteControl.Helpers.WebSocketHelper.ReadFrame(WebSocket socket, CancellationToken token) in C:\a\1\s\src\Uno.UI.RemoteControl\Helpers\WebSocketHelper.cs:line 27 [DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlServer.Run(WebSocket socket, CancellationToken ct) in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlServer.cs:line 68 [DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlExtensions.<>c__DisplayClass0_0.<<UseRemoteControlServer>b__1>d.MoveNext() in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlExtensions.cs:line 38 [DEBUG] --- End of stack trace from previous location --- [DEBUG] at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext) [DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) [DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) [DEBUG] at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication1 application)
[DEBUG] fail: Microsoft.AspNetCore.Server.Kestrel[13]
[DEBUG] Connection id "0HMRB49JG6RD2", Request id "0HMRB49JG6RD2:00000002": An unhandled exception was thrown by the application.
[DEBUG] System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake.
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure)
[DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
[DEBUG] at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TResult](Memory1 payloadBuffer, CancellationToken cancellationToken) [DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token) [DEBUG] at System.Threading.Tasks.ValueTask1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Uno.UI.RemoteControl.Helpers.WebSocketHelper.ReadFrame(WebSocket socket, CancellationToken token) in C:\a\1\s\src\Uno.UI.RemoteControl\Helpers\WebSocketHelper.cs:line 27
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlServer.Run(WebSocket socket, CancellationToken ct) in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlServer.cs:line 68
[DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlExtensions.<>c__DisplayClass0_0.<b__1>d.MoveNext() in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlExtensions.cs:line 38
[DEBUG] --- End of stack trace from previous location ---
[DEBUG] at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
[DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
[DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
[DEBUG] at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication1 application) [DEBUG] fail: Microsoft.AspNetCore.Server.Kestrel[13] [DEBUG] Connection id "0HMRB49JG6RD3", Request id "0HMRB49JG6RD3:00000002": An unhandled exception was thrown by the application. [DEBUG] System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. [DEBUG] at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) [DEBUG] at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) [DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) [DEBUG] at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TResult](Memory1 payloadBuffer, CancellationToken cancellationToken)
[DEBUG] at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder1.StateMachineBox1.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
[DEBUG] at System.Threading.Tasks.ValueTask1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state) [DEBUG] --- End of stack trace from previous location --- [DEBUG] at Uno.UI.RemoteControl.Helpers.WebSocketHelper.ReadFrame(WebSocket socket, CancellationToken token) in C:\a\1\s\src\Uno.UI.RemoteControl\Helpers\WebSocketHelper.cs:line 27 [DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlServer.Run(WebSocket socket, CancellationToken ct) in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlServer.cs:line 68 [DEBUG] at Uno.UI.RemoteControl.Host.RemoteControlExtensions.<>c__DisplayClass0_0.<<UseRemoteControlServer>b__1>d.MoveNext() in C:\a\1\s\src\Uno.UI.RemoteControl.Host\RemoteControlExtensions.cs:line 38 [DEBUG] --- End of stack trace from previous location --- [DEBUG] at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext) [DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) [DEBUG] at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) [DEBUG] at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication1 application)
[DEBUG] info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
[DEBUG] Request finished HTTP/1.1 GET http://192.168.31.174:55819/rc - - - 101 - - 71383.4062ms
[DEBUG] info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
[DEBUG] Request finished HTTP/1.1 GET http://169.254.25.18:55819/rc - - - 101 - - 71383.4045ms
[DEBUG] info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
[DEBUG] Request finished HTTP/1.1 GET http://172.30.160.1:55819/rc - - - 101 - - 71383.4092ms
[DEBUG] info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
[DEBUG] Request finished HTTP/1.1 GET http://192.168.56.1:55819/rc - - - 101 - - 71383.4092ms
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[2]
[DEBUG] Connection id "0HMRB49JG6RD3" stopped.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[2]
[DEBUG] Connection id "0HMRB49JG6RD5" stopped.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[2]
[DEBUG] Connection id "0HMRB49JG6RD4" stopped.
[DEBUG] dbug: Microsoft.AspNetCore.Server.Kestrel.Connections[2]
[DEBUG] Connection id "0HMRB49JG6RD2" stopped.

@nickrandolph
Copy link
Contributor

@tenderodigital I'm only seeing a small amount of the expected log output from the wizard. Can you check that you've got the output verbosity for the build log set to Diagnostic (Tools menu -> Options, Projects and Solution -> Build and Run).
Normally we only see duplicates if multiple versions of the VSIX (the extension) are installed concurrently. Because this is a test build of the wizard, it won't correctly replace any existing version you might have installed.

@Taedor
Copy link

Taedor commented Jun 12, 2023

Same problem

@joseluisct
Copy link

Same problem here, with both blank and default templates.

@tenderodigital
Copy link

Hello: modified following your instructions. I paste the result obtained now.

[Wizard] Launching Uno Platform Wizard
[Wizard] Wizard activated
[Wizard] fail: Uno.Extensions.Toolkit.ScopedThemeService[0]
[Wizard] GetSavedTheme - [ThemeService.GetSavedTheme()] - Error while reading stored theme.
[Wizard] System.InvalidOperationException: Exception of type 'System.InvalidOperationException' was thrown.
[Wizard] at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr)
[Wizard] at ABI.Windows.Storage.IApplicationDataStaticsMethods.get_Current(IObjectReference _obj)
[Wizard] at Windows.Storage.ApplicationData.get_Current()
[Wizard] at Uno.Extensions.Toolkit.ThemeService.GetSavedTheme()
[Wizard] fail: Uno.Extensions.Toolkit.ScopedThemeService[0]
[Wizard] [ThemeService.SaveDesiredTheme(System)] - Error while updating current theme.
[Wizard] System.InvalidOperationException: Exception of type 'System.InvalidOperationException' was thrown.
[Wizard] at WinRT.ExceptionHelpers.g__Throw|20_0(Int32 hr)
[Wizard] at ABI.Windows.Storage.IApplicationDataStaticsMethods.get_Current(IObjectReference _obj)
[Wizard] at Windows.Storage.ApplicationData.get_Current()
[Wizard] at Uno.Extensions.Toolkit.ThemeService.SaveDesiredTheme(AppTheme theme)
[Wizard] trce: Uno.Extensions.Navigation.RouteResolverDefault[0]
[Wizard] .ctor - Resolving viewmaps - start
[Wizard] dbug: Uno.Extensions.Navigation.RouteResolverDefault[0]
[Wizard] PrintViewMaps - RouteInfo { Path = QuickStart, View = System.Func1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.QuickStartViewModel, Data = , ToQuery = , FromQuery = , ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = , DependsOnRoute = , RenderView = Studio.Wizard.QuickStartPage, IsDependent = False }
[Wizard] dbug: Uno.Extensions.Navigation.RouteResolverDefault[0]
[Wizard] PrintViewMaps - RouteInfo { Path = Replacements, View = System.Func1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.ReplacementsViewModel, Data = , ToQuery = , FromQuery = , ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = , DependsOnRoute = , RenderView = Studio.Wizard.ReplacementsPage, IsDependent = False }
[Wizard] dbug: Uno.Extensions.Navigation.RouteResolverDefault[0]
[Wizard] PrintViewMaps - RouteInfo { Path = Navigation, View = System.Func1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.NavigationViewModel, Data = Studio.Wizard.Model.TemplateChoice, ToQuery = System.Func2[System.Object,System.Collections.Generic.IDictionary2[System.String,System.String]], FromQuery = System.Func3[System.IServiceProvider,System.Collections.Generic.IDictionary2[System.String,System.Object],System.Threading.Tasks.Task1[System.Object]], ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = , DependsOnRoute = , RenderView = Studio.Wizard.NavigationPage, IsDependent = False } [Wizard] dbug: Uno.Extensions.Navigation.RouteResolverDefault[0] [Wizard] PrintViewMaps - - RouteInfo { Path = Section, View = System.Func1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.SectionViewModel, Data = Studio.Wizard.ViewModels.NavigationItem, ToQuery = System.Func2[System.Object,System.Collections.Generic.IDictionary2[System.String,System.String]], FromQuery = System.Func3[System.IServiceProvider,System.Collections.Generic.IDictionary2[System.String,System.Object],System.Threading.Tasks.Task1[System.Object]], ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = RouteInfo { Path = Navigation, View = System.Func1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.NavigationViewModel, Data = Studio.Wizard.Model.TemplateChoice, ToQuery = System.Func2[System.Object,System.Collections.Generic.IDictionary2[System.String,System.String]], FromQuery = System.Func3[System.IServiceProvider,System.Collections.Generic.IDictionary2[System.String,System.Object],System.Threading.Tasks.Task1[System.Object]], ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = , DependsOnRoute = , RenderView = Studio.Wizard.NavigationPage, IsDependent = False }, DependsOnRoute = , RenderView = Studio.Wizard.SectionPage, IsDependent = False } [Wizard] dbug: Uno.Extensions.Navigation.RouteResolverDefault[0] [Wizard] PrintViewMaps - RouteInfo { Path = EmailCapture, View = System.Func1[System.Type], ViewAttributes = , ViewModel = Studio.Wizard.ViewModels.EmailCaptureViewModel, Data = , ToQuery = , FromQuery = , ResultData = , IsDefault = False, DependsOn = , Init = , IsDialogViewType = System.Func1[System.Boolean], Nested = Uno.Extensions.Navigation.RouteInfo[], Parent = , DependsOnRoute = , RenderView = Studio.Views.EmailCaptureDialog, IsDependent = False } [Wizard] trce: Uno.Extensions.Navigation.RouteResolverDefault[0] [Wizard] .ctor - Resolving viewmaps - complete [Wizard] dbug: Uno.Extensions.Navigation.NavigatorFactory[0] [Wizard] CreateService - Adding region [Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0] [Wizard] .ctor - Created [Wizard] dbug: Uno.Extensions.Hosting.Internal.Host[0] [Wizard] Hosting starting [Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0] [Wizard] StartAsync - Application data path is 'C:\Users\Usuario\AppData\Local\Studio.Windows\config' [Wizard] warn: Uno.Extensions.Storage.FileStorage[0] [Wizard] ReadPackageFileAsync - File 'appsettings.keyvaluestorageconfiguration.json' does not exist in package [Wizard] warn: Uno.Extensions.Storage.FileStorage[0] [Wizard] ReadPackageFileAsync - File 'appsettings.userdata.json' does not exist in package [Wizard] warn: Uno.Extensions.Storage.FileStorage[0] [Wizard] ReadPackageFileAsync - File 'appsettings.localizationconfiguration.json' does not exist in package [Wizard] warn: Uno.Extensions.Storage.FileStorage[0] [Wizard] ReadPackageFileAsync - File 'appsettings.localizationsettings.json' does not exist in package [Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Reloading configuration - started [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Config provider of type 'ChainedConfigurationProvider' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Config provider of type 'EnvironmentVariablesConfigurationProvider' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Loading from file 'appsettings.KeyValueStorageConfiguration.json' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - File doesn't exist 'C:\Users\Usuario\AppData\Local\Studio.Windows\config\appsettings.KeyValueStorageConfiguration.json' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Loading from file 'appsettings.UserData.json' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Contents '{"UserData":{"ShownEmailCapture":true,"LastReplacementValues":{"$guid1$":"95b4a8a1-299d-471b-87eb-ffd58fe511c5","$guid2$":"5cab4719-229f-4724-bb68-6586517bc6cd","$guid3$":"9312c1ed-5fd2-4fbd-9721-c6d79839f81f","$guid4$":"e86c4f4d-07ea-459a-b69d-fee5c38f3e29","$guid5$":"fb61075e-1f34-4235-9f8d-e477c718bea3","$guid6$":"280987d6-a0ae-4881-93b2-ab24c8ac7864","$guid7$":"c56f993c-a9d7-4e17-ba77-610104ae2c52","$guid8$":"640cc79d-7851-4d45-ab61-b9b40a9d00e7","$guid9$":"87addacb-7ea1-4d41-9cb5-080a9c1dfd44","$guid10$":"5abc312a-d478-49e8-98a1-076da2c89e3a","$time$":"12/06/2023 10:52:43","$year$":"2023","$username$":"Usuario","$userdomain$":"DESKTOP-DTS2GQD","$machinename$":"DESKTOP-DTS2GQD","$clrversion$":"4.0.30319.42000","$registeredorganization$":"","$runsilent$":"False","$language$":"CSharp","$uistyle$":"none","$groupid$":"Uno.Platform.UnoApp.WinUI.netcoremobile.VS","$solutiondirectory$":"C:\\Users\\Usuario\\source\\repos\\UnoApp9","$projectname$":"UnoApp9","$safeprojectname$":"UnoApp9","$currentuiculturename$":"es-ES","$installpath$":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\","$specifiedsolutionname$":"","$exclusiveproject$":"True","$destinationdirectory$":"C:\\Users\\Usuario\\source\\repos\\UnoApp9","passthrough_appId":"com.companyname.UnoApp9","passthrough_publisher":"O=Usuario","passthrough_usePrereleasePackages":"False","passthrough_preset":"blank","passthrough_tfm":"net7.0","passthrough_markup":"xaml","passthrough_platforms":"android|wasm|windows","passthrough_server":"false","passthrough_cultures":"","passthrough_authentication":"none","passthrough_cpm":"true","passthrough_vscode":"true","passthrough_wasmPwaManifest":"true","passthrough_skipRestore":"false","passthrough_unoWinUIVersion":"4.9.17","passthrough_unoExtensionsVersion":"2.4.1","passthrough_unoExtensionsLoggingVersion":"1.4.0","passthrough_skiaSharpVersion":"2.88.3","passthrough_unoCoreExtensionsLoggingVersion":"4.0.1","passthrough_unoThemesVersion":"2.6.0","passthrough_unoDspTasksVersion":"1.1.0","passthrough_unoToolkitVersion":"3.0.4","passthrough_unoResizetizerVersion":"1.1.0","passthrough_unoUniversalImageLoaderVersion":"1.9.36","passthrough_unoMarkupVersion":"4.8.0-dev.30","passthrough_unoUITestHelpersVersion":"1.1.0-dev.55","passthrough_isVsix":"true","passthrough_appTheme":"fluent","passthrough_architecture":"mvvm","passthrough_configuration":"false","passthrough_dependencyInjection":"True","passthrough_logging":"none","passthrough_navigation":"blank","passthrough_http":"false","passthrough_localization":"false","passthrough_skip-restore":"true","passthrough_tests":"none","passthrough_toolkit":"True"},"UsePrereleasePackages":false}}' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Loading from full path 'C:\Users\Usuario\AppData\Local\Studio.Windows\config\appsettings.UserData.json' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Loading from file 'appsettings.LocalizationConfiguration.json' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - File doesn't exist 'C:\Users\Usuario\AppData\Local\Studio.Windows\config\appsettings.LocalizationConfiguration.json' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Config provider of type 'JsonConfigurationProvider' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Loading from file 'appsettings.LocalizationSettings.json' [Wizard] trce: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - File doesn't exist 'C:\Users\Usuario\AppData\Local\Studio.Windows\config\appsettings.LocalizationSettings.json' [Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0] [Wizard] ReloadAllFileConfigurationProviders - Reloading configuration complete [Wizard] dbug: Uno.Extensions.Configuration.ReloadService[0] [Wizard] StartAsync - Startup completed [Wizard] trce: Uno.Extensions.Storage.FileStorage[0] [Wizard] ReadPackageFileAsync - Reading file 'ms-appx:///TemplateWizard.json' [Wizard] warn: Uno.Extensions.Storage.FileStorage[0] [Wizard] ReadPackageFileAsync - Unable to read file 'TemplateWizard.json' due to exception Value does not fall within the expected range. [Wizard] WizardData { NavigationElements = Studio.Model.NavigationElement[], TemplateTypes = TemplateTypes { SymbolId = preset, Choices = Studio.Model.Template[], Platforms = System.String[] }, Sections = System.Collections.Generic.Dictionary2[System.String,Studio.Model.Section[]], MetaData = System.Collections.Generic.Dictionary`2[System.String,Studio.Model.SymbolMetaData], ExportableSymbols = System.String[], PackagesToUpdate = Studio.Model.PackageDef[] }
[Wizard] trce: Uno.Extensions.Storage.FileStorage[0]
[Wizard] ReadPackageFileAsync - Reading file 'ms-appx:///Template.json'
[Wizard] info: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard] NavigateAsync - Starting Navigation - Navigator: ContentControlNavigator Request:
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard] NavigateAsync - Navigator: ContentControlNavigator Request:
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard] InitializeRequest - Empty route on root region - looking up default route
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard] InitializeRequest - Default route found with path 'QuickStart'
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard] RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard] Show - Creating instance of type 'FrameView'
[Wizard] info: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard] CreateControlFromType - Creating control of type FrameView
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard] Show - Instance created
[Wizard] warn: Uno.Extensions.Storage.FileStorage[0]
[Wizard] ReadPackageFileAsync - Unable to read file 'Template.json' due to exception Value does not fall within the expected range.
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard] CoreNavigateAsync - Region has 1 children
[Wizard] dbug: Uno.Extensions.Navigation.NavigatorFactory[0]
[Wizard] CreateService - Adding region
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard] CoreNavigateAsync - Request is being forwarded to 1 children
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard] NavigateAsync - Navigator: FrameNavigator Request: QuickStart
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard] RegionNavigateAsync - Invoking control specific navigation - start
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard] Show - Invoking Frame.Navigate to type 'QuickStartPage'
[Wizard] dbug: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard] Show - Frame.Navigate completed
[Wizard] dbug: Uno.Extensions.Configuration.IWritableOptions[0]
[Wizard] Value - Get current value
[Wizard] dbug: Uno.Extensions.Hosting.Internal.Host[0]
[Wizard] Hosting started
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard] CoreNavigateAsync - Region has no children to forward request to
[Wizard] trce: Uno.Extensions.Navigation.Navigators.FrameNavigator[0]
[Wizard] RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0]
[Wizard] RegionNavigateAsync - Invoking control specific navigation - end
[Wizard] trce: Uno.Extensions.Navigation.RouteNotifier[0]
[Wizard] EndNavigation - Post-navigation (summary):
[Wizard] [11d94c27-30dd-46d9-bae3-e172b6d7e85d] Navigation Start
[Wizard] [11d94c27-30dd-46d9-bae3-e172b6d7e85d - 0] ContentControlNavigator - unnamed -
[Wizard] [11d94c27-30dd-46d9-bae3-e172b6d7e85d - 0] FrameNavigator - unnamed - QuickStart (internal)
[Wizard] [11d94c27-30dd-46d9-bae3-e172b6d7e85d - 0] Navigation End
[Wizard]
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard] CanBind - CanBind: Microsoft.UI.Xaml.Controls.Button inherits from Microsoft.UI.Xaml.Controls.Primitives.ButtonBase that is Microsoft.UI.Xaml.Controls.Primitives.ButtonBase
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard] BindAction - Subscribing
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard] CanBind - CanBind: Microsoft.UI.Xaml.Controls.Button inherits from Microsoft.UI.Xaml.Controls.Primitives.ButtonBase that is Microsoft.UI.Xaml.Controls.Primitives.ButtonBase
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard] BindAction - Subscribing
[Wizard] dbug: Uno.Extensions.Configuration.IWritableOptions[0]
[Wizard] Value - Get current value
[Wizard] dbug: Uno.Extensions.Configuration.IWritableOptions[0]
[Wizard] Value - Get current value
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard] BindAction - Unsubscribing
[Wizard] trce: Uno.Extensions.Navigation.UI.ButtonBaseRequestHandler[0]
[Wizard] BindAction - Unsubscribing
[Wizard]
[Wizard]
[Wizard] Replacements 70:
[Wizard] $guid1$ = 712f2d19-59b0-4bf3-abf6-eeee7600f3d3
[Wizard] $guid2$ = ea650629-c635-4fb4-b8c5-a1f63f60a078
[Wizard] $guid3$ = beb8d53e-dc64-4b11-a248-8e9990454ce5
[Wizard] $guid4$ = 0d3ab44d-774a-4e8f-a995-e17817d1f37c
[Wizard] $guid5$ = d815880e-1f1e-4710-996d-5be88c644757
[Wizard] $guid6$ = fa70cffe-ee22-45a0-b9e7-b6d55bbbc2d8
[Wizard] $guid7$ = 9ec75852-dabd-4225-b544-e00bfb36a81e
[Wizard] $guid8$ = e44fadeb-1433-4696-a46b-4407e7083a60
[Wizard] $guid9$ = 3706be74-839f-4096-a23d-2b281c2b0c4d
[Wizard] $guid10$ = eb636191-e74d-4ad6-83c0-92a458430ae4
[Wizard] $time$ = 12/06/2023 18:49:31
[Wizard] $year$ = 2023
[Wizard] $username$ = Usuario
[Wizard] $userdomain$ = DESKTOP-DTS2GQD
[Wizard] $machinename$ = DESKTOP-DTS2GQD
[Wizard] $clrversion$ = 4.0.30319.42000
[Wizard] $registeredorganization$ =
[Wizard] $runsilent$ = False
[Wizard] $language$ = CSharp
[Wizard] $uistyle$ = none
[Wizard] $groupid$ = Uno.Platform.UnoApp.WinUI.netcoremobile.VS
[Wizard] $solutiondirectory$ = C:\Users\Usuario\source\repos\UnoApp10
[Wizard] $projectname$ = UnoApp10
[Wizard] $safeprojectname$ = UnoApp10
[Wizard] $currentuiculturename$ = es-ES
[Wizard] $installpath$ = C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE
[Wizard] $specifiedsolutionname$ =
[Wizard] $exclusiveproject$ = True
[Wizard] $destinationdirectory$ = C:\Users\Usuario\source\repos\UnoApp10
[Wizard] passthrough:appId = com.companyname.UnoApp10
[Wizard] passthrough:usePrereleasePackages = False
[Wizard] passthrough:publisher = O=Usuario
[Wizard] passthrough:preset = blank
[Wizard] passthrough:tfm = net7.0
[Wizard] passthrough:markup = xaml
[Wizard] passthrough:platforms = android|ios|maccatalyst|wasm|windows|gtk
[Wizard] passthrough:server = false
[Wizard] passthrough:cultures =
[Wizard] passthrough:authentication = none
[Wizard] passthrough:cpm = true
[Wizard] passthrough:vscode = true
[Wizard] passthrough:wasmPwaManifest = true
[Wizard] passthrough:skipRestore = false
[Wizard] passthrough:unoWinUIVersion = 4.9.20
[Wizard] passthrough:unoExtensionsVersion = 2.4.2
[Wizard] passthrough:unoExtensionsLoggingVersion = 1.4.0
[Wizard] passthrough:skiaSharpVersion = 2.88.3
[Wizard] passthrough:unoCoreExtensionsLoggingVersion = 4.0.1
[Wizard] passthrough:unoThemesVersion = 2.6.1
[Wizard] passthrough:unoDspTasksVersion = 1.1.0
[Wizard] passthrough:unoToolkitVersion = 3.0.4
[Wizard] passthrough:unoResizetizerVersion = 1.1.0
[Wizard] passthrough:unoUniversalImageLoaderVersion = 1.9.36
[Wizard] passthrough:unoMarkupVersion = 4.8.0-dev.35
[Wizard] passthrough:unoUITestHelpersVersion = 1.1.0-dev.59
[Wizard] passthrough:isVsix = true
[Wizard] passthrough:appTheme = fluent
[Wizard] passthrough:architecture = none
[Wizard] passthrough:configuration = false
[Wizard] passthrough:dependencyInjection = false
[Wizard] passthrough:logging = none
[Wizard] passthrough:navigation = blank
[Wizard] passthrough:http = false
[Wizard] passthrough:localization = false
[Wizard] passthrough:skip-restore = true
[Wizard] passthrough:tests = none
[Wizard] passthrough:toolkit = false
[Wizard] passthrough:isCustomized = False
[Wizard] passthrough:unoWasmBootstrapVersion = 7.0.24
[Wizard] __CanCreateProject = True
[Wizard] Wizard closed
[Wizard] Solution opened, running post-create actions
[Wizard] No build running, so running actions
[Wizard] Opening welcome page
[Wizard] Creating solution folders
[Wizard] Creating solution folder Source/Platforms
[Wizard] Creating solution folder Source
[Wizard] Creating solution folder Source/Platforms
[Wizard] Removing UnoApp10.Mobile from Solution
[Wizard] Removing UnoApp10.Windows from Solution
[Wizard] Removing UnoApp10.Wasm from Solution
[Wizard] Removing UnoApp10.Skia.Gtk from Solution
[Wizard] Removing UnoApp10 from Solution
[Wizard] Adding UnoApp10 to Source
[Wizard] Adding UnoApp10.Mobile to Source/Platforms
[Wizard] Adding UnoApp10.Windows to Source/Platforms
[Wizard] Adding UnoApp10.Wasm to Source/Platforms
[Wizard] Adding UnoApp10.Skia.Gtk to Source/Platforms
[Wizard] Collapsing all projects
[Wizard] Setting startup project to UnoApp10.Windows
[Wizard] Setting buildable and deployable projects
[Wizard] Activating default configuration: Debug|x86
[Wizard] Post-creation actions completed
[INFO] Uno Remote Control initialized (4.9.20+Branch.release-stable-4.9.Sha.a27d66c1055be0fc83ab30a8bfd46827c4ad97c4.a27d66c1055be0fc83ab30a8bfd46827c4ad97c4)
[INFO] Loaded the Uno.WinUI.RemoteControl Remote Control service (4.9.20).
[DEBUG] dbug: Microsoft.AspNetCore.Hosting.Diagnostics[3]
[DEBUG] Hosting starting
[DEBUG] dbug: Microsoft.AspNetCore.Hosting.Diagnostics[4]
[DEBUG] Hosting started
[DEBUG] Hosting environment: Production
[DEBUG] dbugContent root path: C:\Users\Usuario.nuget\packages\uno.winui.remotecontrol\4.9.20\tools\rc\host
[DEBUG] : Microsoft.AspNetCore.Hosting.Diagnostics[13]
[DEBUG] Loaded hosting startup assembly Uno.UI.RemoteControl.Host
[DEBUG] Now listening on: http://[::]:49899
[DEBUG] Application started. Press Ctrl+C to shut down.

@nickrandolph
Copy link
Contributor

nickrandolph commented Jun 13, 2023

Hi @Kureshik, @tenderodigital, @Taedor, @joseluisct we pushed an updated wizard - https://marketplace.visualstudio.com/items?itemName=unoplatform.uno-platform-addin-2022
(Visual Studio should automatically update if you have updates enabled, otherwise go to Extensions and force the update)
Please let us know here if you continue to see any errors creating applications using the wizard

@lindexi
Copy link
Contributor

lindexi commented Dec 19, 2023

Uno.Extensions.Toolkit.ScopedThemeService: Error: GetSavedTheme - [ThemeService.GetSavedTheme()] - Error while reading stored theme.

System.InvalidOperationException: Operation is not valid due to the current state of the object.
   at WinRT.ExceptionHelpers.<ThrowExceptionForHR>g__Throw|39_0(Int32 hr)
   at WinRT.ExceptionHelpers.ThrowExceptionForHR(Int32 hr)
   at ABI.Windows.Storage.IApplicationDataStaticsMethods.get_Current(IObjectReference _obj)
   at Windows.Storage.ApplicationData.get_Current()
   at Uno.Extensions.Toolkit.ThemeService.GetSavedTheme()
    <PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="8.0.0-rc.2.23479.6" />
    <PackageVersion Include="coverlet.collector" Version="6.0.0" />
    <PackageVersion Include="FluentAssertions" Version="6.12.0" />
    <PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
    <PackageVersion Include="NUnit" Version="3.13.3" />
    <PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
    <PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
    <PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
    <PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.4.231008000" />
    <PackageVersion Include="SkiaSharp.Skottie" Version="2.88.6" />
    <PackageVersion Include="SkiaSharp.Views.Uno.WinUI" Version="2.88.6" />
    <PackageVersion Include="Uno.Core.Extensions.Logging.Singleton" Version="4.0.1" />
    <PackageVersion Include="Uno.Extensions.Core.WinUI" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Configuration" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Hosting" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Hosting.WinUI" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Http" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Http.WinUI" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Http.Refit" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Localization" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Localization.WinUI" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Logging.OSLog" Version="1.7.0" />
    <PackageVersion Include="Uno.Extensions.Logging.WinUI" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Navigation" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Navigation.WinUI" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Navigation.Toolkit.WinUI" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Reactive" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Reactive.WinUI" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Serialization" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Serialization.Http" Version="3.0.11" />
    <PackageVersion Include="Uno.Extensions.Serialization.Refit" Version="3.0.11" />
    <PackageVersion Include="Uno.Material.WinUI" Version="4.0.6" />
    <PackageVersion Include="Uno.Dsp.Tasks" Version="1.2.8" />
    <PackageVersion Include="Uno.Toolkit.WinUI" Version="5.0.19" />
    <PackageVersion Include="Uno.Toolkit.WinUI.Material" Version="5.0.19" />
    <PackageVersion Include="Uno.Resizetizer" Version="1.2.1" />
    <PackageVersion Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="5.0.64" />
    <PackageVersion Include="Uno.UniversalImageLoader" Version="1.9.36" />
    <PackageVersion Include="Uno.WinUI" Version="5.0.64" />
    <PackageVersion Include="Uno.WinUI.Lottie" Version="5.0.64" />
    <PackageVersion Include="Uno.WinUI.DevServer" Version="5.0.64" />
    <PackageVersion Include="Uno.WinUI.Skia.Gtk" Version="5.0.64" />
    <PackageVersion Include="Uno.WinUI.Skia.Wpf" Version="5.0.64" />
    <PackageVersion Include="Xamarin.Google.Android.Material" Version="1.10.0.1" />
    <PackageVersion Include="Uno.UITest.Helpers" Version="1.1.0-dev.70" />
    <PackageVersion Include="Xamarin.UITest" Version="4.3.0" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/solution-templates Categorizes an issue or PR as relevant to the solution template kind/regression Something was working, now it isn't
Projects
None yet
Development

No branches or pull requests

7 participants