You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not actually sure if this is a bug, or just a difference, but right now in design time @section names are mapped to an object in the generated C#, so get classified by Roslyn, and would have to be valid C# identifiers etc. In runtime the section names are just an opaque string, and are not mapped.
This might not really help in tooling at all, but its at least a cause of a failing test so we should sort something out.
(Saw this in the cohost_use_generator branch, so it might not be FUSE, but I'm pretty sure)
The text was updated successfully, but these errors were encountered:
Skipped folding range test tracked by #10859
Skipped rename test tracked by #10856
Updated semantic tokens test tracked by #10857
Update folding range tests tracked by #10860
Update spell checking test tracked by #10863
Skipped formatting tests tracked by #10864
Skipped auto insert tests tracked by #10865
@jaredpar Yes, but after discussion I'm going to close it as by-design. It's a case where something has always been legal in runtime (and thus the command line compiler) but would fail at design time and squiggle in the IDE. Under fuse we no longer incorrectly squiggle.
Leaving it open right now to track removing the failing test that checks for the squiggle.
I'm not actually sure if this is a bug, or just a difference, but right now in design time
@section
names are mapped to an object in the generated C#, so get classified by Roslyn, and would have to be valid C# identifiers etc. In runtime the section names are just an opaque string, and are not mapped.This might not really help in tooling at all, but its at least a cause of a failing test so we should sort something out.
(Saw this in the
cohost_use_generator
branch, so it might not be FUSE, but I'm pretty sure)The text was updated successfully, but these errors were encountered: