XamlStyler Versions Save

Visual Studio extension to help format your XAML source code

Release-3.2201.0

2 years ago

This release adds support for Rider 2021.3 (#354). It also contains a bug fix addressing a Rider crash when using external configuration files (#340).

Release-3.2107.0

2 years ago

This release adds support for Rider 2021.2 (#345).

Release-3.2104.0

3 years ago

This release adds support for Rider 2021.1 (#333).

Release-3.2012.0

3 years ago

This release adds support for Rider 2020.3 (#313).

Release-3.2008.4

3 years ago

We are excited to add support for JetBrains Rider with this release (#213)!

This release also includes some key under-the-hood improvements that will help make it easier to ship features across different IDEs (#254) and a bug fix to address a versioning issue in the XAML Styler CLI (#287).

Release-3.2003.9

4 years ago

This release includes a number of new features and bug fixes:

  • Adds right-click support to format files and folders in Solution Explorer and in editor tabs (#56)
  • Adds option to CLI to check files follow proper formatting without making any modifications (#176)
  • Adds the ability to force indentation with tabs via CLI (#195)
  • Adds the ability to specify individual settings via CLI (#244)
  • Updates default indent size of CLI to match Visual Studio default of 4 (#245)
  • Fixes NullReferenceException when SearchToDriveRoot set to true and no external configuration can be found (#247)

Release-3.2001.0

4 years ago

Fixes compatibility issue affecting Visual Studio 2017 (#242)

Release-3.1912.9

4 years ago

This release includes some key under-the-hood improvements that will help us release updates quicker and with higher confidence, including:

  • Migrated project to Azure Pipelines
  • Configured more robust CI check for PRs
  • Align versioning across projects and automatically update version numbers on build (#222)
  • Updated XAML Styler Console to be a cross-platform global tool (#218/#219)

This release also includes a number of important fixes:

  • Fixes major VS2017 and VS2019 compatibility issues affecting installation and context menu options (#206)
  • Fixes crash during parallel processing of files when formatting on "Save All" (#216)
  • Fixes issue where some InlineUIContainer elements were not being formatted properly (#203)
  • Fixes issue where XML processing instructions were getting overwritten (#181)
  • Fixes issue where multiple XAML namespace declarations pointing to the same URI were not getting formatted properly (#172)
  • Fixes issue where incorrect external configuration file was being used for solutions with configuration files (#160)
  • Fixes issue where FormatOnSave was being ignored in external configurations (#161)
  • Fixes issue where formatting on "Save All" was processing all XAML files instead of just opened/unmodified (#142)