Getting Started
Download From Nuget.org¶
There are two Nuget packagesto download:
Install Via Nuget Package Manager¶
- Right-click on the project where you want to install the package(s)
- Select Manage Nuget Packages
- Type
luminous.code
in the search box - Click on the package(s) you want to install
- Click the Install button
Install Via Package Manager Console¶
- Click on the project where you want to install the package(s)
- Click View | Other Windows | Package Manager Console
- Make sure the correct project is selected as Default Project
- Type
install-package luminous.code.core
orinstall-package luminous.code.visualstudio
- Press
ENTER