Skip to content

Commit

Permalink
Merge pull request #53 from BalassaMarton/expand-references-readme
Browse files Browse the repository at this point in the history
Updated readme with expand-references
  • Loading branch information
BalassaMarton authored Jul 21, 2023
2 parents dc911ed + 742f8aa commit ee7572a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,17 @@ To list projects that are not included in the solution, run:
please find stray projects
```

### Convert package and assembly references to project references

This is useful when debugging and editing a library from within the consuming project.
The below command will find any `PackageReference` and `Reference` items that refer to
a project in `Utility.sln` and replace them with a `ProjectReference`. It will also add
the referenced projects to the current solution.

```console
please expand references Path/To/Utility.sln
```

### Remove junk from the solution directory

Delete those magic folders after a table-flipping Visual Studio experience:
Expand Down

0 comments on commit ee7572a

Please sign in to comment.