问题
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