Method | Description | |
---|---|---|
AddPackageOwnerAsync ( NuGetGallery.PackageRegistration package, |
||
ConfirmPackageOwnerAsync ( NuGetGallery.PackageRegistration package, |
||
CreatePackageAsync ( PackageArchiveReader nugetPackage, PackageStreamMetadata packageStreamMetadata, |
||
CreatePackageOwnerRequestAsync ( NuGetGallery.PackageRegistration package, |
||
EnrichPackageFromNuGetPackage ( |
||
EnsureValid ( PackageArchiveReader packageArchiveReader ) : void | ||
FindDependentPackages ( |
||
FindPackageByIdAndVersion ( string id, string version, bool allowPrerelease = true ) : |
||
FindPackageRegistrationById ( string id ) : NuGetGallery.PackageRegistration | ||
FindPackagesByOwner ( |
||
GetSupportedFrameworks ( PackageArchiveReader package ) : IEnumerable |
||
IncrementDownloadCountAsync ( string id, string version, bool commitChanges = true ) : Task | ||
MarkPackageListedAsync ( |
||
MarkPackageUnlistedAsync ( |
||
PackageService ( IEntityRepository |
||
PublishPackageAsync ( |
||
PublishPackageAsync ( string id, string version, bool commitChanges = true ) : Task | ||
RemovePackageOwnerAsync ( NuGetGallery.PackageRegistration package, |
||
SetLicenseReportVisibilityAsync ( |
||
UpdateIsLatestAsync ( NuGetGallery.PackageRegistration packageRegistration, bool commitChanges = true ) : Task |
Method | Description | |
---|---|---|
CreateOrGetPackageRegistration ( |
||
CreatePackageFromNuGetPackage ( NuGetGallery.PackageRegistration packageRegistration, PackageArchiveReader nugetPackage, PackageMetadata packageMetadata, PackageStreamMetadata packageStreamMetadata, |
||
FindExistingPackageOwnerRequest ( NuGetGallery.PackageRegistration package, |
||
FindPackage ( IEnumerable |
||
NotifyIndexingService ( ) : void | ||
ValidateNuGetPackageMetadata ( PackageMetadata packageMetadata ) : void | ||
ValidatePackageTitle ( PackageMetadata packageMetadata ) : void | ||
ValidateSupportedFrameworks ( string supportedFrameworks ) : void |
public AddPackageOwnerAsync ( NuGetGallery.PackageRegistration package, |
||
package | NuGetGallery.PackageRegistration | |
user | ||
return | Task |
public ConfirmPackageOwnerAsync ( NuGetGallery.PackageRegistration package, |
||
package | NuGetGallery.PackageRegistration | |
pendingOwner | ||
token | string | |
return | Task |
public CreatePackageAsync ( PackageArchiveReader nugetPackage, PackageStreamMetadata packageStreamMetadata, |
||
nugetPackage | PackageArchiveReader | |
packageStreamMetadata | PackageStreamMetadata | |
user | ||
commitChanges | bool | |
return | Task |
public CreatePackageOwnerRequestAsync ( NuGetGallery.PackageRegistration package, |
||
package | NuGetGallery.PackageRegistration | |
currentOwner | ||
newOwner | ||
return | Task |
public EnrichPackageFromNuGetPackage ( |
||
package | ||
packageArchive | PackageArchiveReader | |
packageMetadata | PackageMetadata | |
packageStreamMetadata | PackageStreamMetadata | |
user | ||
return |
public EnsureValid ( PackageArchiveReader packageArchiveReader ) : void | ||
packageArchiveReader | PackageArchiveReader | |
return | void |
public FindDependentPackages ( |
||
package | ||
return | IEnumerable |
public FindPackageByIdAndVersion ( string id, string version, bool allowPrerelease = true ) : |
||
id | string | |
version | string | |
allowPrerelease | bool | |
return |
public FindPackageRegistrationById ( string id ) : NuGetGallery.PackageRegistration | ||
id | string | |
return | NuGetGallery.PackageRegistration |
public FindPackagesByOwner ( |
||
user | ||
includeUnlisted | bool | |
return | IEnumerable |
public GetSupportedFrameworks ( PackageArchiveReader package ) : IEnumerable |
||
package | PackageArchiveReader | |
return | IEnumerable |
public IncrementDownloadCountAsync ( string id, string version, bool commitChanges = true ) : Task | ||
id | string | |
version | string | |
commitChanges | bool | |
return | Task |
public MarkPackageListedAsync ( |
||
package | ||
commitChanges | bool | |
return | Task |
public MarkPackageUnlistedAsync ( |
||
package | ||
commitChanges | bool | |
return | Task |
public PackageService ( IEntityRepository |
||
packageRegistrationRepository | IEntityRepository |
|
packageRepository | IEntityRepository |
|
packageOwnerRequestRepository | IEntityRepository |
|
indexingService | IIndexingService | |
packageNamingConflictValidator | IPackageNamingConflictValidator | |
auditingService | AuditingService | |
return | System |
public PublishPackageAsync ( |
||
package | ||
commitChanges | bool | |
return | Task |
public PublishPackageAsync ( string id, string version, bool commitChanges = true ) : Task | ||
id | string | |
version | string | |
commitChanges | bool | |
return | Task |
public RemovePackageOwnerAsync ( NuGetGallery.PackageRegistration package, |
||
package | NuGetGallery.PackageRegistration | |
user | ||
return | Task |
public SetLicenseReportVisibilityAsync ( |
||
package | ||
visible | bool | |
commitChanges | bool | |
return | Task |
public UpdateIsLatestAsync ( NuGetGallery.PackageRegistration packageRegistration, bool commitChanges = true ) : Task | ||
packageRegistration | NuGetGallery.PackageRegistration | |
commitChanges | bool | |
return | Task |