7 references to Id
dotnet (2)
Commands\Tool\Search\SearchResultPrinter.cs (2)
28
p => p.
Id
.ToString());
49
_reporter.WriteLine(p.
Id
.ToString());
dotnet.Tests (5)
CommandTests\Tool\Search\NugetSearchApiDeserializerTests.cs (1)
21
firstItem.
Id
.Should().Be(new PackageId("global.tool.console.demo"));
CommandTests\Tool\Search\SearchResultPrinterTests.cs (4)
55
_filledSearchResultPackage.
Id
.ToString(), _filledSearchResultPackage.Authors.First(),
59
_mostEmptyToCheckNullException.
Id
.ToString()
80
_filledSearchResultPackage.
Id
.ToString(), _filledSearchResultPackage.Authors.First(),
84
_mostEmptyToCheckNullException.
Id
.ToString(), _filledSearchResultPackage.Description,