1 instantiation of NuGetConfigContext
aspire (1)
Packaging\NuGetConfigMerger.cs (1)
197
return new
NuGetConfigContext
10 references to NuGetConfigContext
aspire (10)
Packaging\NuGetConfigMerger.cs (10)
131
var
configContext = await LoadAndValidateConfigAsync(nugetConfigFile, mappings);
166
private static async Task<
NuGetConfigContext
> LoadAndValidateConfigAsync(FileInfo nugetConfigFile, PackageMapping[] mappings)
225
private static void AddMissingPackageSources(
NuGetConfigContext
context)
247
private static void UpdateExistingPackageSourceMapping(
NuGetConfigContext
context)
272
private static void RemoveOrphanedSafeToRemoveSources(
NuGetConfigContext
context, HashSet<string> sourcesInUse)
436
NuGetConfigContext
context,
557
NuGetConfigContext
context,
724
private static void CreateNewPackageSourceMapping(
NuGetConfigContext
context)
755
private static void PreserveOriginalSourceFunctionality(XElement packageSourceMapping,
NuGetConfigContext
context)
959
private static void AddGlobalPackagesFolderConfiguration(
NuGetConfigContext
configContext)