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: README.md
+8-17Lines changed: 8 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,9 @@ Some useful scripts.
4
4
5
5
## dotnet-new/dual-projects.ps1
6
6
7
-
<<<<<<< HEAD
8
7
Allows you to create a project, using any template available with `dotnet new`, and it associated xunit test project.
9
-
=======
10
-
Allows you to create a project of any type (possible with `dotnet new`) and its associated test project (using `xunit`).
11
8
Optionally, you can also create a functional tests project which automatically import `Microsoft.AspNetCore.App` and `Microsoft.AspNetCore.Mvc.Testing`.
0 commit comments