I installed the Nuget Codecracker.csharp package in VS2015, as a trial. I then uninstalled it using the Solution Explorer "Manage Nuget Packages for Solution" tool. This now shows the packages as being uninstalled - BUT - the solution won't build because several projects complain about missing components of CodeCracker:
"CSC : error CS0006: Metadata file '....\packages\codecracker.CSharp.1.0.1\analyzers\dotnet\cs\CodeCracker.Common.dll' could not be found 21>CSC : error CS0006: Metadata file '....\packages\codecracker.CSharp.1.0.1\analyzers\dotnet\cs\CodeCracker.CSharp.dll' could not be found"
There is no documentation on the Codecracker Github or other websites, and no means of contacting the team other than via a jabber site that is permanently down.
How to clean this up so my solution builds again?