naeemkhedarun / NugetXray

A command line analysis tool for your nuget package configs and project references.
13 stars 2 forks source link

Check for missing project references #4

Open naeemkhedarun opened 8 years ago

naeemkhedarun commented 8 years ago

As an engineer I want to make sure that my assemblies are referenced as project references rather than assembly references So that multi-core builds do not fail on assembly file locking

Productivity tools like resharper often automatically setup assembly references without detecting that they should be project references.