6 references to GetNativePaths
Infrastructure.Tests (6)
Hex1bNativePublishingTests.cs (6)
41
var expected =
GetNativePaths
(rid).Append("other/OpenConsole.exe").Order(StringComparer.Ordinal).ToArray();
58
Assert.Equal(rid.Length == 0 ? [] :
GetNativePaths
(rid).Order(StringComparer.Ordinal), built);
89
files.AddRange(
GetNativePaths
(rid));
255
foreach (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}"))