Implemented interface member:
method
GetFileName
Microsoft.Arcade.Common.IFileSystem.GetFileName(System.String)
5 references to GetFileName
Microsoft.DotNet.Build.Tasks.Feed.Tests (5)
PushToBuildStorageTests.cs (5)
535string expectedNonShippingPackagePath = mockFileSystem.PathCombine(nonShippingPackagesDir, mockFileSystem.GetFileName(PACKAGE_A)); 536string expectedShippingPackagePath = mockFileSystem.PathCombine(shippingPackagesDir, mockFileSystem.GetFileName(PACKAGE_B)); 653string expectedNonShippingPackagePath = mockFileSystem.PathCombine(nonShippingPackagesDir, task.ManifestRepoOrigin, mockFileSystem.GetFileName(PACKAGE_A)); 654string expectedShippingPackagePath = mockFileSystem.PathCombine(shippingPackagesDir, task.ManifestRepoOrigin, mockFileSystem.GetFileName(PACKAGE_B)); 745mockFileSystem.Files[item.ItemSpec] = $"Content of {mockFileSystem.GetFileName(item.ItemSpec)}";