Interface INuGetDependencyResolver
Namespace: Void.Proxy.Api.Plugins.Dependencies
Assembly: Void.Proxy.Api.dll
Resolves plugin dependencies from configured NuGet package repositories.
public interface INuGetDependencyResolver : IDependencyResolverImplements
Methods
AddRepository(string)
Adds a package repository to the resolution sources.
void AddRepository(string uri)Parameters
uri string
The repository service-index URI.