调试asp.net核心源代码 [英] debug asp.net core source code

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

问题描述

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

解决方案

嗨朋友,


谢谢为您的发布。


你是对的,  json 不再使用,而是可以使用
.csproj ,并且有关于


project.json和csproj属性之间的映射



 


祝你好运,


Fletcher


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.

解决方案

Hi friend,

Thanks for your posting.

You're right,  json are not used any more, instead you could use the .csproj, and there is the doc about

A mapping between project.json and csproj properties

 

Best regards,

Fletcher


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

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆