dotnet-installer/test/Microsoft.DotNet.Tools.Tests.Utilities/Mock
William Li 2594a6d7ec
Always store absolute full path in directory and file path (#9363)
There is no need to store relative path today. But some part of the system does not accept relative path and there is no indication if it is storing full path or not. This is the root cause of https://github.com/dotnet/cli/issues/9319

“someplace” means different full path for Path class on unix and Windows. And the mock file system uses real Path class. Change tests' setup to use essentially “TEMPATH/someplace” instead of  “someplace”
2018-06-06 11:22:19 -07:00
..
EnvironmentMockBuilder.cs Refactor DependencyModel, make it ready for tests 2016-02-16 09:56:19 -08:00
FileSystemMockBuilder.cs Always store absolute full path in directory and file path (#9363) 2018-06-06 11:22:19 -07:00
ITemporaryDirectoryMock.cs Almost all of the code to prime the NuGet cache from the archive. 2016-06-10 16:53:55 -07:00