17 references to CreateAsync
aspire (9)
Packaging\NuGetConfigMerger.cs (1)
91using var tmpConfig = await TemporaryNuGetConfig.CreateAsync(mappings);
Packaging\PackageChannel.cs (5)
171using var tempNuGetConfig = mappings is not null ? await TemporaryNuGetConfig.CreateAsync(mappings) : null; 220using var tempNuGetConfig = Type is PackageChannelType.Explicit ? await TemporaryNuGetConfig.CreateAsync(Mappings!) : null; 387using var tempNuGetConfig = Type is PackageChannelType.Explicit ? await TemporaryNuGetConfig.CreateAsync(Mappings!) : null; 499using var tempNuGetConfig = Type is PackageChannelType.Explicit ? await TemporaryNuGetConfig.CreateAsync(Mappings!) : null; 590using var tempNuGetConfig = Type is PackageChannelType.Explicit ? await TemporaryNuGetConfig.CreateAsync(Mappings!) : null;
Projects\PrebuiltAppHostServer.cs (2)
1128return await TemporaryNuGetConfig.CreateAsync( 1187return await TemporaryNuGetConfig.CreateAsync(
Templating\TemplateNuGetConfigService.cs (1)
435? await TemporaryNuGetConfig.CreateAsync(templateInstallMappings)
Aspire.Cli.Tests (8)
Packaging\NuGetConfigMergerTests.cs (1)
49using var tempConfig = await TemporaryNuGetConfig.CreateAsync(mappings);
Packaging\TemporaryNuGetConfigTests.cs (7)
23using var tempConfig = await TemporaryNuGetConfig.CreateAsync(mappings); 62using var tempConfig = await TemporaryNuGetConfig.CreateAsync(mappings); 93using var tempConfig = await TemporaryNuGetConfig.CreateAsync(mappings); 115using var tempConfig = await TemporaryNuGetConfig.CreateAsync( 136using var tempConfig = await TemporaryNuGetConfig.CreateAsync( 155using var tempConfig = await TemporaryNuGetConfig.CreateAsync( 191using var tempConfig = await TemporaryNuGetConfig.CreateAsync(mappings);