Méthode | Description | |
---|---|---|
AddDefaultEndpointsAsync ( ) : Task |
Adds all the NuGet enabled endpoints configured in the system. This methods reads the system configuration as well as the NuGet configuration files from the current working directory. |
|
AddEndpointAsync ( string endpoint ) : Task |
Adds an additional NuGet endpoint.
|
|
Dispose ( ) : void |
Releases the resources of the object.
|
|
InspectAsync ( PackageIdentity packageId ) : Task |
Inspects a NuGet package to provide with its metadata.
|
|
NuGetProtocolInspector ( ) : System |
Initializes a new instance of the NuGetProtocolInspector class.
|
Méthode | Description | |
---|---|---|
AddRepositoryAsync ( PackageSource source ) : Task | ||
InpsectFromRepoAsync ( PackageIdentity packageId, FindPackageByIdResource repo ) : Task |
||
InspectPackageAsync ( PackageIdentity packageId ) : Task |
public AddEndpointAsync ( string endpoint ) : Task | ||
endpoint | string | The NuGet endpoint. |
Résultat | Task |
public InspectAsync ( PackageIdentity packageId ) : Task |
||
packageId | PackageIdentity | The package identifier to inspect. |
Résultat | Task |