You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for NuGet Proxy Repositories on Sonatype Nexus Repository is not trivial due to case sensitivity challenges.
PURLs are CASE SENSITIVE, alas Windows (eco-systems) are CASE INSENSITIVE. Thus Sonatype Nexus Repository catalogues components canonicalising names to lowercase.
Support for NuGet Proxy Repositories on Sonatype Nexus Repository is not trivial due to case sensitivity challenges.
PURLs are CASE SENSITIVE, alas Windows (eco-systems) are CASE INSENSITIVE. Thus Sonatype Nexus Repository catalogues components canonicalising names to lowercase.
For example: https://www.nuget.org/packages/Azure.Core/1.33.0
pkg:nuget/[email protected].
azure.core
, which results in a PURL ofpkg:nuget/[email protected]
This means we cannot accurately derive the PURL for a NuGet package when browsing Sonatype Nexus Repository Manager.
ucwords
cannot be employed to resolve this due to examples such as https://www.nuget.org/packages/Microsoft.CSharp/4.6.0FYI @maurycupitt
The text was updated successfully, but these errors were encountered: