Table of Contents

Class PackagingCoreConstants

Namespace
NuGet.Packaging.Core
Assembly
Chocolatey.NuGet.Packaging.dll
public static class PackagingCoreConstants
Inheritance
PackagingCoreConstants
Inherited Members

Fields

EmptyFolder

. denotes an empty folder since OPC does not allow an actual empty folder.

public static readonly string EmptyFolder

Field Value

string

ForwardSlashEmptyFolder

/. can be used to check empty folders from package readers where the / is normalized.

public static readonly string ForwardSlashEmptyFolder

Field Value

string

HashFileExtension

public static readonly string HashFileExtension

Field Value

string

NupkgExtension

public static readonly string NupkgExtension

Field Value

string

NupkgMetadataFileExtension

public static readonly string NupkgMetadataFileExtension

Field Value

string

NuspecExtension

public static readonly string NuspecExtension

Field Value

string

PackageDownloadMarkerFileExtension

public static readonly string PackageDownloadMarkerFileExtension

Field Value

string