Skip to content

Commit 8c08c89

Browse files
author
Mike McLaughlin
authored
Fix dotnet-trace rundown default (#4498)
1 parent 3cdae8a commit 8c08c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tools/dotnet-trace/Profile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public Profile(string name, IEnumerable<EventPipeProvider> providers, string des
2222

2323
public string Description { get; }
2424

25-
public bool Rundown { get; set; }
25+
public bool Rundown { get; set; } = true;
2626

2727
public static void MergeProfileAndProviders(Profile selectedProfile, List<EventPipeProvider> providerCollection, Dictionary<string, string> enabledBy)
2828
{

0 commit comments

Comments
 (0)