1 write to Log
Microsoft.NET.TestFramework (1)
4 references to Log
Microsoft.NET.TestFramework (4)
TestAssetsManager.cs (4)
49var testAsset = new TestAsset(testProjectDirectory, testDestinationDirectory, TestContext.Current.SdkVersion, Log);
102var slnCreationResult = new DotnetNewCommand(Log, "sln", "--format", "sln")
114new DotnetCommand(Log, "sln", "add", testProject.Name ?? string.Empty)
128var testAsset = new TestAsset(testDestinationDirectory, TestContext.Current.SdkVersion, Log);