Skip to content

mrlacey/TryConvertXaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TryConvertXaml

This is a simple project that shows how to use RapidXaml.AutoFix.

The program uses XamlConverter and takes a .xaml file and an implementation of ICustomAnalyzer.

The program:

  • writes out the original XAML contents.
  • parses the document identifying changes to make based on the analyzer(s).
  • the file is modified based on what the analyzer(s) report.
  • the modified file contents are then shown on screen.

feedback appreciated.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages