Fix dotnet-trace rundown default
authorMike McLaughlin <mikem@microsoft.com>
Mon, 5 Feb 2024 21:17:04 +0000 (13:17 -0800)
committerMike McLaughlin <mikem@microsoft.com>
Mon, 5 Feb 2024 21:17:04 +0000 (13:17 -0800)
src/Tools/dotnet-trace/Profile.cs

index 89b7236363e9a92635dcd9d4ad3020ff61059ed8..2d43bc6a806ffbe566fe560b695782ff7395f35e 100644 (file)
@@ -22,7 +22,7 @@ namespace Microsoft.Diagnostics.Tools.Trace
 
         public string Description { get; }
 
-        public bool Rundown { get; set;  }
+        public bool Rundown { get; set; } = true;
 
         public static void MergeProfileAndProviders(Profile selectedProfile, List<EventPipeProvider> providerCollection, Dictionary<string, string> enabledBy)
         {