Getting Started

Download From Nuget.org

There are two Nuget packagesto download:

Nuget Packages

Install Via Nuget Package Manager

  1. Right-click on the project where you want to install the package(s)
  2. Select Manage Nuget Packages
  3. Type luminous.code in the search box
  4. Click on the package(s) you want to install
  5. Click the Install button

Nuget Package Manager

Install Via Package Manager Console

  1. Click on the project where you want to install the package(s)
  2. Click View | Other Windows | Package Manager Console
  3. Make sure the correct project is selected as Default Project
  4. Type install-package luminous.code.core or install-package luminous.code.visualstudio
  5. Press ENTER

Package Manager Console