Steven Brix

Results 69 comments of Steven Brix

Sorry, yeah `PublishSingleFile` will create a single .exe file without all the .dll's next to it. See this blog post for more on that https://www.hanselman.com/blog/MakingATinyNETCore30EntirelySelfcontainedSingleExecutable.aspx

> so, making sure I understand, it means I will have a 170MB or so for a "hello world" app (with say, 1% of it taken by the hello world...

Thanks @smourier, that really helped connect the dots. I now better understand the type of model that you are looking for. > But it was quite a simple process, just...

> and side-loading UWP app is difficult and painful for most of the end-user. @tlaster could you file an issue in https://github.com/microsoft/ProjectReunion repo detailing the trouble you are having?

@tomasfabian, you're exactly the customer we want to hear from and understand more about. The current requirement for MSIX is a point-in-time issue, we fully plan on enabling unpackaged applications....

Adding @alwu for FYI. what does the `controls` namespace map to? this worked fine for me locally, although I did hit the first chance exception you see. You can disable...

Just so I understand this properly, you're saying that the auto-generated code results in the following compiler error? ![image](https://user-images.githubusercontent.com/9649518/99854498-c8631900-2b39-11eb-9024-9edc770b0fa8.png) And you're able to workaround it by moving the `local2` namespace...

Thanks @wbokkers, I'm glad you have a workaround, even though I'm sure it's annoying. Do you know if this is a regression in WinUI3, or if this happens in WinUI2.x...

@wbokkers I just tested this with a UWP project and it does look like it's happening, although maybe there was some regression in UWP that was missed?