Skip to content

MarneeDear/fsharp-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9534ad · Mar 24, 2020

History

6 Commits
Mar 23, 2020
Mar 23, 2020
Mar 23, 2020
Mar 23, 2020
Mar 24, 2020
Mar 24, 2020
Mar 24, 2020
Mar 24, 2020

Repository files navigation

fsharp-worker

How to do a .NET Core Worker Service in F#

In .NET Core 3 a new type of application called Worker Service.

See also Host ASP.NET Core in a Windows Service

The ASP.NET Core Worker Service template provides a starting point for writing long running service apps

The dotnet template is only available in C#, so I tried to make it work with F#. This is my first attempt.

Run me

  1. Clone me
  2. cd into the folder that was created
  3. dotnet run

Hello World

Suggestions and improvements welcome!

alt text

About

How to do a .NET Core Worker Service in F#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages