12 instantiations of ProcessCommandExportOptions
Aspire.Hosting.Tests (11)
WithProcessCommandTests.cs (11)
95new ProcessCommandExportOptions 151new ProcessCommandExportOptions 1067new ProcessCommandExportOptions 1116new ProcessCommandExportOptions 1142new ProcessCommandExportOptions 1165new ProcessCommandExportOptions 1171new ProcessCommandExportOptions 1178new ProcessCommandExportOptions 1188new ProcessCommandExportOptions 1231new ProcessCommandExportOptions 1251new ProcessCommandExportOptions
Aspire.Hosting.TestUtilities (1)
Utils\DotnetFileAppProcess.cs (1)
49var options = new ProcessCommandExportOptions
9 references to ProcessCommandExportOptions
Aspire.Hosting (3)
ResourceBuilderExtensions.cs (3)
3227ProcessCommandExportOptions options) 3303private static ProcessCommandOptions CreateProcessCommandOptions(ProcessCommandExportOptions exportOptions) 3352private static ProcessCommandSpec CreateProcessCommandSpec(ProcessCommandExportOptions exportOptions)
Aspire.Hosting.Tests (1)
WithProcessCommandTests.cs (1)
1162var invalidOptions = new (ProcessCommandExportOptions Options, string ExpectedMessage)[]
Aspire.Hosting.TestUtilities (5)
Utils\DotnetFileAppProcess.cs (5)
41public static ProcessCommandExportOptions CreateProcessCommandExportOptions(string appPath, Action<ProcessCommandExportOptions>? configure = null) 44public static ProcessCommandExportOptions CreateProcessCommandExportOptions( 47Action<ProcessCommandExportOptions>? configure = null) 49var options = new ProcessCommandExportOptions