Closed git-hub-user closed 5 years ago
After adding the reference manually, I got:
Error CS0246 The type or namespace name 'NCDK' could not be found (are you missing a using directive or an assembly reference?)
Then, of course, I discovered that the Target Framework of my solution was 4.5.2, which should have been 4.6.1. After changing that, I tested the package installation again and then the reference was added automatically.
When I install the package NCDK, no references are added to the project(s). With the option Manage NuGet Packages for Solution, I would expect a reference for each project I check. With the option Manage NuGet Packages, I would expect a reference to the current project. When using the Package Manager Console, I would excpect it to be installed into the selected default project. Below is the output from the Package Manager Console, which seems just fine.
If, e.g., I install NUnit, a reference nunit.framework is automatically added.