Skip to content

Commit d992801

Browse files
committed
Added debugging ID
1 parent d1cad8f commit d992801

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Lifetime/Abstracts/LifetimeManager.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,12 @@ internal virtual object Pipeline<TContext>(ref TContext context) where TContext
135135
=> ((ResolveDelegate<TContext>)PipelineDelegate)(ref context);
136136

137137
#endregion
138+
139+
140+
#region Debugger
141+
#if DEBUG
142+
public string ID { get; } = Guid.NewGuid().ToString();
143+
#endif
144+
#endregion
138145
}
139146
}

0 commit comments

Comments
 (0)