1 instantiation of NuGetConfigContext
aspire (1)
Packaging\NuGetConfigMerger.cs (1)
178
return new
NuGetConfigContext
9 references to NuGetConfigContext
aspire (9)
Packaging\NuGetConfigMerger.cs (9)
112
var
configContext = await LoadAndValidateConfigAsync(nugetConfigFile, mappings);
147
private static async Task<
NuGetConfigContext
> LoadAndValidateConfigAsync(FileInfo nugetConfigFile, PackageMapping[] mappings)
206
private static void AddMissingPackageSources(
NuGetConfigContext
context)
228
private static void UpdateExistingPackageSourceMapping(
NuGetConfigContext
context)
375
NuGetConfigContext
context,
495
NuGetConfigContext
context,
723
private static void CreateNewPackageSourceMapping(
NuGetConfigContext
context)
754
private static void PreserveOriginalSourceFunctionality(XElement packageSourceMapping,
NuGetConfigContext
context)
958
private static void AddGlobalPackagesFolderConfiguration(
NuGetConfigContext
configContext)