4 references to AppHostProfilePortGenerator
aspire (4)
Commands\InitCommand.cs (3)
313
var ports =
AppHostProfilePortGenerator
.Generate(Random.Shared);
619
effectivePorts = ports ??
AppHostProfilePortGenerator
.Generate(Random.Shared);
625
effectivePorts = ports ??
AppHostProfilePortGenerator
.Generate(Random.Shared);
Templating\CliTemplateFactory.cs (1)
292
return
AppHostProfilePortGenerator
.Generate(Random.Shared);