From d7010fb19ec0a93e3d71a83375362a1cba6ff86b Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Thu, 26 Apr 2018 16:18:42 -0700 Subject: [PATCH] Add comment --- AspNetCoreSdkTests/TestData.cs | 1 + 1 file changed, 1 insertion(+) 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)