/InClass.Shapes.Solution

A C#/.Net Testing Practice Project: A program that instantiates interrelated Rectangle and Cube objects (objects within objects..with even more objects)

Primary LanguageC#

SHAPES

SHAPES CODE-ALONG, Mar. 3, 2020

By Drake Wilcox

Description

This is a code-along for week two of the C# unit at Epicodus.

Specifications:

Specification Example Input Example Output
When the user does this, the application will do that "Input to test" "Expected output to test"

Setup/Installation Requirements

To use this application, follow the following instructions.

Installing .NET core

For macOS:
  • 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 like 2.2.105 in response.

For Windows:

Installing donet script

  • After installing .NET Core, run the command dotnet tool install -g dotnet-script in Terminal.

Application Setup:

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.)

Technologies Used

  • Git
  • C#
  • .NET Core 2.2
  • dotnet script
  • VS Code

License

This webpage is licensed under the MIT license.

Copyright (c) 2020 Drake Wilcox