0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Visual Studio Codeで C# Dev Kitを使ってみる

Last updated at Posted at 2023-12-26

1. はじめに

  • Visual Studio Codeの拡張機能「C# Dev Kit」を使いたい
  • ソリューションプロジェクトを作成して、簡単なコンソールプログラムを動かしてみたい

2. 開発環境

  • Visual Studio Code
  • C#
  • .Net 7
  • C# Dev Kit (拡張機能)

3. 事前準備

  • Visual Studio Codeから「C# Dev Kit」をインストールする
    image.png

4. .NETプロジェクトの作成

4.1. .NETプロジェクトを作成ボタンをクリックする

image.png

4.2. クラスライブラリを選択する

image.png

4.3. 出力するフォルダを選択する

image.png

4.4. プロジェクト名を記入する

image.png

4.5. .NET プロジェクトが作成できる

image.png

5. サンプルプログラムの実行

5.1. Program.csを作成

image.png

5.2. デバッグから実行とデバッグボタンをクリックする

image.png

5.3. デバッガを選択する

image.png

5.4. サンプルプログラムが実行できる

image.png

6. 参考文献

0
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?