<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Development Environment</title><link>https://sourceforge.net/p/sharpulator/wiki/Development%2520Environment/</link><description>Recent changes to Development Environment</description><atom:link href="https://sourceforge.net/p/sharpulator/wiki/Development%20Environment/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 01 Jan 2015 20:24:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sharpulator/wiki/Development%20Environment/feed" rel="self" type="application/rss+xml"/><item><title>Development Environment modified by Charles Nadolski</title><link>https://sourceforge.net/p/sharpulator/wiki/Development%2520Environment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -20,7 +20,7 @@

 For [dependency injection](http://en.wikipedia.org/wiki/Dependency_injection) when writing tests, we will use [Moq](http://code.google.com/p/moq/wiki/QuickStart).

-### Productivity Power Tools 2013
+### Productivity Power Tools 2013 (recommended)

 You can find this in the Visual Studio Extensions online gallery.  If you install this, please go to Tools -&amp;gt; Options -&amp;gt; Productivity Power Tools, and turn OFF the "Align Assignments" feature. It interferes with other code formatting tools.  To keep the namespace references clean, please check Tools -&amp;gt; Options -&amp;gt; Productivity Power Tools -&amp;gt; Power Commands and check on "Remove and Sort Usings on save".

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Nadolski</dc:creator><pubDate>Thu, 01 Jan 2015 20:24:33 -0000</pubDate><guid>https://sourceforge.netdc9e9f7633c89ed11b7df6d719f63fa1e737fc79</guid></item><item><title>Development Environment modified by Charles Nadolski</title><link>https://sourceforge.net/p/sharpulator/wiki/Development%2520Environment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -8,7 +8,7 @@

 In order to write and run tests, you will need to install [NUnit](http://nunit.org/?p=download), and run the msi installer using the "typical" configuration.

-### Visual Studio (recommended)
+### Visual Studio (required)

 This application will be written using Visual Studio Community Edition 2013, which [can be downloaded for free](http://www.visualstudio.com/en-us/products/free-developer-offers-vs.aspx).

@@ -20,6 +20,10 @@

 For [dependency injection](http://en.wikipedia.org/wiki/Dependency_injection) when writing tests, we will use [Moq](http://code.google.com/p/moq/wiki/QuickStart).

+### Productivity Power Tools 2013
+
+You can find this in the Visual Studio Extensions online gallery.  If you install this, please go to Tools -&amp;gt; Options -&amp;gt; Productivity Power Tools, and turn OFF the "Align Assignments" feature. It interferes with other code formatting tools.  To keep the namespace references clean, please check Tools -&amp;gt; Options -&amp;gt; Productivity Power Tools -&amp;gt; Power Commands and check on "Remove and Sort Usings on save".
+
 ### Mono (experimental)

 TODO
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Nadolski</dc:creator><pubDate>Thu, 01 Jan 2015 20:21:23 -0000</pubDate><guid>https://sourceforge.net660fcb996ab1c31215d87aa52fa73066f75adc46</guid></item><item><title>Development Environment modified by Charles Nadolski</title><link>https://sourceforge.net/p/sharpulator/wiki/Development%2520Environment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -4,7 +4,7 @@

 ### Windows Environment

-To download code with subversion, download [TortoiseSVN](http://tortoisesvn.net/downloads.html) for its windows explorer integration.  Use the connection string https://svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.
+To download code with subversion, download [TortoiseSVN](https://www.visualsvn.com/visualsvn/download/tortoisesvn/) for its windows explorer integration.  Use the connection string https://svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.

 In order to write and run tests, you will need to install [NUnit](http://nunit.org/?p=download), and run the msi installer using the "typical" configuration.

@@ -12,7 +12,7 @@

 This application will be written using Visual Studio Community Edition 2013, which [can be downloaded for free](http://www.visualstudio.com/en-us/products/free-developer-offers-vs.aspx).

-In order to download code off of subversion using Visual Studio, you will need the TSVN extension in Visual Studio. Use the connection string https://svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.
+In order to download code off of subversion using Visual Studio, download [VisualSVN](https://www.visualsvn.com/visualsvn/download/). Use the connection string https://svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.

 Libraries are managed automatically by the NuGet package manager.  NuGet can be downloaded and installed using Visual Studio's Extension Manager.  After installing NuGet and reloading the solution, all missing libraries will be downloaded automatically.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Nadolski</dc:creator><pubDate>Tue, 30 Dec 2014 20:59:13 -0000</pubDate><guid>https://sourceforge.net44771f171ad468b85ba23be9f4962ea0bf9de015</guid></item><item><title>Development Environment modified by Charles Nadolski</title><link>https://sourceforge.net/p/sharpulator/wiki/Development%2520Environment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -16,7 +16,7 @@

 Libraries are managed automatically by the NuGet package manager.  NuGet can be downloaded and installed using Visual Studio's Extension Manager.  After installing NuGet and reloading the solution, all missing libraries will be downloaded automatically.

-In order to run and debug tests, install Visual NUnit 2010 from either Visual Studio's Extension Manager Online Gallery, or download it manually from [here](http://visualstudiogallery.msdn.microsoft.com/c8164c71-0836-4471-80ce-633383031099).  After installing, navigate to View-&amp;gt;Other Windows-&amp;gt;Visual NUnit, and dock the window wherever you wish.
+In order to run and debug tests, install NUnit Test Adapter from Visual Studio's Extension Manager Online Gallery.  After installing, navigate to Test-&amp;gt;Windows-&amp;gt;Test Explorer, and dock the window wherever you wish.

 For [dependency injection](http://en.wikipedia.org/wiki/Dependency_injection) when writing tests, we will use [Moq](http://code.google.com/p/moq/wiki/QuickStart).

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Nadolski</dc:creator><pubDate>Tue, 30 Dec 2014 18:09:09 -0000</pubDate><guid>https://sourceforge.net039df611d50aef0fd9ca9a83fb09fea27007cd9c</guid></item><item><title>Development Environment modified by Charles Nadolski</title><link>https://sourceforge.net/p/sharpulator/wiki/Development%2520Environment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -4,15 +4,15 @@

 ### Windows Environment

-To download code with subversion, it is recommended to download [TortoiseSVN](http://tortoisesvn.net/downloads.html) for its windows explorer integration, though this is optional if you already have [AnkhSVN](http://ankhsvn.open.collab.net/downloads) installed (using both is suggested).  Use the connection string svn+ssh://yourusername@svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.
+To download code with subversion, download [TortoiseSVN](http://tortoisesvn.net/downloads.html) for its windows explorer integration.  Use the connection string https://svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.

 In order to write and run tests, you will need to install [NUnit](http://nunit.org/?p=download), and run the msi installer using the "typical" configuration.

 ### Visual Studio (recommended)

-This application will be written using Visual Studio 2010.  Any edition should do (TODO: make a note if C# express edition works or not).
+This application will be written using Visual Studio Community Edition 2013, which [can be downloaded for free](http://www.visualstudio.com/en-us/products/free-developer-offers-vs.aspx).

-In order to download code off of subversion using Visual Studio, you will need at [AnkhSVN](http://ankhsvn.open.collab.net/downloads). Use the connection string svn+ssh://yourusername@svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.
+In order to download code off of subversion using Visual Studio, you will need the TSVN extension in Visual Studio. Use the connection string https://svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.

 Libraries are managed automatically by the NuGet package manager.  NuGet can be downloaded and installed using Visual Studio's Extension Manager.  After installing NuGet and reloading the solution, all missing libraries will be downloaded automatically.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Nadolski</dc:creator><pubDate>Tue, 30 Dec 2014 17:39:23 -0000</pubDate><guid>https://sourceforge.nete9f7f340536e89567f89cb86dd84d4e92067385e</guid></item><item><title>WikiPage Development Environment modified by Charles Nadolski</title><link>https://sourceforge.net/p/sharpulator/wiki/Development%2520Environment/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -14,9 +14,11 @@

 In order to download code off of subversion using Visual Studio, you will need at [AnkhSVN](http://ankhsvn.open.collab.net/downloads). Use the connection string svn+ssh://yourusername@svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.

+Libraries are managed automatically by the NuGet package manager.  NuGet can be downloaded and installed using Visual Studio's Extension Manager.  After installing NuGet and reloading the solution, all missing libraries will be downloaded automatically.
+
 In order to run and debug tests, install Visual NUnit 2010 from either Visual Studio's Extension Manager Online Gallery, or download it manually from [here](http://visualstudiogallery.msdn.microsoft.com/c8164c71-0836-4471-80ce-633383031099).  After installing, navigate to View-&gt;Other Windows-&gt;Visual NUnit, and dock the window wherever you wish.

-For [dependency injection](http://en.wikipedia.org/wiki/Dependency_injection) when writing tests, we will use [Moq](http://code.google.com/p/moq/wiki/QuickStart).  It's not necessary to download Moq, as it will be integrated into the repository.
+For [dependency injection](http://en.wikipedia.org/wiki/Dependency_injection) when writing tests, we will use [Moq](http://code.google.com/p/moq/wiki/QuickStart).

 ### Mono (experimental)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Nadolski</dc:creator><pubDate>Mon, 11 Mar 2013 03:12:51 -0000</pubDate><guid>https://sourceforge.netadc1ffb355d405cf73e35a8f9169d468827c430d</guid></item><item><title>WikiPage Development Environment modified by Charles Nadolski</title><link>https://sourceforge.net/p/sharpulator/wiki/Development%2520Environment/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -6,7 +6,7 @@
 
 To download code with subversion, it is recommended to download [TortoiseSVN](http://tortoisesvn.net/downloads.html) for its windows explorer integration, though this is optional if you already have [AnkhSVN](http://ankhsvn.open.collab.net/downloads) installed (using both is suggested).  Use the connection string svn+ssh://yourusername@svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.
 
-In order to run tests, you will need to install [NUnit](http://nunit.org/?p=download), and run the msi installer using the "typical" configuration.
+In order to write and run tests, you will need to install [NUnit](http://nunit.org/?p=download), and run the msi installer using the "typical" configuration.
 
 ### Visual Studio (recommended)
 
@@ -14,7 +14,7 @@
 
 In order to download code off of subversion using Visual Studio, you will need at [AnkhSVN](http://ankhsvn.open.collab.net/downloads). Use the connection string svn+ssh://yourusername@svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.
 
-In order to run tests (required before checking in files!) install the [TestDriven.Net](http://testdriven.net/download.aspx) plugin for visual studio.  This will allow to run tests by simply right-clicking just about anywhere.
+In order to run and debug tests, install Visual NUnit 2010 from either Visual Studio's Extension Manager Online Gallery, or download it manually from [here](http://visualstudiogallery.msdn.microsoft.com/c8164c71-0836-4471-80ce-633383031099).  After installing, navigate to View-&gt;Other Windows-&gt;Visual NUnit, and dock the window wherever you wish.
 
 For [dependency injection](http://en.wikipedia.org/wiki/Dependency_injection) when writing tests, we will use [Moq](http://code.google.com/p/moq/wiki/QuickStart).  It's not necessary to download Moq, as it will be integrated into the repository.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Nadolski</dc:creator><pubDate>Sun, 25 Nov 2012 20:40:26 -0000</pubDate><guid>https://sourceforge.net27547ed49afa7be0c61103f0fac1eca675db1776</guid></item><item><title>WikiPage Development Environment modified by Charles Nadolski</title><link>https://sourceforge.net/p/sharpulator/wiki/Development%2520Environment/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -16,6 +16,8 @@
 
 In order to run tests (required before checking in files!) install the [TestDriven.Net](http://testdriven.net/download.aspx) plugin for visual studio.  This will allow to run tests by simply right-clicking just about anywhere.
 
+For [dependency injection](http://en.wikipedia.org/wiki/Dependency_injection) when writing tests, we will use [Moq](http://code.google.com/p/moq/wiki/QuickStart).  It's not necessary to download Moq, as it will be integrated into the repository.
+
 ### Mono (experimental)
 
 TODO
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Nadolski</dc:creator><pubDate>Mon, 19 Nov 2012 04:17:28 -0000</pubDate><guid>https://sourceforge.net5341a951a858d36969fbefe472f339a22723fd6d</guid></item><item><title>WikiPage Development Environment modified by Charles Nadolski</title><link>https://sourceforge.net/p/sharpulator/wiki/Development%2520Environment/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -4,7 +4,7 @@
 
 ### Windows Environment
 
-To download code with subversion, it is recommended to download TortoiseSVN for its windows explorer integration, though this is optional if you already have AnkhSVN installed.  Use the connection string svn+ssh://yourusername@svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.
+To download code with subversion, it is recommended to download [TortoiseSVN](http://tortoisesvn.net/downloads.html) for its windows explorer integration, though this is optional if you already have [AnkhSVN](http://ankhsvn.open.collab.net/downloads) installed (using both is suggested).  Use the connection string svn+ssh://yourusername@svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.
 
 In order to run tests, you will need to install [NUnit](http://nunit.org/?p=download), and run the msi installer using the "typical" configuration.
 
@@ -12,7 +12,7 @@
 
 This application will be written using Visual Studio 2010.  Any edition should do (TODO: make a note if C# express edition works or not).
 
-In order to download code off of subversion using Visual Studio, you will need at AnkhSVN. Use the connection string svn+ssh://yourusername@svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.
+In order to download code off of subversion using Visual Studio, you will need at [AnkhSVN](http://ankhsvn.open.collab.net/downloads). Use the connection string svn+ssh://yourusername@svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.
 
 In order to run tests (required before checking in files!) install the [TestDriven.Net](http://testdriven.net/download.aspx) plugin for visual studio.  This will allow to run tests by simply right-clicking just about anywhere.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Nadolski</dc:creator><pubDate>Mon, 19 Nov 2012 04:03:34 -0000</pubDate><guid>https://sourceforge.net0b11bcf29a60eddd87335ac81d3417e6eef42d16</guid></item><item><title>WikiPage Development Environment modified by Charles Nadolski</title><link>https://sourceforge.net/p/sharpulator/wiki/Development%2520Environment/</link><description># Development Environment

## Windows Instructions

### Windows Environment

To download code with subversion, it is recommended to download TortoiseSVN for its windows explorer integration, though this is optional if you already have AnkhSVN installed.  Use the connection string svn+ssh://yourusername@svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.

In order to run tests, you will need to install [NUnit](http://nunit.org/?p=download), and run the msi installer using the "typical" configuration.

### Visual Studio (recommended)

This application will be written using Visual Studio 2010.  Any edition should do (TODO: make a note if C# express edition works or not).

In order to download code off of subversion using Visual Studio, you will need at AnkhSVN. Use the connection string svn+ssh://yourusername@svn.code.sf.net/p/sharpulator/code/trunk for the subversion repository.

In order to run tests (required before checking in files!) install the [TestDriven.Net](http://testdriven.net/download.aspx) plugin for visual studio.  This will allow to run tests by simply right-clicking just about anywhere.

### Mono (experimental)

TODO

## Linux instructions (experimental)

TODO</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Charles Nadolski</dc:creator><pubDate>Mon, 19 Nov 2012 04:01:05 -0000</pubDate><guid>https://sourceforge.net3a4b36ecaa83175003cb4a6832043b158dd2061d</guid></item></channel></rss>