Sergio Pedri

Results 266 comments of Sergio Pedri

Hey Lance, just so that I understand, how did you manage to get past the initial startup crash in Release mode? I mean, if you got to repro the crash...

Oh, so I was merging the resource dictionaries wrong in the class library! 🤦‍♂️ If the startup crash you're getting is this: > Exception "The text associated with this error...

I have two side questions: 1) Why was the crash only exhibiting with .NET Native, and specifically in Release mode? 2) Since I now have those WinUI `XamlControlsResources` dictionaries in...

Just to double check, have you see my message in the other issue [here](https://github.com/microsoft/microsoft-ui-xaml/issues/2545#issuecomment-642306203)? I mean, with "launch is fixed" you mean before or after that?

I see. This is weird. It makes me think there's this crash in the context menu on one end which we can investigate, and the one I'm seeing at startup...

@LanceMcCarthy By the way, we have a ton of WinUI devs in our [UWP Discord server](https://discord.gg/Yaakw6g), if you wanted to join we could talk there as well! We'd be happy...

Sounds great, that's awesome! No worries, I'll be looking forward for an update once you have the 19041 VM setup then, that'll definitely be useful! Thanks again 😊 And yeah...

I feel so stupid, I mixed those two up 🤣 Thank you so much for spotting this! Commented in the other issue 👍

Ah, you're right, good catch! The fix will be to just decrement that by one, yup. Thanks! 😄

This is actually being slightly trickier to fix given that I also have a whole lot of unit tests that were relying on the previous behavior, including some using images...