sgoguen / GitPodSample

Sample for using Gitpod with F# and .Net Core 3.0

Home Page:https://gitpod.io/#https://github.com/Krzysztof-Cieslak/GitPodSample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F# GitPod sample

Sample for using GitPod with F# based on .Net Core 3.0. It shows both simple project (command line app) and script file. The important parts are:

  • .docker/Dockerfile using .Net Core 3.0
  • .vscode/settings.json enabling .Net Core F# Interactive (dotnet fsi)
  • .vscode/tasks.json defining build task for the application

Open in Gitpod

About

Sample for using Gitpod with F# and .Net Core 3.0

https://gitpod.io/#https://github.com/Krzysztof-Cieslak/GitPodSample


Languages

Language:F# 65.2%Language:Dockerfile 34.8%