Peter
Peter

Reputation: 21

ReSharper NuGet autoresolver

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;
}

Upvotes: 2

Views: 47

Answers (1)

derigel
derigel

Reputation: 3235

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

Upvotes: 2

Related Questions