3 references to Utf8NoBom
Microsoft.NET.ProjectData (3)
ProjectDataBuildReceipt.cs (3)
28
string fileName = HexEncoder.ToLowerHex(sha256.ComputeHash(
Utf8NoBom
.GetBytes(normalizedProjectPath))) + ".completed";
200
File.WriteAllText(tempPath, content,
Utf8NoBom
);
208
if (string.Equals(File.ReadAllText(path,
Utf8NoBom
), content, StringComparison.Ordinal))