Quantcast
Channel: C#タグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 9747

Visual Studio開発環境構築メモ

$
0
0

1.コーディング関連

1-1.ソースの整形

dotnet-format

インストール

  1. スタートメニューから「Developer Command Prompt for VS 2019」を起動。
  2. ソリューションフォルダに移動。
  3. マニフェストファイルを作成するため、以下を入力する。「dotnet new tool-manifest」
  4. 以下を入力し、インストールする。「dotnet tool install dotnet-format」

実行

「dotnet format」を入力し、実行する。

CodeMaid

Code Alignment

2.テスト関連


Viewing all articles
Browse latest Browse all 9747

Trending Articles