microsoft / TemplateStudio

Template Studio accelerates the creation of new WinUI 3, WPF, and UWP apps using a wizard-based experience.
Other
2.65k stars 459 forks source link

Test Host Process Crashes #4711

Open eric-vogt-pacesetter opened 10 months ago

eric-vogt-pacesetter commented 10 months ago

Describe the bug

When a new solution is created using template studio with an MSTest project added the test host process crashes.

To Reproduce

  1. Create new project and add MSTest. All else is default.

image

  1. Run tests via test explorer or vstest.console.exe
  2. See error "The active test run was aborted. Reason: Test host process crashed" image

Additional context

No response

Applies to the following platforms:

About your setup

Abe-Froman commented 9 months ago

Likely same as #4581

We're seeing the same issue. Has anyone figured out a fix for this?