-
Notifications
You must be signed in to change notification settings - Fork 71
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
Playwright template content overwriting default template in VS 17.12.0 Preview 4? #510
Comments
I have checked on 4 different machines and it's working fine for all of them so not sure what's going on. |
@Evangelink were those fresh installs or updates? Wonder if it's an in-place upgrade issue vs. fresh install? As I did see improvements when I uninstalled the preview vs. updating/restore. |
I need to double check but it was most likely mainly updates and not fresh install. Although we had some vendors validation on that scenario too. |
Poking around the template configs in
main
, I can't see how this is happening; as there are two separate templates, the default one and the playwright one.But in VS 17.12.0 Preview 4, I see a weird amalgamation of the two templates:
This has the default template's name and description, but the playwright tags and CONTENT... (the content being incorrect is the big issue here as it makes it hard to just get started with a basic .NET unit test.) It the only basic 'MSTest' template I see.
Compared to VS 17.11.5 (which still works as expected):
Is this a known issue with VS preview? Is there a way I can tell it to grab the latest feed with this repos content to get the basic blank template?
I need to use VS Preview for a .NET Conf demo recording (on 10/30), but we need to create the basic Unit Test template...
The text was updated successfully, but these errors were encountered: