Replies: 1 comment 6 replies
-
Hi William, most of the interesting MSBuild code is maintained in the closed source WinUI 3 repo. There has been discussion about open-sourcing WinUI 3 (as we've done for WinUI), but nothing concrete as yet. That said, if you have a fix, feel free to attach it to this issue and I'll see that it propagates back to the source. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The Reunion 0.8 NuGet packages contain a sizable amount of brand-new, never-before-seen MSBuild code, primarily in the area of MSIX packaging. Would I be able to ask you for a guesstimate of when this code (both the targets and the source code for the tasks) will be posted to GitHub? (My interest in this code is not purely academic. I currently have to add an MSBuild monkey-patch to workaround a limitation in the PRI generation targets, and I would like to be able to submit these changes upstream in a PR.)
Note that I am not including
Microsoft.UI.Xaml.Markup.Compiler.interop.targets
and its contents in this request, since I was told in microsoft/microsoft-ui-xaml#1433 (comment) exactly how messy that particular codebase is, and I do not want to have this request be blocked on that one. Thanks!Beta Was this translation helpful? Give feedback.
All reactions