csharpier
csharpier copied to clipboard
Playground doesn't report compilation errors well when they occur inside #if
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

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