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.
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.
MsTestElementsSource
is now aninternal
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?