Reputation: 2066
I have ReSharper 6.1.1000.82 in my VS 2010 and I'm trying to install the XUnit pluging according to the instructions given I have to
Mount a live template in Visual Studio (ReSharper -> Live Templates -> Mount file storage) and point to the copied file
But I don't have this option under my ReSharper menu but something called Templates Explorer, so I don't really know what to do.
Any help?
Thanks
Upvotes: 3
Views: 478
Reputation: 1253
As this blog post from JetBrains says, Live Templates work rather differently in ReSharper 6.1.
The quick way to import the XUnit templates is:
xunit-ae.xml
or xunit-xe.xml
files. You'll need to change the file type to "Old templates XML files (*.xml)" firstUpvotes: 2