4 writes to PackageFilesPatterns
Aspire.Hosting.JavaScript (3)
JavaScriptHostingExtensions.cs (3)
2350
PackageFilesPatterns
= { new CopyFilePattern("package*.json", "./") },
2413
PackageFilesPatterns
= { new CopyFilePattern(packageFilesSourcePattern, "./") },
2678
PackageFilesPatterns
= { new CopyFilePattern(packageFilesSourcePattern, "./") },
Aspire.Hosting.JavaScript.Tests (1)
AddNodeAppTests.cs (1)
176
PackageFilesPatterns
= { new CopyFilePattern("package*.json", "./") }
9 references to PackageFilesPatterns
Aspire.Hosting.JavaScript (9)
JavaScriptHostingExtensions.cs (9)
602
if (pm.
PackageFilesPatterns
.Count > 0)
604
foreach (var packageFilePattern in pm.
PackageFilesPatterns
)
1521
if (packageManager.
PackageFilesPatterns
.Count > 0)
1523
foreach (var packageFilePattern in packageManager.
PackageFilesPatterns
)
1820
if (packageManager.
PackageFilesPatterns
.Count > 0)
1822
foreach (var packageFilePattern in packageManager.
PackageFilesPatterns
)
2509
packageManager.
PackageFilesPatterns
.Add(new CopyFilePattern(packageFilesSourcePattern, "./"));
2591
packageManager.
PackageFilesPatterns
.Add(new CopyFilePattern(packageFilesSourcePattern, "./"));
2595
packageManager.
PackageFilesPatterns
.Add(new CopyFilePattern(".yarn", "./.yarn"));