Method |
Description |
|
AddFiles ( string basePath, string source, string destination, string exclude = null ) : void |
|
|
CreatePart ( Package package, string path, Stream sourceStream ) : void |
|
|
DetermineMinimumSchemaVersion ( Collection Files ) : int |
|
|
ExcludeFiles ( List searchFiles, string basePath, string exclude ) : void |
|
|
HasXdtTransformFile ( ICollection contentFiles ) : bool |
|
|
IsPrereleaseDependency ( PackageDependency dependency ) : bool |
|
|
ParseTags ( string tags ) : IEnumerable |
Tags come in this format. tag1 tag2 tag3 etc.. |
|
ReadManifest ( Stream stream, string basePath ) : void |
|
|
RequiresV4TargetFrameworkSchema ( ICollection files ) : bool |
|
|
ValidateDependencySets ( SemanticVersion version, IEnumerable dependencies ) : void |
|
|
ValidateReferenceAssemblies ( IEnumerable files, IEnumerable packageAssemblyReferences ) : void |
|
|
WriteFiles ( Package package ) : void |
|
|
WriteManifest ( Package package, int minimumManifestVersion ) : void |
|
|