You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSTest templates are using MSTest.Sdk and are currently relying on the auto-generated entry point. I think it's a good idea to make the entry point explicit as it is then easier for users to understand how they can plug into the test application.
My suggestion is to introduce a new option (CLI + VS) to have explicit entry point (vs auto-generated) and to have the explicit as default.
This requires MSTest 3.6 to be released.
The text was updated successfully, but these errors were encountered:
MSTest templates are using
MSTest.Sdk
and are currently relying on the auto-generated entry point. I think it's a good idea to make the entry point explicit as it is then easier for users to understand how they can plug into the test application.My suggestion is to introduce a new option (CLI + VS) to have explicit entry point (vs auto-generated) and to have the explicit as default.
This requires MSTest 3.6 to be released.
The text was updated successfully, but these errors were encountered: