Simple calculator that allows user to make a simple operations with numbers
This simple guide will allow you to run project using Visual Studio Code
-
[VS Code] (https://code.visualstudio.com/)
-
[.Net Core SDK ] (https://dotnet.microsoft.com/download/dotnet-core)
-
VS Code extensions :
- C#
- C# Extensions
- C# XML Documentation Comments (optional)
- NuGet Package Manager
-
SDK Project packages:
- Microsoft.NET.Test.Sdk
- xunit
- xunit.runner.visualstudio
Step 1: Install Visual Studio Code on your machine
Step 2: Install latest version of .Net Core SDK
Step 3: Configure your VS Code for running project
Press ctrl+shift+x to open extensions menu
Find and install every extension from the prerequisites
Restart VS Code
Step 4: Open project
Open folder with downloaded project. Choose directory Lab1 as folder
Open terminal and type 'dotnet restoore' to restore dependencies in the project
To run tests you need to change projectDir in TestClass.cs to your current project directory
Lab 2 contains 1 bootleg test:
- InputAndOutputTest
This test allows you to check issues with Input and Output.
Current version 0.3
- Gogitidze Maxim - initial work - cocsqudriceps