调试asp.net核心源代码

编程入门 行业动态 更新时间:2024-10-24 14:21:07
本文介绍了调试asp核心源代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

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

解决方案

嗨朋友,

谢谢为您的发布。

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

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

祝你好运,

Fletcher

If we download the asp core MVC source code from github, how can we include the source files in our project, in order to debug the asp core source code via our project in Visual Studio 2017? In Visual studio 2015, we could specify the directory path of the asp 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 usethe .csproj, and there is the doc about

A mapping between project.json and csproj properties

Best regards,

Fletcher

更多推荐

调试asp.net核心源代码

本文发布于:2023-11-03 15:50:50,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1555497.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:源代码   核心   asp   net

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!