You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.309
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
This commit is contained in:
parent
ee1447783b
commit
94b2861243
@@ -356,7 +356,7 @@ namespace Microsoft.Cci.Pdb {
|
||||
case 2: break; // this.ReadForwardedToModuleInfo(bits); break;
|
||||
case 3: this.ReadIteratorLocals(bits); break;
|
||||
case 4: this.ReadForwardIterator(bits); break;
|
||||
default: throw new PdbDebugException("Unknown custom metadata item kind: {0}", kind);
|
||||
// TODO: handle unknown custom metadata, 5 & 6 are new with roslyn, see https://roslyn.codeplex.com/workitem/54
|
||||
}
|
||||
bits.Position = savedPosition+(int)numberOfBytesInItem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user