File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/Formatting_NetFx Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 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 <!--
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments