Projects Class

Represents the list of projects loaded into the current Q# session, and allows for adding references to additional .csproj files.

Inheritance
builtins.object
Projects

Constructor

Projects(client)

Methods

add

Adds a reference to the given Q# project to be loaded into the current IQ# session.

add

Adds a reference to the given Q# project to be loaded into the current IQ# session.

add(project_path: str) -> None

Parameters

project_path
Required

Path to the .csproj to be added. May be an absolute path or a path relative to the current workspace root folder.