Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XAML Styler formats twice when solution-level settings exist #531

Open
KARPED1EM opened this issue Feb 10, 2025 · 0 comments
Open

XAML Styler formats twice when solution-level settings exist #531

KARPED1EM opened this issue Feb 10, 2025 · 0 comments
Labels

Comments

@KARPED1EM
Copy link

KARPED1EM commented Feb 10, 2025

Issue Description

The XAML Styler plugin in Rider performs double formatting when a Settings.XamlStyler file exists at solution level:

  1. First applies user-level plugin configurations
  2. Then applies solution-level settings

This differs from Visual Studio's behavior, which correctly prioritizes solution-level settings and formats only once.

Expected Behavior

The plugin should:

  • Detect solution-level settings (Settings.XamlStyler)
  • Skip user-level configuration
  • Apply solution settings directly in a single format pass

Environment

  • Operating System: Windows 11
  • IDE: JetBrains Rider 2024.3.5
  • Plugin Version: XAML Styler 3.2411.0.0
@KARPED1EM KARPED1EM added the Bug label Feb 10, 2025
@KARPED1EM KARPED1EM changed the title Rider plugin doesn not respect settings in Settings.XamlStyler file XAML Styler formats twice when solution-level settings exist Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant