1 instantiation of NuGetConfigContext
aspire (1)
Packaging\NuGetConfigMerger.cs (1)
120
return new
NuGetConfigContext
8 references to NuGetConfigContext
aspire (8)
Packaging\NuGetConfigMerger.cs (8)
74
var
configContext = await LoadAndValidateConfigAsync(nugetConfigFile, mappings);
89
private static async Task<
NuGetConfigContext
> LoadAndValidateConfigAsync(FileInfo nugetConfigFile, PackageMapping[] mappings)
148
private static void AddMissingPackageSources(
NuGetConfigContext
context)
170
private static void UpdateExistingPackageSourceMapping(
NuGetConfigContext
context)
317
NuGetConfigContext
context,
437
NuGetConfigContext
context,
666
private static void CreateNewPackageSourceMapping(
NuGetConfigContext
context)
697
private static void PreserveOriginalSourceFunctionality(XElement packageSourceMapping,
NuGetConfigContext
context)