Fix missing encoding of project names in urls by mbxsuite · Pull Request #1438 · dotnet/sourcelink (original) (raw)

Fixes missing urlencoding of project names in scm urls of Azure Devops Server.

Nuget meta data originally containes a SCM URL path "collection/project%20name/repo", which got turned into "collection/project name/repo", thus later on breaking sbom validation of package.

#706