Fix dotnet-trace rundown default (#4498)
authorMike McLaughlin <mikem@microsoft.com>
Mon, 5 Feb 2024 21:46:09 +0000 (13:46 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2024 21:46:09 +0000 (13:46 -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)
         {