Skip to content

Fully-automate development setup with Gitpod

Jan Keromnes requested to merge jankeromnes/dotnetcore:master into master

This MR adds a fully-automated dev setup for Gitpod to this .NET Core repository template.

The .gitpod.yml file ensure that, when users open the template or derived repository in Gitpod, they get:

  • .NET Core 3.1 pre-installed
  • Their project will be automatically built and started in the Terminal

You can try it by opening my fork in Gitpod:

https://gitpod.io/#https://gitlab.com/jankeromnes/dotnetcore

This is what it looks like:

Screenshot_2020-12-07_at_14.48.45

Edited by Liam McAndrew

Merge request reports