You've already forked linux-packaging-mono
Imported Upstream version 6.8.0.73
Former-commit-id: d18deab1b47cfd3ad8cba82b3f37d00eec2170af
This commit is contained in:
parent
bceda29824
commit
73ee7591e8
@@ -246,6 +246,9 @@ namespace Mono.Cecil.Pdb {
|
||||
document.LanguageVendorGuid,
|
||||
document.TypeGuid);
|
||||
|
||||
if (!document.Hash.IsNullOrEmpty ())
|
||||
doc_writer.SetCheckSum (document.HashAlgorithmGuid, document.Hash);
|
||||
|
||||
documents [document.Url] = doc_writer;
|
||||
return doc_writer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user