XamlStyler icon indicating copy to clipboard operation
XamlStyler copied to clipboard

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

Open HavenDV opened this issue 2 years ago • 1 comments

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 avatar Dec 26 '21 07:12 HavenDV

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

HavenDV avatar Dec 26 '21 12:12 HavenDV