After updating VS 2022 to Version 17.3.0 Preview 2.0, my MAUI app will no longer load.
Something is happening, but can't pinpoint where. I'm using an Android Emulator, and was getting similar errors to https://github.com/dotnet/maui/issues/7002 but after adding <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
to my .csproj those errors went away, but the final Fatal Signal error remains.
I have no idea what this means, if anyone can point me in the right direction, that would be super-helpful, thanks.
Description
After updating VS 2022 to Version 17.3.0 Preview 2.0, my MAUI app will no longer load.
Something is happening, but can't pinpoint where. I'm using an Android Emulator, and was getting similar errors to https://github.com/dotnet/maui/issues/7002 but after adding
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
to my .csproj those errors went away, but the final Fatal Signal error remains.I have no idea what this means, if anyone can point me in the right direction, that would be super-helpful, thanks.
Steps to Reproduce
Unsure.
Version with bug
6.0.400 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
net6.0-android 32
Did you find any workaround?
No response
Relevant log output