From fc7d76ab488f4861dc3f376dc2cbff78cb0336d3 Mon Sep 17 00:00:00 2001 From: Andreas Dorfer <41114919+Andreas-Dorfer@users.noreply.github.com> Date: Mon, 7 Nov 2022 18:35:15 +0100 Subject: [PATCH] closes #340 (#624) --- docs/index.fsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.fsx b/docs/index.fsx index a8bd9815..d60dc95e 100644 --- a/docs/index.fsx +++ b/docs/index.fsx @@ -7,8 +7,9 @@ FsCheck is a tool for testing .NET programs automatically. The programmer provid FsCheck, NUnit and xUnit.NET plugin can be installed from NuGet using your favorite package manager. Users have also created integrations with [Expecto](https://github.com/haf/Expecto), -[Fuchu](https://github.com/mausch/Fuchu) and -[AutoFixture](https://github.com/AutoFixture/AutoFixture) that +[Fuchu](https://github.com/mausch/Fuchu), +[AutoFixture](https://github.com/AutoFixture/AutoFixture) and +[MSTest](https://github.com/microsoft/testfx) that you can [find on NuGet](https://www.nuget.org/packages?q=fscheck). Documentation