VscePackager Class

Summary

The Vsce Packager used to package VsCode Extensions
graph BT Type-->Base0["VsceTool<VscePackageSettings>"] Base0-->Base1["Tool<VscePackageSettings>"] Type["VscePackager"] class Type type-node

Syntax

public sealed class VscePackager : VsceTool<VscePackageSettings>

Constructors

Name Summary
VscePackager(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) Initializes a new instance of the VscePackager class.

Methods

Name Value Summary
Run(VscePackageSettings) void
Creates a Vsce package from the provided settings.

Extension Methods

Name Value Summary
Dump<VscePackager>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<VscePackager>(VscePackager[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<VscePackager>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<VscePackager>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<VscePackager>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<VscePackager>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin