1 write to Name
Aspire.Cli.Tests (1)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1040Name = input.Name,
3 references to Name
aspire (3)
Commands\PipelineCommandBase.cs (3)
1113Name = input.Name, 1225if (string.IsNullOrEmpty(input.Name)) 1229var inputName = input.Name;