Skip to content

Commit 48307a0

Browse files
committed
Added info to build and run test on vs2022.
1 parent 17b03b9 commit 48307a0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,15 @@ found in [the W3 CSS 3 Release Candidate documentation](http://www.w3.org/TR/200
3535

3636

3737

38+
39+
## To correctly build the project and run the tests
40+
- Use visual studio 2022
41+
- Install NUnit3TestAdapter:
42+
- Tools/NuGet Package Manager/Pacakge Manager Console
43+
- Execute the following command: **NuGet\Install-Package NUnit3TestAdapter -Version 3.17.0**
44+
- Build the ExCSS.Unity.VS2010 project (right-click on the project, build)
45+
- Build the EXCSs.Unity.Tests project (right-click on the project, build)
46+
- Open the Test Explorer: View / Test Explorer (from the menu).
47+
- Run all the tests by clicking on the play which has the tooltip "Run All Tests In View".
48+
49+

0 commit comments

Comments
 (0)