Rider build C # development environment

1. Installation DotNet-SDK

Download Link: https://dotnet.microsoft.com/download

After installation is complete configuration environment variable, then run cmd window: dotnet --info command displays the current version

 

2. Install Rider

Download Link: https://www.jetbrains.com/

 Once you have downloaded can be installed into the specified directory

3. First Program

1) Open Rider, new projects .NET Console Application

2) Configuration directory dotnet-sdk

3) Run the Program.cs file

So far C # development environment has been set up successfully

Guess you like

Origin www.cnblogs.com/wanyuan/p/11217393.html