Skip to content

Commit

Permalink
AssemblyRunnerStartOptions.TypesToRun should not be null by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed May 4, 2024
1 parent ed625e5 commit bef8ac4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Xunit.Runners
/// </summary>
public class AssemblyRunnerStartOptions
{
string[] typesToRun;
string[] typesToRun = [];

/// <summary>
/// Indicates whether diagnostic messages should be generated. If unset (or set
Expand Down

0 comments on commit bef8ac4

Please sign in to comment.