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

InvalidUrlProvidedRequirement

Gary Ewan Park edited this page Dec 10, 2020 · 3 revisions

CPMR0031 - Invalid URL (nuspec)

Issue

In the nuspec, one of the URLs provided is invalid. Usually this means that the URL does not actually go to a website.

The following URL's, if invalid, will be marked as a Requirement (needs to be fixed).

  • bugTrackerUrl - Requirement
  • docsUrl - Requirement
  • iconUrl - Requirement
  • licenseUrl - Requirement
  • mailingListUrl - Requirement
  • packageSourceUrl - Requirement
  • projectSourceUrl - Requirement
  • projectUrl - Requirement
  • wikiUrl - Requirement

NOTE:

Within the Description and ReleaseNotes elements, all URL's contained within them will be validated.

Recommended Solution

Please update the incorrect field(s) so that it results in a valid URL.

Reasoning

We expect that the URLs actually go to an existing URL

Troubleshooting

We have worked through a number of issues where valid URL were actually being flagged as invalid. If you believe that a valid URL within your nuspec file is being flagged as invalid, please reply on the package moderation page, and a moderator can help investigate.

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