XamlStyler
XamlStyler copied to clipboard
Visual Studio extension to help format your XAML source code
**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)...
**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...
**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,...
**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**...
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/).
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...
**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....
App: C:\Users\AFE-FW-001\.dotnet\tools\xstyler.exe Architecture: x64 Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64) .NET location: C:\Program Files\dotnet\ The following frameworks were found: 7.0.10 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] 8.0.4 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Learn more: https://aka.ms/dotnet/app-launch-failed To...
Since the Maui team began offering some support for VS Code, have you considered creating a version of Xaml Styler for VS Code? Or if it would be possible to...