-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support to export Avalonia UI axaml file #2587
Comments
I guess so... rather, the question is: who will add it? |
Do you have any workaround for this goal? i think we need something like baml decompiler |
For those interested in adding support for this:
We could add support for the binary/XML mixture format in
The BAML decompiler already uses that approach to resolve the connection ids back to x:Name and event handlers. See https://github.com/icsharpcode/ILSpy/blob/master/ILSpy.BamlDecompiler/Rewrite/ConnectionIdRewritePass.cs#L116-L200 Hope this helps! If anyone is interested in contributing such a feature, please get in touch with me, so I can provide you with answers to your potential questions. Thanks! |
The workaround is manually translating ILSpy's output, sorry. |
See also issue icsharpcode/AvaloniaILSpy#70 in AvaloniaILSpy repo. |
It seems that in avalonia applications the axaml match file is compiled to c# code. is it possible to add support for outputting axaml interface files as it was originally?
The text was updated successfully, but these errors were encountered: