Skip to content

mgogitidze/Lab2PO

Repository files navigation

Lab2

Simple calculator that allows user to make a simple operations with numbers

Getting Started

This simple guide will allow you to run project using Visual Studio Code

Prerequisites

  1. [VS Code] (https://code.visualstudio.com/)

  2. [.Net Core SDK ] (https://dotnet.microsoft.com/download/dotnet-core)

  3. VS Code extensions :

    • C#
    • C# Extensions
    • C# XML Documentation Comments (optional)
    • NuGet Package Manager
  4. SDK Project packages:

    • Microsoft.NET.Test.Sdk
    • xunit
    • xunit.runner.visualstudio

Installing

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

Running the tests

To run tests you need to change projectDir in TestClass.cs to your current project directory

Lab 2 contains 1 bootleg test:

  1. InputAndOutputTest
This test allows you to check issues with Input and Output.

Built With

*Visual Studio Code *Xunit

Version

Current version 0.3

Authors

About

Lab2PO

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages