ARTIFACTORY: How to Resolve Install/Search Problems in Nuget Packages with Semver2 After an Upgrade to 6.0

ARTIFACTORY: How to Resolve Install/Search Problems in Nuget Packages with Semver2 After an Upgrade to 6.0

AuthorFullName__c
Shai Ben-Zvi
articleNumber
000004170
ft:sourceType
Salesforce
FirstPublishedDate
2018-06-11T09:25:11Z
lastModifiedDate
2024-03-10T07:47:46Z
VersionNumber
6

Relevant versions: This information pertains to Artifactory 6.x and above.

Before the support for Nuget V3, Artifactory didn't have any SemVer2 filters.
To be close as we can Nuget.org we changed the functionality.
This means that clients that are below 4.3 might not find packages when they do install or search commands in Visual Studio or CLI.

To restore the old functionality and return all results regardless if they SemVer compatible or not, add the following flag to your artifactory.system.properties file:

artifactory.nuget.disableSemVer2SearchFilterForLocalRepos=true


Published: Oct. 23, 2020
Last updated: May. 24, 2020


Keywords: nuget