6 references to GetNativePaths
Infrastructure.Tests (6)
Hex1bNativePublishingTests.cs (6)
41var expected = GetNativePaths(rid).Append("other/OpenConsole.exe").Order(StringComparer.Ordinal).ToArray(); 58Assert.Equal(rid.Length == 0 ? [] : GetNativePaths(rid).Order(StringComparer.Ordinal), built); 89files.AddRange(GetNativePaths(rid)); 255foreach (var relativePath in GetNativePaths(rid)) 326"" => GetNativePaths("win-x64").Select(path => $"runtimes/win-x64/native/{path}") 327.Concat(GetNativePaths("win-arm64").Select(path => $"runtimes/win-arm64/native/{path}"))