Skip to content

Commit 159eda4

Browse files
author
MarneeDear
committedMar 23, 2020
Updated the readme
1 parent cd8430e commit 159eda4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
 

‎README.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# fsharp-worker
22
How to do a .NET Core Worker Service in F#
3+
4+
In .NET Core 3 a new type of application called `Worker Service`.
5+
6+
See also [Host ASP.NET Core in a Windows Service](https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/windows-service?view=aspnetcore-3.1&tabs=netcore-cli)
7+
8+
> The ASP.NET Core Worker Service template provides a starting point for writing long running service apps
9+
10+
The `dotnet` template is only available in C#, so I tried to make it work with F#. This is my first attempt.
11+
12+
## Run me
13+
14+
1. Clone me
15+
2. `cd` into the folder that was created
16+
3. `dotnet run`
17+
18+
> Hello World
19+
20+
## Suggestions and improvements welcome!
21+
22+
23+
24+
![alt text](https://onedublin.files.wordpress.com/2014/06/meme-i-have-no-idea-what-i-am-doing.png "Help Me!")

0 commit comments

Comments
 (0)
Please sign in to comment.