Resources to learn the F# ecosystem

This page summarizes the projects mentioned and recommended in the original post on /r/fsharp

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Expecto

    A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!

    Unit testing: I personally use FsUnit, specifically FsUnit.Xunit. There's some other libraries like Expecto and Hedgehog (property testing), but I haven't found a reason to use them. I recently started experimenting a little with Hedgehog. FsUnit integrates well into Visual Studio, since it sits nicely on top of NUnit and xUnit, and it's done everything I've needed so far.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • fsharp-hedgehog

    Release with confidence, state-of-the-art property testing for .NET.

    Unit testing: I personally use FsUnit, specifically FsUnit.Xunit. There's some other libraries like Expecto and Hedgehog (property testing), but I haven't found a reason to use them. I recently started experimenting a little with Hedgehog. FsUnit integrates well into Visual Studio, since it sits nicely on top of NUnit and xUnit, and it's done everything I've needed so far.

  • MSBuild

    The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

    The main thing they do is to list projects so that you can open a solution and see a set of projects, or build a solution and build everything there. They also give a lot of customization and fortunately it's rare that you need to know anything about that. It does feel somewhat unnecessary since you should be able to open a project with its dependencies. Hopefully solution files are going to be cleaned up: https://github.com/dotnet/msbuild/issues/1730

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Mutation Testing

    5 projects | /r/programming | 13 Apr 2021
  • Earthly: Like Docker for Builds

    1 project | news.ycombinator.com | 8 Sep 2024
  • Understanding Tdd vs Bdd : A Guide For Developers

    1 project | dev.to | 25 Jul 2024
  • The sad state of property-based testing libraries

    21 projects | news.ycombinator.com | 4 Jul 2024
  • Show HN: Record network calls as integration tests and stubs(YAML), replay in CI

    1 project | news.ycombinator.com | 25 Jun 2024

Did you konow that F# is
the 47th most popular programming language
based on number of metions?