Reputation: 60751
I have created and added a SQL Server project into my Visual Studio 2015 c# solution.
I would like to do unit testing for my stored procedures. After right clicking on one of the procedures, it is showing create unit test as greyed out:
I did get the most recent SSDT update.
Why is the create unit test option greyed out?
Here is the information about my Visual Studio version:
Upvotes: 3
Views: 4561
Reputation: 60751
Looks like all I had to do was build, fix a few errors, and voila:
Upvotes: 6