From 0fec1424d5b729fc79595ae84ead0deed12ea876 Mon Sep 17 00:00:00 2001 From: Ivaylo Kenov Date: Tue, 5 Jul 2016 22:38:06 +0300 Subject: [PATCH] Added community project in the README.md Added MyTested.AspNetCore.Mvc as mentioned in #4905 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f54ba94f8..5541d17874 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,6 @@ ASP.NET Core MVC in ASP.NET Core includes support for building web pages and HTT Related community projects: * [AspNet.Mvc.TypedRouting](https://github.com/ivaylokenov/AspNet.Mvc.TypedRouting): A collection of extension methods providing strongly typed routing and link generation for ASP.NET Core MVC projects. * [ASP.NET MVC Boilerplate](https://visualstudiogallery.msdn.microsoft.com/6cf50a48-fc1e-4eaf-9e82-0b2a6705ca7d): Rich templates for ASP.NET Core MVC. +* [MyTested.AspNetCore.Mvc](https://github.com/ivaylokenov/MyTested.AspNetCore.Mvc): Powerful fluent testing framework for ASP.NET Core MVC. This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.