Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2022-01-26 04:31:27 +0300
committerGitHub <noreply@github.com>2022-01-26 04:31:27 +0300
commitb5714997652ed38b28a14365b144d12efb420839 (patch)
tree661b578763efa6fbbc97797a3ee83ba66ffe4204 /docs
parent0bf7e14c80da09fa92e3cdf65b46dbc4d14bd0b5 (diff)
Clarify purpose of PDB Document hashing (#64306)
Fixes #63505
Diffstat (limited to 'docs')
-rw-r--r--docs/design/specs/PortablePdb-Metadata.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/design/specs/PortablePdb-Metadata.md b/docs/design/specs/PortablePdb-Metadata.md
index 811af00510b..c1d8e3c4420 100644
--- a/docs/design/specs/PortablePdb-Metadata.md
+++ b/docs/design/specs/PortablePdb-Metadata.md
@@ -64,6 +64,8 @@ There shall be no duplicate rows in the _Document_ table, based upon document na
_Name_ shall not be nil. It can however encode an empty name string.
+_Hash_ is the file content hashed using the specified _HashAlgorithm_. It is used to validate that a source file matches the one used by the compiler when compiling the source code.
+
The values for which field _Language_ has a defined meaning are listed in the following tables along with the corresponding interpretation:
| _Language_ field value | language |