diff --git a/AspNetCoreSdkTests/TestData.cs b/AspNetCoreSdkTests/TestData.cs index 66fe9ae817..8e1b88eb03 100644 --- a/AspNetCoreSdkTests/TestData.cs +++ b/AspNetCoreSdkTests/TestData.cs @@ -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 ApplicationTemplates { get; } = from d in AllTemplates where ((Template)d.Arguments[0] != Template.RazorClassLib)