Add comment

This commit is contained in:
Mike Harder 2018-04-26 16:18:42 -07:00
parent 9dc18f277d
commit d7010fb19e
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ namespace AspNetCoreSdkTests
data.Ignore("RC1 not yet published to nuget.org") :
data);
// TODO: Add TemplateTypeAttribute to distinguish app templates from classlib templates
public static IEnumerable<TestCaseData> ApplicationTemplates { get; } =
from d in AllTemplates
where ((Template)d.Arguments[0] != Template.RazorClassLib)