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