CPMR0047 - Summary Missing (nuspec)
CPMR0047 - Summary Missing (nuspec)
WARNING
This rule has been marked as a Guideline
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Issue
In the nuspec, there is a <summary />
element. It was found to be missing or empty in the package.
Recommended Solution
Please update the nuspec to include a <summary />
element that is non-empty. If your nuspec file is missing this field, you should run choco new testpkg
and look at the output from that (ensure you have the latest version of Chocolatey).
Reasoning
The summary gives a high level explanation that is a sentence explaining what the software is.