csharpier icon indicating copy to clipboard operation
csharpier copied to clipboard

Playground doesn't report compilation errors well when they occur inside #if

Open belav opened this issue 4 years ago • 0 comments

If you format this file https://raw.githubusercontent.com/belav/csharpier-repos/master/aspnetcore/src/Http/Routing/src/Matching/ILEmitTrieFactory.cs with the playground it displays the compilation error in the wrong spot image

If you remove the #if then it reports just fine.

belav avatar Aug 21 '21 15:08 belav