Skip to content

Conversation

@leonardochaia
Copy link
Owner

@leonardochaia leonardochaia commented Sep 30, 2024

This PR deprecates the --solution-file-path argument being replaced by the new --filter-file-path.

The --solution-file-path has not yet being removed, but is being discontinued. Using --solution-file-path is equivalent to using --filter-file-path

The --filter-file-path allows us to support multiple file types based off the extension of the file.
For example:

dotnet affected --solution-file-path ./my-solution.sln
# should be replaced by
dotnet affected --filter-file-path ./my-solution.sln

# new supported type: traversal project sdk:
dotnet affected --filter-file-path ./my-traversal-project.proj

In the future we could implement other file formats, like json or yaml

Fixes #87

@leonardochaia leonardochaia merged commit d5e69ac into main Oct 1, 2024
@leonardochaia leonardochaia deleted the feat/filter-file-path branch October 1, 2024 12:57
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.

Support discovering projects through an existing Traversal project

2 participants