5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#3,645 forks (3,645 forks)batch import
Help WantedIdea/ProposalNew Feature
Repository metrics
- Stars
- 25,162 stars (25,162 stars)
- PR merge metrics
- Avg merge 15d 22h (Avg merge 15d 22h)61 merged PRs in 30d (61 merged PRs in 30d)
Description
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?

Contributor guide
- Research direction
- Investigate how Avalonia compiles axaml to C# and identify where ILSpy can intercept to output original axaml. Look at existing export plugins for reference.
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Prerequisites
- C#.NET decompilation