monkog / Package-Dependency-Validator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

Package Dependency Validator

This application analyzes the input file containing a description of software package dependencies.

Usage

In order to validate the description of software package dependencies described in a test file follow the instruction:

  1. Run NuGet restore
  2. Build the application
  3. Run in the console PackageDependencyValidator.exe followed by the test file name:
PackageDependencyValidator.exe input000.txt
  1. The result will be printed in the console. It will state PASS if the package setup is correct and FAIL if the package setup is invalid.

Tests

An AppVeyor configuration was added to this project. There is an integration test project set up, which tests the application with all provided test files. You can as well check the results here

About


Languages

Language:C# 100.0%