dotnet Command executed by visual studio 2017

我们两清 提交于 2021-01-29 09:42:28

问题


I am looking for a way to get all dotnet command send by Visual studio while creating project or new files. My goal is to automatise the construction of the code using templates and scripting. Is there a way to get all dotnet Command executed by Visual Studio ?

Thanks a lot for your answer

Regards

Mickael


回答1:


You can use Process Monitor to write a log of all executed dotnet processes with parameters.



来源:https://stackoverflow.com/questions/52986734/dotnet-command-executed-by-visual-studio-2017

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!