C# Class NuGet.Indexing.NupkgPackageMetadataExtraction

Mostra file Open project: NuGet/NuGet.Services.Metadata

Public Methods

Method Description
MakePackageMetadata ( Stream nupkgStream, List errors ) : string>.IDictionary

Private Methods

Method Description
ExtractProperty ( string>.IDictionary package, System.Xml.Linq.XDocument document, string localName, string destination = null ) : void
MakePackage ( Stream stream, string>.IDictionary package, List errors ) : void
TryLoad ( Stream stream, System.Xml.Linq.XDocument &document, List errors ) : bool

Method Details

MakePackageMetadata() public static method

public static MakePackageMetadata ( Stream nupkgStream, List errors ) : string>.IDictionary
nupkgStream Stream
errors List
return string>.IDictionary