Skip to content

Commit 01c8e5d

Browse files
committed
missed file
1 parent 903a384 commit 01c8e5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Shared/RoslynUtils/WellKnownTypeData.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ public enum WellKnownType
124124
System_ComponentModel_DataAnnotations_RequiredAttribute,
125125
System_ComponentModel_DataAnnotations_CustomValidationAttribute,
126126
System_Type,
127+
Microsoft_AspNetCore_Hosting_IWebHostBuilder,
128+
Microsoft_AspNetCore_WebHost,
127129
}
128130

129131
public static string[] WellKnownTypeNames =
@@ -245,5 +247,7 @@ public enum WellKnownType
245247
"System.ComponentModel.DataAnnotations.RequiredAttribute",
246248
"System.ComponentModel.DataAnnotations.CustomValidationAttribute",
247249
"System.Type",
250+
"Microsoft.AspNetCore.Hosting.IWebHostBuilder",
251+
"Microsoft.AspNetCore.WebHost",
248252
];
249253
}

0 commit comments

Comments
 (0)