[]
Defines a service contract for installing and updating NuGet packages within the ActiveReports design-time environment.
[Guid("830F969F-A6B8-4EA4-8263-84F073CBA198")]
public interface INugetInstallerService
| Name | Description |
|---|---|
| IsNewSdk(object) | Determines whether the specified project uses the new SDK-style format. |
| UpdatePackagesAsync(object, IDictionary<string, string>) | Updates the specified NuGet packages for the given project. |