GitPodSample icon indicating copy to clipboard operation
GitPodSample copied to clipboard

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

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