From 7cb9c08b754c280db7d1e03342b16e59d6214e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 23 May 2024 23:23:23 +0200 Subject: [PATCH] Merge changes from Profiler so we can share the code easily --- src/csharp/Pester/Pester.csproj | 4 + .../Pester/Tracing/CodeCoverageTracer.cs | 6 +- .../Pester/Tracing/ExternalTracerAdapter.cs | 63 +-- src/csharp/Pester/Tracing/ITracer.cs | 13 +- src/csharp/Pester/Tracing/Tracer.cs | 447 +++++++++--------- src/csharp/Pester/Tracing/TracerHostUI.cs | 173 +++---- 6 files changed, 352 insertions(+), 354 deletions(-) diff --git a/src/csharp/Pester/Pester.csproj b/src/csharp/Pester/Pester.csproj index 131cf867e..6392dbb9f 100644 --- a/src/csharp/Pester/Pester.csproj +++ b/src/csharp/Pester/Pester.csproj @@ -7,6 +7,10 @@ embedded + + $(DefineConstants);PESTER + +