__NuGet 2.7.40605.9002__
__Description__
When a package is being packed in the presence of a _packages.config_ file, NuGet shows the message (
(see _dependencies\_message.png_):
Found packages.config. Using packages listed as dependencies
However, in my _packages.config_, I have a single package and it has _developmentDependency="true"_, that is, it will not be added as dependency (as stated in the message).
__Possible solution__
Show the user which packages are being included as dependencies. User can see clearly what is happening. A possible message would be:
Found packages.config.
FooPackage 1.2 was added as a dependency.
BarPackage 13.7 was added as a dependency.
__Description__
When a package is being packed in the presence of a _packages.config_ file, NuGet shows the message (
(see _dependencies\_message.png_):
Found packages.config. Using packages listed as dependencies
However, in my _packages.config_, I have a single package and it has _developmentDependency="true"_, that is, it will not be added as dependency (as stated in the message).
__Possible solution__
Show the user which packages are being included as dependencies. User can see clearly what is happening. A possible message would be:
Found packages.config.
FooPackage 1.2 was added as a dependency.
BarPackage 13.7 was added as a dependency.