Packages Class
Represents the list of packages loaded into the current Q# session, and allows for adding new packages from NuGet.org or any other configured feeds.
- Inheritance
-
builtins.objectPackages
Constructor
Packages(client)
Methods
| add |
Adds a NuGet package with the given package name to the current Q# session, downloading the package from NuGet.org or any other configured feeds as necessary. |
add
Adds a NuGet package with the given package name to the current Q# session, downloading the package from NuGet.org or any other configured feeds as necessary.
add(package_name: str) -> None
Parameters
- package_name
Required