CPMR0049 - Title Missing (nuspec)
CPMR0049 - Title 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 <title />
element. It was found to be missing or empty in the package.
Recommended Solution
Please update the nuspec to include a <title />
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
A title is a more description version of your package id - where your package id may be something like jjb
- the title would be Jenkins Job Builder
.