sentryone / unittestgenerator

A unit test generation extension for Visual Studio
Apache License 2.0
25 stars 5 forks source link

Cannot create projects for .NET Core App projects #1

Closed mattwhitfield closed 2 years ago

mattwhitfield commented 5 years ago

Currently the template used is for a full framework test project.

We need to determine the type of the source project, and potentially create the skeleton of a new-style project manually and add that to the solution.

jwelch-S1 commented 4 years ago

The current workaround is to create your own project shell using .NET Core.