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