2 overrides of GetNuGetCachePath
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (1)
IsolatedNuGetPackageFolderAspNetSdkBaselineTest.cs (1)
23protected override string GetNuGetCachePath() => _cachePath;
Microsoft.NET.Sdk.StaticWebAssets.Tests (1)
IsolatedNuGetPackageFolderAspNetSdkBaselineTest.cs (1)
23protected override string GetNuGetCachePath() => _cachePath;
9 references to GetNuGetCachePath
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (4)
AspNetSdkBaselineTest.cs (4)
146GetNuGetCachePath() ?? TestContext.Current.NuGetCachePath, 242GetNuGetCachePath() ?? TestContext.Current.NuGetCachePath, 290GetNuGetCachePath() ?? TestContext.Current.NuGetCachePath, 297var template = Templatize(actual, ProjectDirectory.Path, GetNuGetCachePath() ?? TestContext.Current.NuGetCachePath, runtimeIdentifier);
Microsoft.NET.Sdk.StaticWebAssets.Tests (4)
AspNetSdkBaselineTest.cs (4)
146GetNuGetCachePath() ?? TestContext.Current.NuGetCachePath, 242GetNuGetCachePath() ?? TestContext.Current.NuGetCachePath, 290GetNuGetCachePath() ?? TestContext.Current.NuGetCachePath, 297var template = Templatize(actual, ProjectDirectory.Path, GetNuGetCachePath() ?? TestContext.Current.NuGetCachePath, runtimeIdentifier);
Microsoft.NET.TestFramework (1)
AspNetSdkTest.cs (1)
183if (GetNuGetCachePath() is { } cache)