tavisca-akadam / CleanStrike

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CleanStrike

Instructions to Run Application

1. Restore All Dependencies

dotnet restore CleanStrike.App.sln

2. Build the Solution

dotnet build CleanStrike.App.sln

3. Run Application

dotnet run --project CleanStrike.App\CleanStrike.App.csproj

Note: For Mac/Linux System please use / slash. dotnet run --project CleanStrike.App/CleanStrike.App.csproj

4. Test the Application

dotnet test CleanStrike.Tests\CleanStrike.Tests.csproj

Note: For Mac/Linux System please use / slash. dotnet test CleanStrike.Tests/CleanStrike.Tests.csproj

5. User Input

User input file stored in CleanStrike.App\CleanStrike.App\Input folder.

6. Framework -

requires - dotnet-core 2.1 framework
https://dotnet.microsoft.com/download/dotnet-core/2.1

About


Languages

Language:C# 100.0%