Skip to content
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

How to configure Vs to run webapplication using local sources? #66

Closed
lucamorelli opened this issue Jun 6, 2014 · 2 comments
Closed
Labels
Done This issue has been fixed

Comments

@lucamorelli
Copy link

Hi, I would like to configure a vs solution so I can run a web application running not the compiled packages, but the sources in a cloned repositories.
I would like to run and debug mvc and ef starting from the app and entering in the sources.
Actually is this possible?
I already tried to add to the solution the mvc packages, but seems are ignored.

@Eilon
Copy link
Member

Eilon commented Jun 6, 2014

In your solution folder create a file called global.json that points to the location of the parent folder of your other projects.

E.g. if your MVC source code is in c:\git\aspnet\mvc create this file in the solution folder of your project:

{
    "sources": ["c:\\git\\aspnet"]
}

@Praburaj
Copy link

Praburaj commented Jan 9, 2015

Question is answered. Closing the bug.

@Praburaj Praburaj closed this as completed Jan 9, 2015
natemcmaster pushed a commit that referenced this issue Nov 20, 2018
SteveSandersonMS pushed a commit that referenced this issue Nov 27, 2018
* Switch the tasks used to generate the blazor output to be MSBuild based.
* Package the optimized mono runtime and the BCL inside a nuget package.
* Add opt-in support for linking the application on build.
* Make the whole build process incremental.
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Done This issue has been fixed
Projects
None yet
Development

No branches or pull requests

3 participants