本文介绍了调试asp.net核心源代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我们从github下载asp.net核心MVC源代码,我们如何在我们的项目中包含源文件,以便通过Visual Studio 2017中的项目调试asp.net核心源代码?在Visual Studio 2015中,我们可以在项目的global.json文件中指定asp.net核心MVC源文件的目录
路径。但是在Visual Studio 2017中,不再使用global.json文件。

解决方案

If we download the asp.net core MVC source code from github, how can we include the source files in our project, in order to debug the asp.net core source code via our project in Visual Studio 2017? In Visual studio 2015, we could specify the directory path of the asp.net core MVC source files inside the global.json file of our project. But in Visual Studio 2017 the global.json file is not used anymore.

解决方案


这篇关于调试asp.net核心源代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-02 03:12