$ dotnet new console -lang Q# --output Bell
Error: Invalid parameter(s):
-lang Q#
'Q#' is not a valid value for -lang (language).
运行 dotnet new console --help 以获取使用信息。请参阅https://aka.ms/dotnet-install-templates以了解如何安装其他模板包。
我也尝试过运行:
dotnet new -i Microsoft.DotNet.Common.ProjectTemplates.2.x::2.0.0-*
但即使这个命令也无法添加项目任何想法我如何获得这个模板。