We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903a384 commit 01c8e5dCopy full SHA for 01c8e5d
src/Shared/RoslynUtils/WellKnownTypeData.cs
@@ -124,6 +124,8 @@ public enum WellKnownType
124
System_ComponentModel_DataAnnotations_RequiredAttribute,
125
System_ComponentModel_DataAnnotations_CustomValidationAttribute,
126
System_Type,
127
+ Microsoft_AspNetCore_Hosting_IWebHostBuilder,
128
+ Microsoft_AspNetCore_WebHost,
129
}
130
131
public static string[] WellKnownTypeNames =
@@ -245,5 +247,7 @@ public enum WellKnownType
245
247
"System.ComponentModel.DataAnnotations.RequiredAttribute",
246
248
"System.ComponentModel.DataAnnotations.CustomValidationAttribute",
249
"System.Type",
250
+ "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
251
+ "Microsoft.AspNetCore.WebHost",
252
];
253
0 commit comments