Miscellaneous topics

F#

We have full F# support, all you have to do is to run dotnet restore to download the compilers etc.

Chat room

Join the chat at https://gitter.im/PerfDotNet/BenchmarkDotNet

NuGet

If you want to check the develop version of the BenchmarkDotNet NuGet package, add the following line in the <packageSources> section of your NuGet.congig:

<add key="appveyor-bdn" value="https://ci.appveyor.com/nuget/benchmarkdotnet" />

Now you can install the package from the appveyor-bdn feed.