Interface INuGetResourceProvider
public interface INuGetResourceProvider
- Extension Methods
Properties
After
IEnumerable<string> After { get; }
Property Value
Before
IEnumerable<string> Before { get; }
Property Value
Name
string Name { get; }
Property Value
ResourceType
Type ResourceType { get; }
Property Value
Methods
TryCreate(SourceRepository, CancellationToken)
Task<Tuple<bool, INuGetResource?>> TryCreate(SourceRepository source, CancellationToken token)
Parameters
source
SourceRepositorytoken
CancellationToken