This is a code-along for week two of the C# unit at Epicodus.
Specification | Example Input | Example Output |
---|---|---|
When the user does this, the application will do that | "Input to test" | "Expected output to test" |
To use this application, follow the following instructions.
-
Dowload this .NET Core SDK which will prompt a .pkg file download from Microsoft.
-
Open the file. This will launch and walk you through installation steps. Use default settings.
-
Confirm the installation is successful by opening the terminal and running the command
$ dotnet --version
. You should see something like2.2.105
in response.
- Visit the Microsoft .NET Installation Guide.
- After installing .NET Core, run the command
dotnet tool install -g dotnet-script
in Terminal.
Clone this repository via Terminal using the following commands:
$ cd desktop
$ git clone "repository link"
$ cd Shapes.Solution
To Run this Console Application, enter the following command in the Terminal:
$ dotnet run
To view the source code of this application, open the folder in the Text Editor of your choice. (Example: to open via Visual Code enter the command code .
in Terminal.)
- Git
- C#
- .NET Core 2.2
- dotnet script
- VS Code
This webpage is licensed under the MIT license.
Copyright (c) 2020 Drake Wilcox