Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

TitleNotSameAsPackageId

Rob Reynolds edited this page Dec 21, 2015 · 11 revisions

Title and Package Id Should not Match

Warning

There is a bug where it is not taking case into account. Ensure that you implement the recommended solution and we will fix the bug.

Issue

In the nuspec, the id of the package <id /> was found to match exactly with <title />.

Recommended Solution

In the nuspec, ensure the <id /> is completely lowercase (e.g. "thispackage") and the <title /> uses title case (e.g. "This Package").

Reasoning

In general, the id should be lowercase ("thispackage") and a title should have title case ("ThisPackage"). The names may match, but what we are generally searching for is whether someone has ran the template generation and then forgotten to update the title in the nuspec to something more appropriate.

Remember!!

Always push the exact same version of the package during review! Package versions are not immutable until approved.

Requirements

Guidelines

Suggestions

Notes

Clone this wiki locally