Fix dotnet-trace rundown default (#4499)
authorMike McLaughlin <mikem@microsoft.com>
Tue, 6 Feb 2024 17:36:20 +0000 (09:36 -0800)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2024 17:36:20 +0000 (09:36 -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)
         {