4 references to GetNativeFileName
Aspire.Hosting.RemoteHost.Tests (4)
ManifestCommandTests.cs (4)
32await File.WriteAllTextAsync(Path.Combine(packageRoot, "runtimes", GetCurrentRuntimeIdentifier(), "native", GetNativeFileName()), "runtime-native");
35await File.WriteAllTextAsync(assetsPath, CreateAssetsJsonWithResolvedRidTarget(workspaceRoot, GetCurrentRuntimeIdentifier(), GetNativeFileName()));
68nativeLibrary => nativeLibrary.GetProperty("fileName").GetString() == GetNativeFileName() &&
69nativeLibrary.GetProperty("path").GetString() == Path.Combine(packageRoot, "runtimes", GetCurrentRuntimeIdentifier(), "native", GetNativeFileName()));