4 instantiations of MockResult
Microsoft.DotNet.MSBuildSdkResolver.Tests (4)
GivenAnMSBuildSdkResolver.cs (4)
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);
929IEnumerable<string>? warnings = null) => new MockResult(success: true, paths: paths, version: version, propertiesToAdd, itemsToAdd, warnings);
38 references to MockResult
Microsoft.DotNet.MSBuildSdkResolver.Tests (38)