-
-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededinput neededWhen an issue requires input or suggestionsWhen an issue requires input or suggestions
Description
Instead of creating different templates, one for bUnit with xUnt, one for bunit with Nunit, etc., I think it is better to have one template, but instead add a (mandatory?) parameter, that picks the underlying test framework.
E.g.:
dotnet new bunit -o my-test-project -framework xunitdotnet new bunit -o my-test-project -framework nunitdotnet new bunit -o my-test-project -framework mstest
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededinput neededWhen an issue requires input or suggestionsWhen an issue requires input or suggestions