Skip to content

Commit b229967

Browse files
committed
Remove unused compilation and comment
1 parent 08ebaf1 commit b229967

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
<ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild>
4848

4949
<DefaultNetFxTargetFramework>net472</DefaultNetFxTargetFramework>
50-
51-
<!-- Uncomment this line to run formatting on runtime code-gen if FUSE is turned on -->
52-
<!-- <DefineConstants>$(DefineConstants);FORMAT_FUSE</DefineConstants> -->
5350
</PropertyGroup>
5451

5552
<!--

src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/Formatting_NetFx/FormattingTestBase.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,6 @@ private static async Task<ImmutableArray<TagHelperDescriptor>> GetStandardTagHel
368368
var workspace = new AdhocWorkspace();
369369
var project = workspace.CurrentSolution.AddProject(projectInfo).GetProject(projectId);
370370

371-
var compilation = await project.GetCompilationAsync(cancellationToken).ConfigureAwait(false);
372-
if (compilation is null)
373-
{
374-
return [];
375-
}
376-
377371
var configuration = new RazorConfiguration(
378372
RazorLanguageVersion.Experimental,
379373
"MVC-3.0",

0 commit comments

Comments
 (0)