1 write to Line
Microsoft.DotNet.Build.Manifest.Tests (1)
VersionIdentifierTestAsset.cs (1)
13Line = line;
2 references to Line
Microsoft.DotNet.Build.Manifest.Tests (2)
VersionIdentiferTests.cs (2)
56actualVersion.Should().Be(expectedVersion, $"Line {testAsset.Line} has incorrect computed version {actualVersion}"); 60actualNameWithoutVersions.Should().Be(expectedNameWithoutVersions, $"Line {testAsset.Line} has incorrect asset name without versions {actualNameWithoutVersions}");