Skip to content

Commit 9ab0852

Browse files
committed
Updating from source commit 5f14ed9b855f384829b1fe5fdf696ff8dc2bf914 on 2025-08-02T14:42:04-07:00
1 parent 21beae4 commit 9ab0852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Codex.Analysis/AnalyzedProjectContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ public static XElement CreateReferenceProjectSymbolsXml(ReferencedProject projec
161161
{
162162
var (ns, defs) = group;
163163
var container = new XElement("Namespace").AddAttribute("Name", ns);
164+
el.Add(container);
164165

165166
foreach (var definition in defs)
166167
{

0 commit comments

Comments
 (0)