Interface INuGetExtractionWrapper
Namespace: LemonEdge.NuGetManager.Packages
Assembly: LemonEdge.NuGetManager.dll
Syntax
public interface INuGetExtractionWrapper
Methods
ExtractPackageAsync(string, Stream, string, CancellationToken)
Declaration
Task ExtractPackageAsync(string packageSource, Stream packageStream, string root, CancellationToken token = default)
Parameters
Type | Name | Description |
---|---|---|
string | packageSource | |
Stream | packageStream | |
string | root | |
CancellationToken | token |
Returns
Type | Description |
---|---|
Task |