4 references to Argument
Aspire.Hosting (1)
Dcp\ResourceSnapshotBuilder.cs (1)
218launchArgsBuilder.Add(annotation.Argument);
Aspire.Hosting.Tests (3)
Dcp\DcpExecutorTests.cs (3)
164Assert.Equal(expectedAnnotations, argAnnotations.Select(a => a.Argument)); 207Assert.Single(argAnnotations1, a => a.Argument == "--test"); 225Assert.Single(argAnnotations2, a => a.Argument == "--test");