This application analyzes the input file containing a description of software package dependencies.
In order to validate the description of software package dependencies described in a test file follow the instruction:
- Run NuGet restore
- Build the application
- Run in the console
PackageDependencyValidator.exe
followed by the test file name:
PackageDependencyValidator.exe input000.txt
- The result will be printed in the console. It will state
PASS
if the package setup is correct andFAIL
if the package setup is invalid.
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