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
Description
A CFG has a default Section as root section object. DIRECTIVE introduce section that are out of the default section, thus when a section in a DIRECTIVE region is left, the default section is set to null, this is a bad bevahior. At leat the default section must be reset to the root section.
How to reproduce this issue
Run the cfg test "Declarative0" and debug EnterSection() and LeaveSection() method to see the effect.