Skip to content

Commit 489f81c

Browse files
committed
Remove uneeded tag helper discovery from SG engine
1 parent 7616424 commit 489f81c

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

src/Compiler/Microsoft.NET.Sdk.Razor.SourceGenerators/RazorSourceGenerator.Helpers.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ private static SourceGeneratorProjectEngine GetGenerationProjectEngine(
106106
options.SupportLocalizedComponentNames = razorSourceGeneratorOptions.SupportLocalizedComponentNames;
107107
}));
108108

109-
b.Features.Add(new StaticCompilationTagHelperFeature());
110-
b.Features.Add(new DefaultTagHelperDescriptorProvider());
111-
112109
CompilerFeatures.Register(b);
113110
RazorExtensions.Register(b);
114111

src/Compiler/Microsoft.NET.Sdk.Razor.SourceGenerators/StaticTagHelperFeature.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)