Skip to content

Commit

Permalink
Added debugging ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Jun 8, 2019
1 parent d1cad8f commit d992801
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Lifetime/Abstracts/LifetimeManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,12 @@ internal virtual object Pipeline<TContext>(ref TContext context) where TContext
=> ((ResolveDelegate<TContext>)PipelineDelegate)(ref context);

#endregion


#region Debugger
#if DEBUG
public string ID { get; } = Guid.NewGuid().ToString();
#endif
#endregion
}
}

0 comments on commit d992801

Please sign in to comment.