-
Notifications
You must be signed in to change notification settings - Fork 387
Exception on startup with version 8.3.0 #923
Copy link
Copy link
Closed
Labels
by designSome behavior that is intended and not an issueSome behavior that is intended and not an issueexternal ⤴️Something related to or caused by an external projectSomething related to or caused by an external projectmvvm-toolkit 🧰Issues/PRs for the MVVM ToolkitIssues/PRs for the MVVM Toolkit
Metadata
Metadata
Assignees
Labels
by designSome behavior that is intended and not an issueSome behavior that is intended and not an issueexternal ⤴️Something related to or caused by an external projectSomething related to or caused by an external projectmvvm-toolkit 🧰Issues/PRs for the MVVM ToolkitIssues/PRs for the MVVM Toolkit
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
Hi,
After upgrading from 8.2.2 to 8.3.0, as soon I run my WPF application, I've got the following exception :
It crashes on the very first line of OnStartup method :
IHost host = CreateHostBuilder().Build();There seems to be something wrong related to WinRT.Runtime.
Thanks
Regression
8.2.2
Steps to reproduce
Expected behavior
App should start with no exception
IDE and version
VS 2022
IDE version
17.11.2
Nuget packages
Nuget package version(s)
8.3.0
Help us help you
No, just wanted to report this