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)