ReSharper NuGet autoresolver

87 views Asked by At

Is there any chance to setup ReSharper 9.1 to auto resolve NuGet packages? I mean when I type and I do not have reference to xUnit.net and press Alt+Enter ReSharper installs xUnit.net via NuGet.

[Fact]
void TestMethod()
{
    Location loc;
}
1

There are 1 answers

2
derigel On

Yes, it's available in ReSharper 9.1 (free update). See Find types on NuGet at our blog post.