-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web project templates that ship in VS 2017 do not reference MSTest V2 nuget packages #167
Comments
Related to #132 |
Not sure if we have more templates that suffer from this issue. Will you be reviewing all existing unit test templates that ship in VS 2017 and move all of them over to the v2 nuget packages? |
Thanks for filing this. AFAIK there aren't any others. We might want to check if F# has a UT template too. |
Filed a bug on Web Templates team here to track this. |
@AbhitejJohn we should probably keep this issue open to track the fix in the internal bug db and close it it once it is fixed. |
@ManishJayaswal : Thought the internal bug could be used. I can leave this open if it makes things more clear. |
@AbhitejJohn thanks! This helps folks from community who are tracking this issue. |
This has been fixed in 15.3 latest Preview. |
Description
LUT does not work out of the box for web projects with unit tests created using VS 2017. Considering that web projects are used a lot in enterprise and LUT is key selling points for VS Enterprise, LUT should work out of the box for new web projects with unit tests. But it doesn't currently.
Steps to reproduce
Expected behavior
LUT is started
Actual behavior
Looks like project template for the created unit test project is still adding a reference to the old 'MS.VS.QualityTools.UnitTestFramework.dll' instead of 'MS.VS.TestPlatform.TestFramework' nuget packages.
Environment
VS Build: d15PreRel.26423.1
The text was updated successfully, but these errors were encountered: