6 writes to OutputPath
Aspire.Hosting.Azure.Tests (1)
AzurePublisherTests.cs (1)
28var options = new OptionsMonitor(new AzurePublisherOptions { OutputPath = tempDir.Path });
Aspire.Hosting.Docker.Tests (4)
DockerComposePublisherTests.cs (4)
24var options = new OptionsMonitor(new DockerComposePublisherOptions { OutputPath = tempDir.Path }); 166var options = new OptionsMonitor(new DockerComposePublisherOptions { OutputPath = tempDir.Path }); 248OutputPath = tempDir.Path, 285var options = new OptionsMonitor(new DockerComposePublisherOptions { OutputPath = tempDir.Path });
Aspire.Hosting.Tests (1)
ManifestGenerationTests.cs (1)
280options.OutputPath = program.AppBuilder.AppHostDirectory;
3 references to OutputPath
Aspire.Hosting.Tests (3)
DistributedApplicationBuilderTests.cs (3)
54Assert.Null(options.Value.OutputPath); 77Assert.Equal("/tmp/", publishOptions.Value.OutputPath); 90Assert.Equal("/path/", publishOptions.Value.OutputPath);