sdekock / AgUnit

Silverlight unit testing with ReSharper
http://agunit.codeplex.com/
Apache License 2.0
13 stars 13 forks source link

Support for Resharper 2016.1 & new SDK #11

Closed APErebus closed 6 years ago

APErebus commented 8 years ago

Hi,

I'm working on updating AgUnit to support R# 2016.1 and the changed NuGet SDK.

You can find the attempted changes in my branch.

So far i've succeeded in getting the main Resharper90 project to compile with the updated SDK, but converting the various msTest projects is not really working as JB have made a frustrating change.

MsTestElementsSourceis now an internal which means that it can't be referenced for "wrapping" in these projects.

The other issue is that there are multiple versions of the JB MsTest assemblies (MsTest11/12/etc.) so we are getting ambiguous references.

APErebus/AgUnit@9f9287866d3554de93973abfede76efa496d0b52

Anyone have any ideas how to proceed?