6 writes to SupportedRids
Microsoft.NET.Build.Tasks.UnitTests (6)
GivenAPickBestRid.cs (6)
56
SupportedRids
= new[] { "any", "win", "win-x64" }
81
SupportedRids
= new[] { "any", "win" }
106
SupportedRids
= new[] { "any" }
126
SupportedRids
= new[] { "any" }
151
SupportedRids
= new[] { "any", "win" }
181
SupportedRids
= new[] { "linux", "osx" }
2 references to SupportedRids
Microsoft.NET.Build.Tasks (2)
PickBestRid.cs (2)
47
var bestRidForPlatform = NuGetUtils.GetBestMatchingRid(graph, TargetRid,
SupportedRids
, out bool wasInGraph);
51
Log.LogError(Strings.UnableToFindMatchingRid, TargetRid, string.Join(",",
SupportedRids
), RuntimeGraphPath);