3 references to NoTestFramework
aspire (3)
Templating\DotNetTemplateFactory.cs (3)
344["MSTest", "NUnit", "xUnit.net", NoTestFramework], 345choice => string.Equals(choice, NoTestFramework, StringComparison.Ordinal) ? TemplatingStrings.None : choice, 349if (!string.Equals(testFramework, NoTestFramework, StringComparisons.CliInputOrOutput))