Xavalon / XamlStyler

Visual Studio extension to help format your XAML source code
Apache License 2.0
1.21k stars 130 forks source link

[FEAT] Release Core .Net Standard library to NuGet to use in code #362

Open HavenDV opened 2 years ago

HavenDV commented 2 years ago

Our project has WPF and UWP platforms. Some WPF xaml files are converted to UWP xaml using a console program. Right now, most of the work is done with Replace, but I would like to use XDocument.Parse/ToString for more advanced features. The problem is that XDocument.ToString() loses its original formatting. Your library would help me preserve the formatting of the resulting file.

HavenDV commented 2 years ago

So far I have released a NuGet library for personal use in fork: https://github.com/HavenDV/XamlStyler