19 references to NuGetUtils
Microsoft.NET.Build.Tasks (19)
GenerateShims.cs (1)
105
NuGetUtils
.ParseFrameworkName(TargetFrameworkMoniker).GetShortFolderName(),
LockFileExtensions.cs (4)
21
var nuGetFramework =
NuGetUtils
.ParseFrameworkName(frameworkAlias);
145
NuGetUtils
.ParseFrameworkName(groupFrameworkAlias.Split('/').First()).DotNetFrameworkName.Equals(
NuGetUtils
.ParseFrameworkName(frameworkAlias).DotNetFrameworkName))
262
=>
NuGetUtils
.IsPlaceholderFile(item.Path);
PickBestRid.cs (1)
47
var bestRidForPlatform =
NuGetUtils
.GetBestMatchingRid(graph, TargetRid, SupportedRids, out bool wasInGraph);
ProcessFrameworkReferences.cs (3)
679
string? runtimePackRuntimeIdentifier =
NuGetUtils
.GetBestMatchingRidWithExclusion(
831
hostRuntimeIdentifier =
NuGetUtils
.GetBestMatchingRid(runtimeGraph, hostRuntimeIdentifier, packSupportedRuntimeIdentifiers, out bool wasInGraph);
870
var targetRuntimeIdentifier =
NuGetUtils
.GetBestMatchingRid(runtimeGraph, EffectiveRuntimeIdentifier, packSupportedRuntimeIdentifiers, out bool wasInGraph2);
ProduceContentAssets.cs (2)
162
string projectLanguage =
NuGetUtils
.GetLockFileLanguageName(ProjectLanguage);
178
if (
NuGetUtils
.IsPlaceholderFile(contentFile.ItemSpec))
ResolveAppHosts.cs (1)
247
string bestAppHostRuntimeIdentifier =
NuGetUtils
.GetBestMatchingRidWithExclusion(
ResolvePackageAssets.cs (1)
995
if (
NuGetUtils
.IsApplicableAnalyzer(file, _cacheWriter._task.ProjectLanguage))
ResolvePackageDependencies.cs (4)
190
if (
NuGetUtils
.IsPlaceholderFile(file))
204
if (
NuGetUtils
.IsApplicableAnalyzer(file, ProjectLanguage))
372
if (
NuGetUtils
.IsPlaceholderFile(filePath))
442
if (
NuGetUtils
.IsPlaceholderFile(relativePath))
ResolveReadyToRunCompilers.cs (2)
132
return
NuGetUtils
.GetBestMatchingRid(
210
string portablePlatform =
NuGetUtils
.GetBestMatchingRid(