Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.07 KB

Heartbeat

This service is used to test heartbeat ping to database what the connection still alive or timeout

Prerequisites

  • NET SDK
  • F# Compiler
  • Visual Studio (Optional)

Build Steps

  1. Open a command prompt (CMD) or terminal.
  2. Navigate to your F# project folder.
  3. Run the following command:
dotnet build

This command will build the F# project and generate the output file *.exe.

Run Steps

  1. Open a command prompt (CMD) or terminal.
  2. Navigate to your F# project folder.
  3. Run the following command:
dotnet run

Tips

  • You can use Visual Studio to build and run F# projects.
  • You can add F# files and C# files to the same F# project.
  • You can use NuGet to add libraries to an F# project.

References