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
- Host: GitHub
- URL: https://github.com/krzysztof-cieslak/gitpodsample
- Owner: Krzysztof-Cieslak
- Created: 2019-11-18T18:42:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T19:10:39.000Z (over 5 years ago)
- Last Synced: 2025-04-09T10:04:34.810Z (2 months ago)
- Topics: dotnet, fsharp, gitpod
- Language: F#
- Homepage: https://gitpod.io/#https://github.com/Krzysztof-Cieslak/GitPodSample
- Size: 2.93 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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[](https://gitpod.io#https://github.com/Krzysztof-Cieslak/GitPodSample)