Replies: 5 comments 10 replies
-
Your XAML was compiled down to XAML Binary Format (XBF). What's the issue here? |
Beta Was this translation helpful? Give feedback.
-
Yeah! Many of these xbf files that display business logic look very unprofessional. Is this Microsoft's style? Is this a style that all developers like? |
Beta Was this translation helpful? Give feedback.
-
When dealing with the recently-released unpackaged WinUI3 apps, this "mistake" is getting worse. You have to release your app with these loose critical UI files. If users miss some of them, they even can't find out why the app doesn't work anymore suddenly. Implementing embeding xbf seems not quite difficult for MS. I think it's necessary to convert this discussion into an issue? |
Beta Was this translation helpful? Give feedback.
-
As a workaround, I think I've done it with custom MSBuild Target script. Using the similar method from #348, I inspected MrtCore.PriGen.targets file and find the _LayoutFile ItemGroup can be injected. And then my app works well without loose xbf files. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't really care about these
xbf
files, but the names of these files are the same as the originalxaml
file names , i am very depressed.Beta Was this translation helpful? Give feedback.
All reactions