You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ Here you can find a few working samples, which will get you started with the lib
5
5
6
6
## Application Samples
7
7
8
-
-**Blog** - fully-featured web application sample showing how to use **MyTested.AspNetCore.Mvc** with the best coding practices in mind. It uses[AutoMapper](https://automapper.org), [Moq](https://github.com/moq/moq4), [Shouldly](https://github.com/shouldly/shouldly) and [xUnit](http://xunit.github.io/).
9
-
-**MusicStore** - sample showing how to use **MyTested.AspNetCore.Mvc** with an automatically resolved `TestStartup` class for testing controllers, view components and routes. It uses the [official ASP.NET Core MVC sample](https://github.com/aspnet/MusicStore) and [xUnit](http://xunit.github.io/).
8
+
-**Blog** - fully-featured web application sample showing how to use **MyTested.AspNetCore.Mvc** with the best coding practices in mind. Uses[AutoMapper](https://automapper.org), [Moq](https://github.com/moq/moq4), [Shouldly](https://github.com/shouldly/shouldly) and [xUnit](http://xunit.github.io/).
9
+
-**MusicStore** - sample showing how to use **MyTested.AspNetCore.Mvc** with an automatically resolved `TestStartup` class for testing controllers, view components and routes. Uses the [official ASP.NET Core MVC test application](https://github.com/aspnet/AspNetCore/tree/master/src/MusicStore) and [xUnit](http://xunit.github.io/).
0 commit comments