XamlStyler icon indicating copy to clipboard operation
XamlStyler copied to clipboard

Visual Studio extension to help format your XAML source code

Results 118 XamlStyler issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I can't run XamlStyler on GitHub Actions. **To Reproduce** Steps to reproduce the behavior: 1. `$ dotnet tool install XamlStyler.Console` 2. Run on GitHub Actions (`macos-latest` runner)...

Question

**Describe the bug** The ability to set a keyboard shortcut for 'Format with XAML styler' is missing in Rider. Basically, you can either enable format on save (which is not...

Bug
Rider

**Is your feature request related to a problem? Please describe.** When running via the CLI in passive mode with the `--passive` flag, the output only says which files have failed,...

Feature

the latest version isn't availble

Bug

**Describe the bug** UTF-16 encoded files fail a passive check from xstyler when run on Ubuntu (as part of a GitHub Action) I'm working on a project where we **need**...

Bug
Console

After publishing final feature update supporting VS2017 (#480), we will be unblocked form updating Newtonsoft.Json to version 12.0.2. More information here: [Using Newtonsoft.Json in a Visual Studio extension](https://devblogs.microsoft.com/visualstudio/using-newtonsoft-json-in-a-visual-studio-extension/).

Bug
Universal

Microsoft mainstream support for VS2017 ended on April 12, 2022 ([lifecycle](https://learn.microsoft.com/en-us/lifecycle/products/visual-studio-2017)). To unblock updating to a newer version of Newtonsoft.Json that addresses security vulnerabilities, we must deprecate XAML Styler support...

Bug
VS2017

**Describe the bug** When `Settings.XamlStyler` contains `"IndentWithTabs": false` and Visual Studio (Options / Text Editor / XAML / Tabs) is configured to keep tabs, XamlStyler uses tabs instead of spaces....

Bug