<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>AgUnit - Silverlight unit testing with ReSharper</title><link>http://agunit.codeplex.com/project/feeds/rss</link><description>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.</description><item><title>Commented Issue: AgUnit 0.7 not running under R# 7.1 [6454]</title><link>http://agunit.codeplex.com/workitem/6454</link><description>AgUnit is installed and loaded, but Silverlight tests do not run using the Silverlight runtime, as if the plugin was simply not there.&lt;br /&gt;&lt;br /&gt;Have attached screenshots of Options &amp;#62; Plugins, Unit Testing, Unit Testing &amp;#62; MSTest, and the ReSharper log file for loading Visual Studio and performing a test run.&lt;br /&gt;&lt;br /&gt;All DLLs were unblocked before installing plugin.&lt;br /&gt;Comments: Apologies, this does work. If you read this, you simply need to follow the instructions elsewhere&amp;#33; Do not use the windows native unzip program, use 7-zip to extract to the resharper plugins folder. After extract, right click on any of the extracted DLLs and if you should __NOT__ get an option to &amp;#34;Unblock&amp;#34;.</description><author>harryhazza</author><pubDate>Wed, 08 May 2013 15:42:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: AgUnit 0.7 not running under R# 7.1 [6454] 20130508034220P</guid></item><item><title>Commented Issue: AgUnit 0.7 not running under R# 7.1 [6454]</title><link>http://agunit.codeplex.com/workitem/6454</link><description>AgUnit is installed and loaded, but Silverlight tests do not run using the Silverlight runtime, as if the plugin was simply not there.&lt;br /&gt;&lt;br /&gt;Have attached screenshots of Options &amp;#62; Plugins, Unit Testing, Unit Testing &amp;#62; MSTest, and the ReSharper log file for loading Visual Studio and performing a test run.&lt;br /&gt;&lt;br /&gt;All DLLs were unblocked before installing plugin.&lt;br /&gt;Comments: I have uninstalled dotCover and restarted Visual Studio. The resharper runner lists the tests in the test runner so it can &amp;#39;see&amp;#39; them but it does not run them.</description><author>harryhazza</author><pubDate>Wed, 08 May 2013 15:03:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: AgUnit 0.7 not running under R# 7.1 [6454] 20130508030320P</guid></item><item><title>New Post: Modify source to skip tests and add a reason</title><link>http://agunit.codeplex.com/discussions/436770</link><description>&lt;div style="line-height: normal;"&gt;Aha, thanks for that info, I'll wait for that example :)&lt;br /&gt;
&lt;br /&gt;
Meanwhile I am debugging it and it seems that some libraries are not found.&lt;br /&gt;
&lt;br /&gt;
From the resharper.log:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;[ExternalSourcesProjectFilesManager] Execute Changes  *A(NAMESPACE1)
[Caches] &amp;lt;CacheManager&amp;gt; AssemblyChanges: 1
[PMM] Modify: NAMESPACE12, Version=1.0.0.0, Culture=neutral, PublicKeyToken=485c7b508f2591d7
[PMM] change begin
[PMM] change end
[ExternalSourcesProjectFilesManager] Execute Changes  *A(NAMESPACE2)
[Caches] &amp;lt;CacheManager&amp;gt; AssemblyChanges: 1
Can't resolve reference NAMESPACE3, Version=1.5.2.0, Culture=neutral, PublicKeyToken=ebb7bb93ac082f1e from PATH/TO/LIBRARY.dll
SessionStateChanged&lt;/code&gt;&lt;/pre&gt;

Then starts all this lines:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;VSDocumentOperationsHandler::ConnectToStream, id 41397582 text stream:37033924&lt;/code&gt;&lt;/pre&gt;

And these are the final lines:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;TaskRunner output end
OnSessionStateChanged
OnSessionStateChanged
SessionStateChanged
Counters not valid
SessionStateChanged
ExecSessionChange
SessionStateChanged
PreviewUpdate&lt;/code&gt;&lt;/pre&gt;

SilverlightUnitTestTaskRunner is not reached while debugging and the SL unit test is ignored. Can this resolving exceptions be the problem?&lt;br /&gt;
&lt;br /&gt;
Edit: If I execute againt he same test after a while, that is the output:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;09:28:08.921: Thread:1: OnSessionContentsChanged
09:28:08.936: Thread:1: OnSessionStateChanged
09:28:08.936: Thread:1: OnSessionStateChanged
09:28:08.936: Thread:1: OnSessionStateChanged
09:28:16.019: Thread:1: SessionStateChanged
09:28:16.019: Thread:5: TaskRunner output:
09:28:16.034: Thread:1: SessionStateChanged
09:28:16.050: Thread:1: SessionStateChanged
09:28:16.362: Thread:1: PreviewUpdate
09:29:00.384: Thread:5: 
09:29:00.384: Thread:5: TaskRunner output end
09:29:00.384: Thread:5: OnSessionStateChanged
09:29:00.384: Thread:5: OnSessionStateChanged
09:29:00.385: Thread:1: SessionStateChanged
09:29:00.385: Thread:1: Counters not valid
09:29:00.396: Thread:1: SessionStateChanged
09:29:00.552: Thread:1: ExecSessionChange
09:29:00.552: Thread:1: SessionStateChanged
09:29:00.858: Thread:1: PreviewUpdate&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>JoanComasFdz</author><pubDate>Thu, 28 Mar 2013 08:12:11 GMT</pubDate><guid isPermaLink="false">New Post: Modify source to skip tests and add a reason 20130328081211A</guid></item><item><title>New Post: Modify source to skip tests and add a reason</title><link>http://agunit.codeplex.com/discussions/436770</link><description>&lt;div style="line-height: normal;"&gt;In you're example you're only doing NotifyFinished() on the root task nodes (your solution).&lt;br /&gt;
They are recursive: each node has child nodes (projects, namespaces, testclasses, tests, ...).&lt;br /&gt;
&lt;br /&gt;
I'll post a more detailed example later.&lt;br /&gt;
&lt;/div&gt;</description><author>SDeKock</author><pubDate>Wed, 27 Mar 2013 17:59:43 GMT</pubDate><guid isPermaLink="false">New Post: Modify source to skip tests and add a reason 20130327055943P</guid></item><item><title>New Post: Modify source to skip tests and add a reason</title><link>http://agunit.codeplex.com/discussions/436770</link><description>&lt;div style="line-height: normal;"&gt;Thanks for the reply,&lt;br /&gt;
&lt;br /&gt;
Unfortunately I can't get it working, this is the code I am using:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;public class SilverlightUnitTestTaskRunner : RecursiveRemoteTaskRunner
{
[...]
        private void ExecuteSilverlightTasks(TaskExecutionNode node)
        {
            var assemblyTaskProviders = UnitTestTaskProviderFactory.GetAssemblyTaskProviders();
            var classTaskProviders = UnitTestTaskProviderFactory.GetClassTaskProviders();
            var methodTaskProviders = UnitTestTaskProviderFactory.GetMethodTaskProviders();

            var taskEnvironment = new TaskEnvironment(Server, assemblyTaskProviders, classTaskProviders, methodTaskProviders);
            var taskNode = new TaskNode(node, taskEnvironment);

            foreach (var silverlightTask in taskNode.GetSilverlightTasks())
            {
                silverlightTask.Node.NotifyStarting();
                silverlightTask.Node.NotifyFinished(&amp;quot;This is a reason.&amp;quot;, TaskResult.Skipped);
            }
        }
}&lt;/code&gt;&lt;/pre&gt;

That's how I am doing it:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Buidl the plugin&lt;/li&gt;
&lt;li&gt;Close VS&lt;/li&gt;
&lt;li&gt;Copy the files to it's folder in resharper's installation folder&lt;/li&gt;
&lt;li&gt;Start VS&lt;/li&gt;
&lt;li&gt;Check for the plugin to be correctly installed.&lt;/li&gt;
&lt;li&gt;Open my solution.&lt;/li&gt;
&lt;li&gt;
Run one Silverlight unit test.&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
It says always &amp;quot;Ignored&amp;quot; with no reason.&lt;br /&gt;
&lt;br /&gt;
This is my machine setup:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;.NET Framework 4.0.303019&lt;/li&gt;
&lt;li&gt;Visual Studio 2010&lt;/li&gt;
&lt;li&gt;
AgUnit 0.7 source code builded in VS2010.&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
What am I doing wrong?&lt;br /&gt;
&lt;/div&gt;</description><author>JoanComasFdz</author><pubDate>Wed, 27 Mar 2013 15:24:38 GMT</pubDate><guid isPermaLink="false">New Post: Modify source to skip tests and add a reason 20130327032438P</guid></item><item><title>New Post: Modify source to skip tests and add a reason</title><link>http://agunit.codeplex.com/discussions/436770</link><description>&lt;div style="line-height: normal;"&gt;Yes, you can use:&lt;br /&gt;
&lt;br /&gt;
silverlightTask.Node.NotifyFinished(&amp;quot;Some reason here&amp;quot;, TaskResult.Skipped);&lt;br /&gt;
&lt;br /&gt;
This will also fix the status of the items above the test (the test class / namespace / assembly).&lt;br /&gt;
&lt;br /&gt;
What's the reason you're not just using the [Ignore] attribute on the tests ?&lt;br /&gt;
&lt;/div&gt;</description><author>SDeKock</author><pubDate>Fri, 15 Mar 2013 17:50:59 GMT</pubDate><guid isPermaLink="false">New Post: Modify source to skip tests and add a reason 20130315055059P</guid></item><item><title>New Post: Modify source to skip tests and add a reason</title><link>http://agunit.codeplex.com/discussions/436770</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
We found this plugin very usfeull and we want to add some custom logic to it.&lt;br /&gt;
&lt;br /&gt;
We have downloaded the source code of AgUnit 0.7 and we want to skip some tests. We are doing so by editting SilverlightUnitTestTaskRunner.ExecuteSilverlightTasks() as:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;(...)
private void ExecuteSilverlightTasks(TaskExecutionNode node)
{
    var assemblyTaskProviders = UnitTestTaskProviderFactory.GetAssemblyTaskProviders();
    var classTaskProviders = UnitTestTaskProviderFactory.GetClassTaskProviders();
    var methodTaskProviders = UnitTestTaskProviderFactory.GetMethodTaskProviders();

    var taskEnvironment = new TaskEnvironment(Server, assemblyTaskProviders, classTaskProviders, methodTaskProviders);
    var taskNode = new TaskNode(node, taskEnvironment);

    foreach (var silverlightTaskNode in taskNode.GetSilverlightTasks())
    {
        silverlightTaskNode.Execute(SkipIfNecessary);
    }
}

/// &amp;lt;summary&amp;gt;
/// Skips the silverlight unit test.
/// &amp;lt;/summary&amp;gt;
/// &amp;lt;param name=&amp;quot;silverlightTask&amp;quot;&amp;gt;The silverlight task.&amp;lt;/param&amp;gt;
private static void SkipIfNecessary(SilverlightTask silverlightTask)
{
    var message = string.Format(&amp;quot;Skiping {0}...&amp;quot;, silverlightTask.Node.Task.Id);
    var logger = new TraceLogger(LogChatterLevels.Full);
    logger.Information(message);
}&lt;/code&gt;&lt;/pre&gt;

This is very basic, so we would like to specify that those tests are being ignored for a reason.&lt;br /&gt;
&lt;br /&gt;
Is it any way to do so?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>JoanComasFdz</author><pubDate>Fri, 15 Mar 2013 13:41:44 GMT</pubDate><guid isPermaLink="false">New Post: Modify source to skip tests and add a reason 20130315014144P</guid></item><item><title>New Post: FileLoadException when Copy Local is set to true for Microsoft.Silverlight.Testing</title><link>http://agunit.codeplex.com/discussions/436430</link><description>&lt;div style="line-height: normal;"&gt;Of course! The ones that I have referenced in my SL test project are from SL Toolkit (dec11)&lt;br /&gt;
Microsoft.Silverlight.Testing.dll is 5.0.60818.0 and&lt;br /&gt;
Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll is 5.0.60818.0 also.&lt;br /&gt;
&lt;/div&gt;</description><author>lukeguy</author><pubDate>Wed, 13 Mar 2013 17:55:55 GMT</pubDate><guid isPermaLink="false">New Post: FileLoadException when Copy Local is set to true for Microsoft.Silverlight.Testing 20130313055555P</guid></item><item><title>Reviewed: AgUnit 0.7 (Mar 13, 2013)</title><link>http://agunit.codeplex.com/releases/view/97746#ReviewBy-akilhoffer</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Worked perfectly for me right out of the box. Thank you&amp;#33;&amp;#33;</description><author>akilhoffer</author><pubDate>Wed, 13 Mar 2013 16:15:17 GMT</pubDate><guid isPermaLink="false">Reviewed: AgUnit 0.7 (Mar 13, 2013) 20130313041517P</guid></item><item><title>New Post: FileLoadException when Copy Local is set to true for Microsoft.Silverlight.Testing</title><link>http://agunit.codeplex.com/discussions/436430</link><description>&lt;div style="line-height: normal;"&gt;Can you give me the file versions (Not the assembly version, because that will be either 2.0.5.0 or 5.0.5.0 and completely meaningless) of Microsoft.Silverlight.Testing and Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll ?&lt;br /&gt;
&lt;br /&gt;
You can find those by going to the file properties in windows explorer and looking at the details tab.&lt;br /&gt;
&lt;/div&gt;</description><author>SDeKock</author><pubDate>Wed, 13 Mar 2013 15:38:59 GMT</pubDate><guid isPermaLink="false">New Post: FileLoadException when Copy Local is set to true for Microsoft.Silverlight.Testing 20130313033859P</guid></item><item><title>New Post: Configurable WindowGeometry</title><link>http://agunit.codeplex.com/discussions/436472</link><description>&lt;div style="line-height: normal;"&gt;Thanks for the compliment :)&lt;br /&gt;
&lt;br /&gt;
As for the configuration options, I've been putting that off very long, but it's something that a lot of people have asked.&lt;br /&gt;
AgUnit currently has no implementation for it, but I was planning to integrate it with the R# options. Giving all the goodness of R#'s shared settings ..&lt;br /&gt;
This should be quite straightforward, see: &lt;a href="http://confluence.jetbrains.com/display/ReSharper/2.9+Settings+%28R7%2" rel="nofollow"&gt;http://confluence.jetbrains.com/display/ReSharper/2.9+Settings+%28R7%2&lt;/a&gt;&lt;br /&gt;
It would be great if you want to submit a pull request, less work for me :)&lt;br /&gt;
&lt;br /&gt;
As for the .NET requirement, I'm planning to lower it again to .NET 4 by using reflection to detect if we need to support MSTest11 (= Visual Studio 2012).&lt;br /&gt;
In that case I can load the needed assemblies safely. Now AgUnit has direct references to them causing the .NET 4.5 requirement.&lt;br /&gt;
&lt;br /&gt;
R# 8 support is also coming soon (I hope).&lt;br /&gt;
&lt;br /&gt;
And dotCover is something I've gotten a lot of requests for lately too.&lt;br /&gt;
&lt;/div&gt;</description><author>SDeKock</author><pubDate>Wed, 13 Mar 2013 15:18:59 GMT</pubDate><guid isPermaLink="false">New Post: Configurable WindowGeometry 20130313031859P</guid></item><item><title>New Post: Configurable WindowGeometry</title><link>http://agunit.codeplex.com/discussions/436472</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
I run a lot of UI tests that require BrowserWindowState.Normal, forcing me to create custom builds of AgUnit. Is this something that could be made configurable? Would you be open to a pull request if I attempted to implement this? Finally, if I did try to implement this, does AgUnit have an existing vehicle for configuration options that I should use?&lt;br /&gt;
&lt;br /&gt;
Also, will it ever be possible to get the newer builds of AgUnit working in VS2010, or is this technically unfeasible due to the .NET requirement? I'd like to be able to keep using the latest R# in VS2010.&lt;br /&gt;
&lt;br /&gt;
Finally, thanks for your hard work -- AgUnit rocks.&lt;br /&gt;
&lt;/div&gt;</description><author>GaryJohnson</author><pubDate>Wed, 13 Mar 2013 14:21:04 GMT</pubDate><guid isPermaLink="false">New Post: Configurable WindowGeometry 20130313022104P</guid></item><item><title>New Post: FileLoadException when Copy Local is set to true for Microsoft.Silverlight.Testing</title><link>http://agunit.codeplex.com/discussions/436430</link><description>&lt;div style="line-height: normal;"&gt;Thanks for the reply!&lt;br /&gt;
&lt;br /&gt;
I experimented a bit and did something similar. I first made a backup of all StatLight.Client XAPs and removed them from the StatLight install folder. Then I copied back the newest one (StatLight.Client.For.MSTest2011December.xap) and renamed it to StatLight.Client.For.MSTest2010May.xap (as this if the XAP that StatLight uses to load my tests). This solved the problem from the command line (no more assembly version conflict messages).&lt;br /&gt;
&lt;br /&gt;
Then I did the same in AgUnit install folder, I removed all other XAPs except the new one and renamed it to 2010May. (I did this with the XAPs already present in Plugins/AgUnit, I didn't copy the one from StatLight). And this solved the problem with running the tests from Resharper's Test runner from VS.&lt;br /&gt;
&lt;br /&gt;
I see that in AgUnit install folder I also have every MSTest XAP with &amp;quot;-SL5&amp;quot; suffix. I didn't have the time to experiment with them so I'm not sure if AgUnit's StatLight doesn't use them at all or there is another issue.&lt;br /&gt;
&lt;br /&gt;
I would really like to know if you can reproduce this and how to properly fix the problem. My solution works but I'm not very comfortable with voodoo solutions as I have no idea if I broke something else now. :) Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>lukeguy</author><pubDate>Wed, 13 Mar 2013 13:58:36 GMT</pubDate><guid isPermaLink="false">New Post: FileLoadException when Copy Local is set to true for Microsoft.Silverlight.Testing 20130313015836P</guid></item><item><title>New Post: After installing AgUnit in vs 2012 and R7 Silverlight unit tests are still recognized as MsTest tests and do not run</title><link>http://agunit.codeplex.com/discussions/435675</link><description>&lt;div style="line-height: normal;"&gt;For those interested, this was a problem with Code Contracts.&lt;br /&gt;
The checkbox for runtime checks needed to be enabled for the test project.&lt;br /&gt;
&lt;/div&gt;</description><author>SDeKock</author><pubDate>Wed, 13 Mar 2013 12:45:24 GMT</pubDate><guid isPermaLink="false">New Post: After installing AgUnit in vs 2012 and R7 Silverlight unit tests are still recognized as MsTest tests and do not run 20130313124524P</guid></item><item><title>New Post: FileLoadException when Copy Local is set to true for Microsoft.Silverlight.Testing</title><link>http://agunit.codeplex.com/discussions/436430</link><description>&lt;div style="line-height: normal;"&gt;This is probably because there's an older version of StatLight included with AgUnit. (which is still loading the SL4 version of Microsoft.Silverlight.Testing.dll).&lt;br /&gt;
&lt;br /&gt;
You can try replacing the StatLight.dll and all the .xap files in the AgUnit plugin folder with those from the latest StatLight.&lt;br /&gt;
&lt;br /&gt;
I'll try reproduce this issue and create a new release.&lt;br /&gt;
&lt;/div&gt;</description><author>SDeKock</author><pubDate>Wed, 13 Mar 2013 12:38:28 GMT</pubDate><guid isPermaLink="false">New Post: FileLoadException when Copy Local is set to true for Microsoft.Silverlight.Testing 20130313123828P</guid></item><item><title>New Post: FileLoadException when Copy Local is set to true for Microsoft.Silverlight.Testing</title><link>http://agunit.codeplex.com/discussions/436430</link><description>&lt;div style="line-height: normal;"&gt;Hi! I'm using AgUnit with Resharper 7.1 in VS2012 with SL5 and nunit-silverlight. I'm trying to figure out how to make it possible for my tests to run both from AgUnit and from the browser.&lt;br /&gt;
&lt;br /&gt;
The problem I'm having is that if I set Copy Local to false for Microsoft.Silverlight.Testing and Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight, my tests run in AgUnit fine. But when running them in browser, the browser crashes because these DLLs are missing. If I include them in the XAP, then I can run the test from the browser, but the AgUnit shows a message box saying that assembly version conflicts with the one bound in the app domain.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="https://dl.dropbox.com/u/476969/Capture.PNG" alt="Image" /&gt;&lt;br /&gt;
&lt;br /&gt;
After I click OK, according to AgUnit the tests is still running and it stays like that indefinitely. I have to manually stop it from Unit Test Sessions view.&lt;br /&gt;
&lt;br /&gt;
I understand this exception comes from StatLight but strangely, if I run my test from StatLight command line, I only get this as a warning (yellow) but all tests run successfully.&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;********************* ReflectionTypeLoadException *********************
***** Begin Loader Exception Messages *****
   -  Could not load file or assembly 'Microsoft.Silverlight.Testing, Version=5.
0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependenc
ies. The requested assembly version conflicts with what is already bound in the
app domain or specified in the manifest. (Exception from HRESULT: 0x80131053)
   -  Could not load file or assembly 'Microsoft.Silverlight.Testing, Version=5.
0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependenc
ies. The requested assembly version conflicts with what is already bound in the
app domain or specified in the manifest. (Exception from HRESULT: 0x80131053)
   -  Could not load file or assembly 'Microsoft.Silverlight.Testing, Version=5.
0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependenc
ies. The requested assembly version conflicts with what is already bound in the
app domain or specified in the manifest. (Exception from HRESULT: 0x80131053)
   -  Could not load file or assembly 'Microsoft.Silverlight.Testing, Version=5.
0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependenc
ies. The requested assembly version conflicts with what is already bound in the
app domain or specified in the manifest. (Exception from HRESULT: 0x80131053)
   -  Could not load file or assembly 'Microsoft.Silverlight.Testing, Version=5.
0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependenc
ies. The requested assembly version conflicts with what is already bound in the
app domain or specified in the manifest. (Exception from HRESULT: 0x80131053)

***** End Loader Exception Messages *****

...
*************** Summary ********************
********************************************
Total          : 3
Successful     : 3
Failed         : 0
Ignored        : 0
Completion End : 13.3.2013. 10:43:55
Duration       : 00:00:01.3826295
********************************************
&lt;/code&gt;&lt;/pre&gt;

Does anyone know what's the issue here? Or a way to work around this? Thank you!&lt;br /&gt;
&lt;/div&gt;</description><author>lukeguy</author><pubDate>Wed, 13 Mar 2013 09:59:58 GMT</pubDate><guid isPermaLink="false">New Post: FileLoadException when Copy Local is set to true for Microsoft.Silverlight.Testing 20130313095958A</guid></item><item><title>New Post: After installing AgUnit in vs 2012 and R7 Silverlight unit tests are still recognized as MsTest tests and do not run</title><link>http://agunit.codeplex.com/discussions/435675</link><description>&lt;div style="line-height: normal;"&gt;Sorry, I don't have access to a headset ...&lt;br /&gt;
&lt;br /&gt;
If you want I can connect through teamviewer and remotely assist.&lt;br /&gt;
Just let me know the time (+timezone) and teamviewer info.&lt;br /&gt;
&lt;br /&gt;
You can reach me on Live Messenger or Google Talk with &lt;a href="mailto:sdekock87@gmail.com.
Or" rel="nofollow"&gt;sdekock87@gmail.com.
Or&lt;/a&gt; on Skype with sdekock, but again: no headset ... so chat only.&lt;br /&gt;
&lt;/div&gt;</description><author>SDeKock</author><pubDate>Mon, 11 Mar 2013 17:00:48 GMT</pubDate><guid isPermaLink="false">New Post: After installing AgUnit in vs 2012 and R7 Silverlight unit tests are still recognized as MsTest tests and do not run 20130311050048P</guid></item><item><title>New Post: After installing AgUnit in vs 2012 and R7 Silverlight unit tests are still recognized as MsTest tests and do not run</title><link>http://agunit.codeplex.com/discussions/435675</link><description>&lt;div style="line-height: normal;"&gt;Hm ok well then actual version I am currently using is from Toolkit 4.0 so it should be supposedly working just fine. &lt;br /&gt;
&lt;br /&gt;
I will provide you details you asked for before about resharper log.. I would like to fix this asap though may I connect with you by skype maybe? my sn is:qteeth&lt;br /&gt;
&lt;br /&gt;
Thanks in advance.&lt;br /&gt;
&lt;/div&gt;</description><author>ValentinKuzub</author><pubDate>Thu, 07 Mar 2013 17:23:30 GMT</pubDate><guid isPermaLink="false">New Post: After installing AgUnit in vs 2012 and R7 Silverlight unit tests are still recognized as MsTest tests and do not run 20130307052330P</guid></item><item><title>New Post: After installing AgUnit in vs 2012 and R7 Silverlight unit tests are still recognized as MsTest tests and do not run</title><link>http://agunit.codeplex.com/discussions/435675</link><description>&lt;div style="line-height: normal;"&gt;You have to look at the FileVersion, not the AssemblyVersion. All Silverlight assemblies (SL2, SL3 and SL4) use 2.0.5.0 as AssemblyVersion.&lt;br /&gt;
SL5 changed this to 5.0.5.0.&lt;br /&gt;
You can find this version number by right clicking on the file in windows explorer &amp;gt; properties &amp;gt; details tab.&lt;br /&gt;
An example of this is 4.0.40413.2011.&lt;br /&gt;
&lt;br /&gt;
StatLight is the framework AgUnit uses under the covers to run the actual unit tests.&lt;br /&gt;
&lt;br /&gt;
Every version from Silverlight 3 and up is supported by StatLight, just not the Silverlight 2 version anymore.&lt;br /&gt;
U can get these Silverlight unit testing assemblies from NuGet or from:&lt;br /&gt;
&lt;a href="http://silverlight.codeplex.com/releases/view/43528" rel="nofollow"&gt;http://silverlight.codeplex.com/releases/view/43528&lt;/a&gt; (this is the one for SL4).&lt;br /&gt;
&lt;br /&gt;
Integration with TeamCity should be done with StatLight directly: &lt;a href="http://statlight.codeplex.com/wikipage?title=TeamCity%20Integration&amp;amp;referringTitle=Documentation" rel="nofollow"&gt;http://statlight.codeplex.com/wikipage?title=TeamCity%20Integration&amp;referringTitle=Documentation&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>SDeKock</author><pubDate>Thu, 07 Mar 2013 15:53:49 GMT</pubDate><guid isPermaLink="false">New Post: After installing AgUnit in vs 2012 and R7 Silverlight unit tests are still recognized as MsTest tests and do not run 20130307035349P</guid></item><item><title>New Post: After installing AgUnit in vs 2012 and R7 Silverlight unit tests are still recognized as MsTest tests and do not run</title><link>http://agunit.codeplex.com/discussions/435675</link><description>&lt;div style="line-height: normal;"&gt;Hey SDeKock&lt;br /&gt;
&lt;br /&gt;
I am using Testing assemblies from SL 4.0 ToolKit.&lt;br /&gt;
&lt;br /&gt;
Apparently they are those 2.0 versions you are talking about??&lt;br /&gt;
&lt;br /&gt;
// Assembly Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight, Version 2.0.5.0&lt;br /&gt;
[assembly: AssemblyVersion(&amp;quot;2.0.5.0&amp;quot;)]&lt;br /&gt;
&lt;br /&gt;
I tried to find something more fresh, but not SL5.0 cause as I say my application is SL4.0 and with testing assemblies from 5 toolkit it wouldnt build (i checked).&lt;br /&gt;
&lt;br /&gt;
Are you saying that Silverlight 4.0 is now not supported? Or there is some workaround.. I am not yet ready to move to SL5.0&lt;br /&gt;
&lt;br /&gt;
And also while another question, how would you integrate AgUnit with teamcity , if that is possible. &lt;br /&gt;
Thanks in advance&lt;br /&gt;
&lt;/div&gt;</description><author>ValentinKuzub</author><pubDate>Thu, 07 Mar 2013 12:28:08 GMT</pubDate><guid isPermaLink="false">New Post: After installing AgUnit in vs 2012 and R7 Silverlight unit tests are still recognized as MsTest tests and do not run 20130307122808P</guid></item></channel></rss>