Skip to content
nesty edited this page Sep 13, 2019 · 13 revisions

Nester Develop

Nester Develop is an extension for The Visual Studio Code IDE. A number of other tools and libraries are provided along with the extension to develop dotnet core applications on the nest.yt PaaS.

Nester Develop

Pre-requisites

  • Visual Studio Code. Install vscode IDE along with the C# and the Nester Develop extensions.
  • Dotnet Core. The dotnet core framework version should match the deployed version.
  • Docker. Install docker to run nest services locally.
  • Git version 2.10 or higher. The Devkit is designed to keep all work in a single folder. The SSH keys are maintained in the local folder for checking out the remote repository. Removing the folder removes all work related to the development. This allows for a clean development environment that makes the least impact on the system. This Git version provides support for local SSH keys.

Supported Platforms

  • Windows (64-bit only)
  • macOS 10.12 (Sierra) and newer