Skip to content
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

MSTest - add a new option to have explicit Program.cs #448

Open
Evangelink opened this issue Aug 22, 2024 · 1 comment
Open

MSTest - add a new option to have explicit Program.cs #448

Evangelink opened this issue Aug 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Evangelink
Copy link
Member

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.

@Evangelink Evangelink added the enhancement New feature or request label Aug 22, 2024
@Evangelink
Copy link
Member Author

@mariam-abdulla Let me know if the task isn't clear enough so we could sync about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants