Lance McCarthy

Results 25 comments of Lance McCarthy

WOW! Alan, every time I talk to you, I learn something new about how the .NET Native compiler works :)

I have not been able to see the initial crash, but I did fix this crash. The controls library was not merging the resources, update Themes/Generic.xaml to: ```xml ```

Also, app.xaml in the main project should be merging the Themes dictionary: ```xml ```

Nevermind about that last one, when I merge themes in App.xaml, it now crashes at launch

Ah, let me try that again for the Editbox styles (thanks Resharper). About the resources, you can't always rely on the downstream library consumer. You would think that having a...

Launch is fixed, but the context menu exception is still happening. Not sure why it stopped for a while, needing to compile with WinUI types is a red herring.

Launch has always worked for me with Release builds. Installed msix after publishing as side-loadable package) The only reason it stopped working was because of the Uri. Here's the packaging...

I'm going to take another stab at this in the morning, have to sign off. I'll have a 19041 VM spun up and will be able to hopefully be a...

I'm so tired that I completely missing ITemsPresenter and ContentPresenter, lol. in IdeView.xaml change: ``` ``` To ``` ```

Since .NET 6 is being released tomorrow, I have changed the target of this Enhancement to .NET 6 instead of .NET 5. > If someone is looking for a .NET...