An open API service indexing awesome lists of open source software.

https://github.com/krzysztof-cieslak/gitpodsample

Sample for using Gitpod with F# and .Net Core 3.0
https://github.com/krzysztof-cieslak/gitpodsample

dotnet fsharp gitpod

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/Krzysztof-Cieslak/GitPodSample)