rksoftware

Visual Studio とか C# とかが好きです

インストールされている dotnet tool を確認する

コマンドで簡単に確認できますが、少し注意点があります。

docs.microsoft.com

グローバルツールをリストする場合

dotnet tool list -g

ローカルツールをリストする場合

dotnet tool list

または

dotnet tool list --local

両方同時にはリストできないので注意