-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop over building with dotnet-compile #4329
Comments
|
davidfowl
referenced
this issue
in dotnet/cli
Oct 18, 2015
- Added a flag --no-project-dependencies to dotnet-compile to avoid building project dependencies. - Made small tweak to LibraryExporter to check for instances rather than names #63
Did something basic here |
wli3
referenced
this issue
in wli3/cli
Jul 14, 2017
First version of DesignTime task for dependencies tree
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should sort (topo sort) project references and compile them non recursively. We'll need a flag to disable building project dependencies.
The text was updated successfully, but these errors were encountered: