Class NpmPackageInfoProvider
Inheritance
NpmPackageInfoProvider
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class NpmPackageInfoProvider : INpmPackageInfoProvider, ITransientDependency
Constructors
NpmPackageInfoProvider(IJsonSerializer, ICancellationTokenProvider, IRemoteServiceExceptionHandler, CliHttpClientFactory)
Declaration
public NpmPackageInfoProvider(IJsonSerializer jsonSerializer, ICancellationTokenProvider cancellationTokenProvider, IRemoteServiceExceptionHandler remoteServiceExceptionHandler, CliHttpClientFactory cliHttpClientFactory)
Parameters
Properties
CancellationTokenProvider
Declaration
public ICancellationTokenProvider CancellationTokenProvider { get; }
Property Value
JsonSerializer
Declaration
public IJsonSerializer JsonSerializer { get; }
Property Value
RemoteServiceExceptionHandler
Declaration
public IRemoteServiceExceptionHandler RemoteServiceExceptionHandler { get; }
Property Value
Methods
GetAsync(string)
Declaration
public Task<NpmPackageInfo> GetAsync(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Implements
Extension Methods