3 references to MockResult
Microsoft.DotNet.MSBuildSdkResolver.Tests (3)
GivenAnMSBuildSdkResolver.cs (3)
919=> new MockResult(success: false, path: null, version: null, warnings: warnings, errors: errors); 922=> new MockResult(success: true, path: path, version: version, warnings: warnings); 925=> new MockResult(success: true, path: path, version: version, warnings: warnings, propertiesToAdd: propertiesToAdd, itemsToAdd: itemsToAdd);