snyk-nuget-plugin
Version:
Snyk CLI NuGet plugin
7 lines (6 loc) • 519 B
TypeScript
export declare function validate(): Promise<string>;
export declare function execute(args: string[], projectPath: string): Promise<string>;
export declare function restore(projectPath: string, workingDirectory?: string): Promise<void>;
export declare function run(projectPath: string, options: string[]): Promise<string>;
export declare function getBaseIntermediateOutputPath(projectPath: string): Promise<string | null>;
export declare function publish(projectPath: string, targetFramework?: string): Promise<string>;