vsmac-cli 0.2.0

dotnet tool install --global vsmac-cli --version 0.2.0                
此软件包中包含一个 .NET 工具,您可以从中调用,从 shell/命令行。
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local vsmac-cli --version 0.2.0                
此软件包中包含一个 .NET 工具,您可以从中调用,从 shell/命令行。
#tool dotnet:?package=vsmac-cli&version=0.2.0                
nuke :add-package vsmac-cli --version 0.2.0                

vsmac-cli 是一种 .NET 全局工具,允许您从 CLI 查询和交互 Visual Studio for Mac 的已安装版本。

例如,您可以使用以下操作

  • 使用 vsmac msbuild myapp.sln 调用 Visual Studio for Mac 内部捆绑的 MSBuild 并执行 myapp.sln
  • 使用 vsmac open myfile.cs 在 Visual Studio for Mac 中打开文件 myfile.cs
  • 使用 vsmac path 打印 Visual Studio for Mac 应用程序捆绑文件的路径(可能用于其他工具)
  • 使用 vsmac vstool setup 从 CLI 管理Visual Studio for Mac 扩展

如果您有多个 Visual Studio for Mac 版本安装,它将默认使用最新安装的稳定版本。您可以通过使用 -p,例如 vsmac -p open myfile.cs,选择使用最新安装的预览版本,或使用 -v 指定显式版本,例如 vsmac -v 7.8 msbuild mysln.sln

完整用法

Usage:
  vsmac [options] [command]

Options:
  -p, --preview   Use preview instance of Visual Studio
  -v <v>          Use specific version of Visual Studio
  --version       Show version information
  -?, -h, --help  Show help and usage information

Commands:
  list     List available Visual Studio instances
  msbuild  Invoke the MSBuild bundled with Visual Studio
  vstool   Invoke the Visual Studio tool runner
  path     Print path to Visual Studio app bundle
  version  Print version of Visual Studio
  open     Opens the specified files with Visual Studio
产品 兼容和额外的目标框架版本。
.NET net5.0兼容。 net5.0-windows已计算。 net6.0已计算。 net6.0-android已计算。 net6.0-ios已计算。 net6.0-maccatalyst已计算。 net6.0-macos已计算。 net6.0-tvos已计算。 net6.0-windows已计算。 net7.0已计算。 net7.0-android已计算。 net7.0-ios已计算。 net7.0-maccatalyst已计算。 net7.0-macos已计算。 net7.0-tvos已计算。 net7.0-windows已计算。 net8.0已计算。 net8.0-android已计算。 net8.0-browser已计算。 net8.0-ios已计算。 net8.0-maccatalyst已计算。 net8.0-macos已计算。 net8.0-tvos已计算。 net8.0-windows已计算。
兼容的目标框架
包含的目标框架(在包内)
了解有关目标框架.NET Standard的更多信息。

此包没有依赖项。

版本 下载 最后更新
0.2.0 474 7/23/2021
0.1.1 407 12/18/2020