1 write to BuildArguments
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
191BuildArguments = buildArguments,
9 references to BuildArguments
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
377BuildArguments = BuildArguments,
dotnet-watch.Tests (8)
CommandLine\CommandLineOptionsTests.cs (8)
297AssertEx.SequenceEqual(["--property:NuGetInteractive=false"], options1.BuildArguments); 302AssertEx.SequenceEqual(["--property:NuGetInteractive=false", option], options2.BuildArguments); 315AssertEx.SequenceEqual(["--property:NuGetInteractive=false"], options.BuildArguments); 331AssertEx.SequenceEqual(["--property:TargetFramework=F", "--property:P1=V1", "--property:P2=V2", NugetInteractiveProperty], options.BuildArguments); 383AssertEx.SequenceEqual(["--property:P1=V1", "--property:P2=V2", NugetInteractiveProperty], options.BuildArguments); 479AssertEx.SequenceEqual(buildArgs, runOptions.BuildArguments); 492AssertEx.SequenceEqual(["--property:NuGetInteractive=false", "--target:VSTest", .. commandArgs], runOptions.BuildArguments); 505AssertEx.SequenceEqual(buildArgs, options.BuildArguments);