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