Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Make finding the project root more deterministic #663

Closed
davidfowl opened this issue Sep 26, 2014 · 1 comment
Closed

Make finding the project root more deterministic #663

davidfowl opened this issue Sep 26, 2014 · 1 comment
Assignees
Milestone

Comments

@davidfowl
Copy link
Member

Today we look for 4 things:

  • A .git folder
  • A packages folder
  • A .sln file
  • A global.json file

We should remove the .git and packages folder and just use the .sln file and global.json

@davidfowl
Copy link
Member Author

The fallback should be the project folder not the folder above it.

@davidfowl davidfowl added this to the 1.0.0-beta1 milestone Sep 30, 2014
@davidfowl davidfowl self-assigned this Sep 30, 2014
davidfowl added a commit that referenced this issue Sep 30, 2014
- Remove .git lookup and packages lookup
- As a fallback use the project folder

#663
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant