dotnet / Scaffolding

Code generators to speed up development.
MIT License
620 stars 218 forks source link

Relative path for project selection #2758

Closed tlmii closed 1 month ago

tlmii commented 1 month ago

The primary purpose of this PR is to change the display of the project picker so that it shows the relative path to the project instead of the full path. At least for demo purposes I think this is cleaner. We can discuss how we want this all displayed long-term later.

Before: image

After: image

Along the way I also changed out the use of the Tuple to a concrete class, which makes the code a little easier to reason with. We'll have more changes here in the future so I'm not sure that class is permanent but I think it makes this more readable in the interim.