4 references to AppHostProfilePortGenerator
aspire (4)
Commands\InitCommand.cs (3)
306
var ports =
AppHostProfilePortGenerator
.Generate(Random.Shared);
612
effectivePorts = ports ??
AppHostProfilePortGenerator
.Generate(Random.Shared);
618
effectivePorts = ports ??
AppHostProfilePortGenerator
.Generate(Random.Shared);
Templating\CliTemplateFactory.cs (1)
291
return
AppHostProfilePortGenerator
.Generate(Random.Shared);