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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,17 @@ ASPNetImage is a work in progress and any help completing the object is apprecia
63
63
**SaveImage*<br />_Partially implemented._ Saves the image, but currently only in JPEG format.
64
64
65
65
66
+
# Environment Configuration
67
+
68
+
* Visual Studio 2010 or greater
69
+
70
+
* Install and configure NUnit. TestDriven.NET, which provides NUnit is available at http://testdriven.net/ You will need to add a reference to "nunit.framework" in the UnitTests project.
71
+
72
+
* Configure DLL signing. In Visual Studio, open the ASPNetImage project properties and click on the "Signing" tab. Check the box labeled "Sign the assembly" and select "< New >" from the "Choose a strong name key file:" dropdown and follow the prompts.
73
+
74
+
* You should be able to build the DLL and run the unit tests at this point.
0 commit comments