In NuGet source, consider downloading licenseUrl even if license already known from file or expression #270
Labels
stale
Older issue or PR without additional information, questions, or request for actions
Currently, we only download the nuspec's
<licenseUrl>
if we weren't able to determine the license in another way. That is, if we matched on a license file,<license type="expression">
, or well-known<licenseUrl>
, we don't download.It's not clear that this is reasonable - for instance, what if the license text at
<licenseUrl>
doesn't match the same license as<license>
or aLICENSE.txt
? We should reportother
in those cases, but today we would report the license expression and/or file.Like #269, this may require changes to
licensee
to better indicate if<license>
and<licenseUrl>
aren't guaranteed to match.The text was updated successfully, but these errors were encountered: