Skip to content

Commit

Permalink
Fix dotnet-trace rundown default (#4498)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikem8361 committed Feb 5, 2024
1 parent 3cdae8a commit 8c08c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tools/dotnet-trace/Profile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public Profile(string name, IEnumerable<EventPipeProvider> providers, string des

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)
{
Expand Down

0 comments on commit 8c08c89

Please sign in to comment.