<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>agunit Wiki Rss Feed</title><link>http://agunit.codeplex.com/</link><description>agunit Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://agunit.codeplex.com/wikipage?version=92</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.1, Visual Studio 2012 and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.1 &amp;amp; Visual Studio 2012 support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/97746"&gt;
AgUnit 0.7&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Wed, 14 Nov 2012 23:56:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20121114115642P</guid></item><item><title>Updated Wiki: Home</title><link>https://agunit.codeplex.com/wikipage?version=91</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 16:05:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802040513P</guid></item><item><title>Updated Wiki: Home</title><link>https://agunit.codeplex.com/wikipage?version=90</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;div style="background:#7d255b no-repeat 10px 50%; border:solid 1px #7d255b; margin:0; padding:0; text-decoration:none; text-indent:0; letter-spacing:-0.001em; width:466px; height:58px"&gt;
&lt;img src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=465333" style="left:8px; top:8px"&gt;
&lt;span style="margin:7px 0 0 67px; padding:0; float:left; font-size:12px; border:0; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal"&gt;
Can’t live without&lt;/span&gt;&lt;a href="http://www.jetbrains.com/resharper/features/index.html" alt="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" title="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" style="left:0; width:281px; margin:0; padding:18px 0 14px 185px; line-height:13px; font-size:13px; border:none; display:block; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal; text-decoration:none"&gt;Productivity
 Visual Studio add-in for C#,&lt;br&gt;
VB.NET, XML, XAML, ASP.NET and more&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 15:45:33 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802034533P</guid></item><item><title>Updated Wiki: Home</title><link>https://agunit.codeplex.com/wikipage?version=89</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;div style="background:#7d255b no-repeat 10px 50%; border:solid 1px #7d255b; margin:0; padding:0; text-decoration:none; text-indent:0; letter-spacing:-0.001em; width:466px; height:58px"&gt;
&lt;span style="margin:7px 0 0 67px; padding:0; float:left; font-size:12px; border:0; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal"&gt;Can’t live without&lt;/span&gt;&lt;a href="http://www.jetbrains.com/resharper/features/index.html" alt="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" title="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" style="left:0; width:281px; margin:0; padding:18px 0 14px 185px; line-height:13px; font-size:13px; border:none; display:block; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal; text-decoration:none"&gt;Productivity
 Visual Studio add-in for C#,&lt;br&gt;
VB.NET, XML, XAML, ASP.NET and more&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 15:34:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802033402P</guid></item><item><title>Updated Wiki: Home</title><link>https://agunit.codeplex.com/wikipage?version=88</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;div style="border:solid 1px #7d255b; margin:0; padding:0; text-decoration:none; text-indent:0; letter-spacing:-0.001em; width:466px; height:58px"&gt;
&lt;span style="margin:7px 0 0 67px; padding:0; float:left; font-size:12px; border:0; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal"&gt;Can’t live without&lt;/span&gt;&lt;a href="http://www.jetbrains.com/resharper/features/index.html" alt="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" title="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" style="left:0; width:281px; margin:0; padding:18px 0 14px 185px; line-height:13px; font-size:13px; border:none; display:block; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal; text-decoration:none"&gt;Productivity
 Visual Studio add-in for C#,&lt;br&gt;
VB.NET, XML, XAML, ASP.NET and more&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 15:33:46 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802033346P</guid></item><item><title>Updated Wiki: Home</title><link>https://agunit.codeplex.com/wikipage?version=87</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 13:41:39 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802014139P</guid></item><item><title>Updated Wiki: Home</title><link>https://agunit.codeplex.com/wikipage?version=86</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;&lt;a href="http://download-codeplex.sec.s-msft.com/Download?ProjectName=agunit&amp;DownloadId=465316"&gt;&lt;img title="rs468x60_violet" border="0" alt="rs468x60_violet" src="http://download-codeplex.sec.s-msft.com/Download?ProjectName=agunit&amp;DownloadId=465317" width="189" height="44" style="border-top:0px; border-right:0px; border-bottom:0px; padding-top:0px; padding-left:0px; border-left:0px; display:inline; padding-right:0px"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="border-top:#7d255b 1px solid; height:58px; border-right:#7d255b 1px solid; background:#7d255b no-repeat 10px 50%; border-bottom:#7d255b 1px solid; padding-bottom:0px; padding-top:0px; padding-left:0px; text-decoration:none; margin:0px; border-left:#7d255b 1px solid; letter-spacing:0em; padding-right:0px; width:466px; text-indent:0px"&gt;
&lt;span style="border-left-width:0px; font-size:12px; font-family:trebuchet ms,arial,sans-serif; border-right-width:0px; border-bottom-width:0px; float:left; font-weight:normal; color:#e9d5e1; padding-bottom:0px; padding-top:0px; padding-left:0px; margin:7px 0px 0px 67px; padding-right:0px; border-top-width:0px"&gt;Can’t
 live without&lt;/span&gt;&lt;a title="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" href="http://www.jetbrains.com/resharper/features/index.html" alt="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" style="border-top-style:none; font-size:13px; border-left-style:none; font-family:trebuchet ms,arial,sans-serif; border-bottom-style:none; font-weight:normal; color:#e9d5e1; padding-bottom:14px; padding-top:18px; border-right-style:none; padding-left:185px; left:0px; text-decoration:none; margin:0px; display:block; line-height:13px; padding-right:0px; width:281px"&gt;Productivity
 Visual Studio add-in for C#,&lt;br&gt;
VB.NET, XML, XAML, ASP.NET and more&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" alt="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" style="border-top-style:none; border-left-style:none; border-bottom-style:none; border-right-style:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" alt="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" style="border-top-style:none; border-left-style:none; border-bottom-style:none; border-right-style:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 13:17:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802011735P</guid></item><item><title>Updated Wiki: Home</title><link>https://agunit.codeplex.com/wikipage?version=85</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;div style="border-top:#7d255b 1px solid; height:58px; border-right:#7d255b 1px solid; background:#7d255b no-repeat 10px 50%; border-bottom:#7d255b 1px solid; padding-bottom:0px; padding-top:0px; padding-left:0px; text-decoration:none; margin:0px; border-left:#7d255b 1px solid; letter-spacing:0em; padding-right:0px; width:466px; text-indent:0px"&gt;
&lt;span style="border-left-width:0px; font-size:12px; font-family:trebuchet ms,arial,sans-serif; border-right-width:0px; border-bottom-width:0px; float:left; font-weight:normal; color:#e9d5e1; padding-bottom:0px; padding-top:0px; padding-left:0px; margin:7px 0px 0px 67px; padding-right:0px; border-top-width:0px"&gt;Can’t
 live without&lt;/span&gt;&lt;a title="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" href="http://www.jetbrains.com/resharper/features/index.html" alt="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" style="border-top-style:none; font-size:13px; border-left-style:none; font-family:trebuchet ms,arial,sans-serif; border-bottom-style:none; font-weight:normal; color:#e9d5e1; padding-bottom:14px; padding-top:18px; border-right-style:none; padding-left:185px; left:0px; text-decoration:none; margin:0px; display:block; line-height:13px; padding-right:0px; width:281px"&gt;Productivity
 Visual Studio add-in for C#,&lt;br&gt;
VB.NET, XML, XAML, ASP.NET and more&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" alt="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" style="border-top-style:none; border-left-style:none; border-bottom-style:none; border-right-style:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" alt="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" style="border-top-style:none; border-left-style:none; border-bottom-style:none; border-right-style:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 13:16:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802011630P</guid></item><item><title>Updated Wiki: Home</title><link>https://agunit.codeplex.com/wikipage?version=84</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;div style="border-top:#7d255b 1px solid; height:58px; border-right:#7d255b 1px solid; border-bottom:#7d255b 1px solid; padding-bottom:0px; padding-top:0px; padding-left:0px; text-decoration:none; margin:0px; border-left:#7d255b 1px solid; letter-spacing:0em; padding-right:0px; width:466px; text-indent:0px"&gt;
&lt;span style="border-left-width:0px; font-size:12px; font-family:trebuchet ms,arial,sans-serif; border-right-width:0px; border-bottom-width:0px; float:left; font-weight:normal; color:#e9d5e1; padding-bottom:0px; padding-top:0px; padding-left:0px; margin:7px 0px 0px 67px; padding-right:0px; border-top-width:0px"&gt;Can’t
 live without&lt;/span&gt;&lt;a title="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" href="http://www.jetbrains.com/resharper/features/index.html" alt="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" style="border-top-style:none; font-size:13px; border-left-style:none; font-family:trebuchet ms,arial,sans-serif; border-bottom-style:none; font-weight:normal; color:#e9d5e1; padding-bottom:14px; padding-top:18px; border-right-style:none; padding-left:185px; left:0px; text-decoration:none; margin:0px; display:block; line-height:13px; padding-right:0px; width:281px"&gt;Productivity
 Visual Studio add-in for C#,&lt;br&gt;
VB.NET, XML, XAML, ASP.NET and more&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" alt="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" style="border-top-style:none; border-left-style:none; border-bottom-style:none; border-right-style:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" alt="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" style="border-top-style:none; border-left-style:none; border-bottom-style:none; border-right-style:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 13:15:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802011535P</guid></item><item><title>Updated Wiki: Home</title><link>https://agunit.codeplex.com/wikipage?version=83</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" alt="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" style="border-top-style:none; border-left-style:none; border-bottom-style:none; border-right-style:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" alt="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 13:14:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802011402P</guid></item><item><title>Updated Wiki: Tijdelijk bericht dat wordt gebruikt om het thema te bepalen. (5b379bd1-1830-465e-9dab-37b59b670836 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)</title><link>https://agunit.codeplex.com/wikipage?title=Tijdelijk bericht dat wordt gebruikt om het thema te bepalen. (5b379bd1-1830-465e-9dab-37b59b670836 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;Dit is een tijdelijk bericht dat niet is verwijderd. Verwijder het handmatig. (73858a8f-ec28-46f4-88a7-c31674262e75 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 13:06:19 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Tijdelijk bericht dat wordt gebruikt om het thema te bepalen. (5b379bd1-1830-465e-9dab-37b59b670836 - 3bfe001a-32de-4114-a6b4-4005b770f6d7) 20120802010619P</guid></item><item><title>Updated Wiki: Home</title><link>http://agunit.codeplex.com/wikipage?version=82</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 12:55:23 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802125523P</guid></item><item><title>Updated Wiki: Home</title><link>http://agunit.codeplex.com/wikipage?version=81</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;div style="border:solid 1px #7d255b; margin:0; padding:0; text-decoration:none; text-indent:0; letter-spacing:-0.001em; width:466px; height:58px"&gt;
&lt;span style="margin:7px 0 0 67px; padding:0; float:left; font-size:12px; border:0; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal"&gt;Can&amp;rsquo;t live without&lt;/span&gt;&lt;a title="Productivity Visual Studio add-in for C#, VB.NET, XML, XAML, ASP.NET and more" href="http://www.jetbrains.com/resharper/features/index.html" style="left:0; width:281px; margin:0; padding:18px 0 14px 185px; line-height:13px; font-size:13px; border:none; display:block; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal; text-decoration:none"&gt;Productivity
 Visual Studio add-in for C#,&lt;br&gt;
VB.NET, XML, XAML, ASP.NET and more&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 12:51:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802125132P</guid></item><item><title>Updated Wiki: Home</title><link>http://agunit.codeplex.com/wikipage?version=80</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;div style="border:solid 1px #7d255b; margin:0; padding:0; text-decoration:none; text-indent:0; letter-spacing:-0.001em; width:466px; height:58px"&gt;
&lt;span style="margin:7px 0 0 67px; padding:0; float:left; font-size:12px; border:0; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal"&gt;Can't code without&lt;/span&gt;&lt;a title="The best C# &amp; VB.NET refactoring plugin for Visual Studio" href="http://www.jetbrains.com/resharper/features/code_refactoring.html" style="left:0; width:281px; margin:0; padding:18px 0 14px 185px; line-height:13px; font-size:13px; border:none; display:block; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal; text-decoration:none"&gt;The
 best C# &amp;amp; VB.NET refactoring plugin for Visual Studio&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 12:48:18 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802124818P</guid></item><item><title>Updated Wiki: Home</title><link>http://agunit.codeplex.com/wikipage?version=79</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;div style="border:solid 1px #7d255b; margin:0; padding:0; text-decoration:none; text-indent:0; letter-spacing:-0.001em; width:466px; height:58px"&gt;
&lt;span style="margin:7px 0 0 67px; padding:0; float:left; font-size:12px; border:0; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal"&gt;Can't code without&lt;/span&gt;&lt;a title="The best C# &amp; VB.NET refactoring plugin for Visual Studio" href="http://www.jetbrains.com/resharper/features/code_refactoring.html" style="left:0; width:281px; margin:0; padding:18px 0 14px 185px; line-height:13px; font-size:13px; border:none; display:block; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal; text-decoration:none"&gt;The
 best C# &amp;amp; VB.NET refactoring plugin for Visual Studio&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 12:46:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802124611P</guid></item><item><title>Updated Wiki: Home</title><link>http://agunit.codeplex.com/wikipage?version=78</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 12:43:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802124357P</guid></item><item><title>Updated Wiki: Home</title><link>http://agunit.codeplex.com/wikipage?version=77</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;div style="border:solid 1px #7d255b; margin:0; padding:0; text-decoration:none; text-indent:0; letter-spacing:-0.001em; width:466px; height:58px"&gt;
&lt;span style="margin:7px 0 0 67px; padding:0; float:left; font-size:12px; border:0; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal"&gt;Can't code without&lt;/span&gt;&lt;a title="The best C# &amp; VB.NET refactoring plugin for Visual Studio" href="http://www.jetbrains.com/resharper/features/code_refactoring.html" style="left:0; width:281px; margin:0; padding:18px 0 14px 185px; line-height:13px; font-size:13px; border:none; display:block; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal; text-decoration:none"&gt;The
 best C# &amp;amp; VB.NET refactoring plugin for Visual Studio&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 12:43:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802124303P</guid></item><item><title>Updated Wiki: Home</title><link>http://agunit.codeplex.com/wikipage?version=76</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;Project Description&lt;/h3&gt;
&lt;p&gt;AgUnit is a plugin for Jetbrains ReSharper (R#) that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;
AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;To build from source:&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;pre&gt;    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;
&lt;p&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br&gt;
For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br&gt;
Create these folders if they don't exist already.&lt;/p&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The plugin shows an error and fails to load!&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present.&lt;/blockquote&gt;
&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;My tests don't run! / All my tests show up as ignored! &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Why don't you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/strong&gt;
&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;
&lt;p&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br&gt;
See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;NUnit support&lt;/h3&gt;
&lt;p&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br&gt;
See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;XUnit support&lt;/h3&gt;
&lt;p&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br&gt;
You will also need to install the xunitcontrib-resharper plugin.&lt;br&gt;
See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;div style="border:solid 1px #7d255b; margin:0; padding:0; text-decoration:none; text-indent:0; letter-spacing:-0.001em; width:466px; height:58px"&gt;
&lt;span style="margin:7px 0 0 67px; padding:0; float:left; font-size:12px; border:0; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal"&gt;Can't code without&lt;/span&gt;&lt;a title="The best C# &amp; VB.NET refactoring plugin for Visual Studio" href="http://www.jetbrains.com/resharper/features/code_refactoring.html" style="left:0; width:281px; margin:0; padding:18px 0 14px 185px; line-height:13px; font-size:13px; border:none; display:block; color:#e9d5e1; font-family:trebuchet ms,arial,sans-serif; font-weight:normal; text-decoration:none"&gt;The
 best C# &amp;amp; VB.NET refactoring plugin for Visual Studio&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;br&gt;
Jason Jarrett for providing us with StatLight:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://statlight.codeplex.com"&gt;&lt;img title="StatLight" src="http://download.codeplex.com/download?ProjectName=statlight&amp;DownloadId=95275&amp;Build=17950" alt="StatLight" style="border:none"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br&gt;
&lt;br&gt;
My colleagues at Item Solutions for using and supporting AgUnit:&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.itemsolutions.com"&gt;&lt;img title="Item Solutions" src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item Solutions"&gt;&lt;/a&gt;&lt;br&gt;
(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 02 Aug 2012 12:42:20 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120802124220P</guid></item><item><title>Updated Wiki: Home</title><link>http://agunit.codeplex.com/wikipage?version=75</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Project Description&lt;/h3&gt;
AgUnit is a plugin for Jetbrains ReSharper &amp;#40;R&amp;#35;&amp;#41; that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/b&gt;&lt;br /&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;To build from source:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br /&gt;For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br /&gt;Create these folders if they don&amp;#39;t exist already.&lt;br /&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;The plugin shows an error and fails to load!&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present. &lt;/blockquote&gt;&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;My tests don&amp;#39;t run! / All my tests show up as ignored! &lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Why don&amp;#39;t you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br /&gt;See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.
&lt;h3&gt;NUnit support&lt;/h3&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br /&gt;See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.
&lt;h3&gt;XUnit support&lt;/h3&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br /&gt;You will also need to install the xunitcontrib-resharper plugin.&lt;br /&gt;See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;br /&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;br /&gt;Jason Jarrett for providing us with StatLight:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://statlight.codeplex.com"&gt;&lt;img style="border:none;" src="http://download.codeplex.com/download?ProjectName=statlight&amp;amp;DownloadId=95275&amp;amp;Build=17950" alt="StatLight" title="StatLight" /&gt;&lt;/a&gt;&lt;br /&gt;(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;My colleagues at Item Solutions for using and supporting AgUnit:&lt;br /&gt;&lt;br /&gt;&lt;a href="http&amp;#58;&amp;#47;&amp;#47;www.itemsolutions.com"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item&amp;#32;Solutions" title="Item&amp;#32;Solutions" /&gt;&lt;/a&gt;&lt;br /&gt;(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Fri, 27 Jul 2012 14:06:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120727020644P</guid></item><item><title>Updated Wiki: Home</title><link>http://agunit.codeplex.com/wikipage?version=74</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;Project Description&lt;/h3&gt;
AgUnit is a plugin for Jetbrains ReSharper &amp;#40;R&amp;#35;&amp;#41; that allows you to run and debug Silverlight unit tests from within Visual Studio.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;AgUnit currently supports Silverlight 5, ReSharper 7.0, Visual Studio 2010 &amp;amp; 2012 RC and the MSTest framework from the Silverlight toolkit, NUnit-Silverlight or xUnitContrib-Silverlight. (see below)&lt;/b&gt;&lt;br /&gt;
&lt;h1&gt;ReSharper 7.0 &amp;amp; Visual Studio 2012 RC support is now available in &lt;a href="http://agunit.codeplex.com/releases/view/91814"&gt;AgUnit 0.6&lt;/a&gt; !&lt;/h1&gt;
&lt;h1&gt;The code is on GitHub at &lt;a href="http://github.com/sdekock/AgUnit"&gt;http://github.com/sdekock/AgUnit&lt;/a&gt;&lt;/h1&gt;To build from source:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
    git clone http://github.com/sdekock/AgUnit
    cd AgUnit
    git submodule update --init
    start build.vs2010.bat
&lt;/pre&gt;Then copy the files from the &amp;quot;output&amp;quot; folder to a subfolder in the &amp;quot;Bin\Plugins&amp;quot; folder of your ReSharper installation.&lt;br /&gt;For example: C:\Program Files (x86)\JetBrains\ReSharper\v6.0\Bin\Plugins\AgUnit\&lt;br /&gt;Create these folders if they don&amp;#39;t exist already.&lt;br /&gt;
&lt;h3&gt;FAQ&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;The plugin shows an error and fails to load!&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Make sure Windows is not blocking any of the assemblies: for all the files (dll, pdb, xap, ...), open the file properties (right click in explorer &amp;gt; Properties) and click the &amp;quot;Unblock&amp;quot; button if present. &lt;/blockquote&gt;&lt;blockquote&gt;You can avoid this by unblocking the AgUnit .zip file before extracting it or by using a tool like 7-zip.&lt;/blockquote&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;My tests don&amp;#39;t run! / All my tests show up as ignored! &lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Something is going wrong inside the test runner. Feel free to start a discussion here on CodePlex or GitHub and we will help you.&lt;/blockquote&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Why don&amp;#39;t you support feature X / framework X / Visual Studio X / ReSharper X / ... ?&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;blockquote&gt;Let us know and we might consider it. Feel free to contribute.&lt;/blockquote&gt;
&lt;h3&gt;MSTest support&lt;/h3&gt;You will need the MSTest files included with the Silverlight toolkit.&lt;br /&gt;See &lt;a href="http://silverlight.codeplex.com/"&gt;http://silverlight.codeplex.com/&lt;/a&gt;.
&lt;h3&gt;NUnit support&lt;/h3&gt;NUnit tests can be run by using the nunit-silverlight project from your Silverlight test project.&lt;br /&gt;See &lt;a href="http://code.google.com/p/nunit-silverlight/"&gt;http://code.google.com/p/nunit-silverlight/&lt;/a&gt;.
&lt;h3&gt;XUnit support&lt;/h3&gt;XUnit tests can be run by using the xunitcontrib-silverlight project from your Silverlight test project.&lt;br /&gt;You will also need to install the xunitcontrib-resharper plugin.&lt;br /&gt;See &lt;a href="http://xunitcontrib.codeplex.com/"&gt;http://xunitcontrib.codeplex.com/&lt;/a&gt;.&lt;br /&gt;
&lt;h3&gt;Thanks&lt;/h3&gt;
&lt;br /&gt;Jason Jarrett for providing us with StatLight:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://statlight.codeplex.com"&gt;&lt;img style="border:none;" src="http://download.codeplex.com/download?ProjectName=statlight&amp;amp;DownloadId=95275&amp;amp;Build=17950" alt="StatLight" title="StatLight" /&gt;&lt;/a&gt;&lt;br /&gt;(&lt;a href="http://statlight.codeplex.com/"&gt;http://statlight.codeplex.com/&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;My colleagues at Item Solutions for using and supporting AgUnit:&lt;br /&gt;&lt;br /&gt;&lt;a href="http&amp;#58;&amp;#47;&amp;#47;www.itemsolutions.com"&gt;&lt;img src="http://i3.codeplex.com/Download?ProjectName=agunit&amp;DownloadId=124531" alt="Item&amp;#32;Solutions" title="Item&amp;#32;Solutions" /&gt;&lt;/a&gt;&lt;br /&gt;(&lt;a href="http://www.itemsolutions.com"&gt;http://www.itemsolutions.com&lt;/a&gt;)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>SDeKock</author><pubDate>Fri, 27 Jul 2012 14:06:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120727020626P</guid></item></channel></rss>