Skip to content

Expand console support for axaml - #446

Merged
grochocki merged 4 commits into
Xavalon:masterfrom
crobibero:pattern-expansion
Jan 3, 2024
Merged

Expand console support for axaml#446
grochocki merged 4 commits into
Xavalon:masterfrom
crobibero:pattern-expansion

Conversation

@crobibero

Copy link
Copy Markdown
Contributor

Description:

Fixes #445

Checklist:

  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have tested my changes by running the extension in VS2017
  • I have tested my changes by running the extension in VS2019
  • I have tested my changes by running the extension in VS2022
  • If changes to the documentation are needed, I have noted this in the description above

Comment thread src/XamlStyler.Console/XamlStylerConsole.cs

@grochocki grochocki left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update extension patterns to support both finding files in a directory and then processing each file.

@crobibero
crobibero requested a review from grochocki January 3, 2024 00:41

@grochocki grochocki left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That did the trick! Thanks again :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

XamlStyler.Console doesn't read axaml files when searching recursively

2 participants