Skip to content

Commit

Permalink
[release/5.0] Add Support to ActivitySource events in DiagnosticSourc…
Browse files Browse the repository at this point in the history
…eEventSource (dotnet#41681)

Co-authored-by: Tarek Mahmoud Sayed <[email protected]>
  • Loading branch information
github-actions[bot] and tarekgh authored Sep 1, 2020
1 parent 67deb1d commit 1186d1f
Show file tree
Hide file tree
Showing 3 changed files with 827 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public ActivitySource(string name, string? version = "")
}
}, this);
}

GC.KeepAlive(DiagnosticSourceEventSource.Logger);
}

/// <summary>
Expand Down
Loading

0 comments on commit 1186d1f

Please sign in to comment.