1 write to Hash
Microsoft.NET.TestFramework (1)
Utilities\FileThumbPrint.cs (1)
16
Hash
= hash;
10 references to Hash
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (6)
WasmBuildIncrementalismTest.cs (6)
51
actual.
Hash
.Equals(first.
Hash
).Should().BeTrue($"because {actual.
Hash
} should match {first.
Hash
} for {first.Path} on build {i}");
95
thumbPrint[j].Equals(newThumbPrint[j]).Should().BeTrue($"because {thumbPrint[j].
Hash
} should be the same as {newThumbPrint[j].
Hash
} for file {thumbPrint[j].Path}");
Microsoft.NET.TestFramework (4)
Utilities\FileThumbPrint.cs (4)
61
string.Equals(
Hash
, other.
Hash
, StringComparison.Ordinal);
67
return HashCode.Combine(Path, LastWriteTimeUtc,
Hash
);
79
return $"{
Hash
} - {LastWriteTimeUtc.ToShortDateString()} - {Path}";