-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Description
Copying the relevant part of AltCover issue 135
Unhandled Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Mono.Cecil.Cil.InstructionCollection.ResolveInstructionOffset(InstructionOffset inputOffset, InstructionOffsetCache& cache)
at Mono.Cecil.Cil.InstructionCollection.UpdateLocalScope(ScopeDebugInformation scope, Instruction removedInstruction, Instruction existingInstruction, InstructionOffsetCache& cache)
at Mono.Cecil.Cil.InstructionCollection.UpdateLocalScope(ScopeDebugInformation scope, Instruction removedInstruction, Instruction existingInstruction, InstructionOffsetCache& cache)
at Mono.Cecil.Cil.InstructionCollection.UpdateLocalScopes(Instruction removedInstruction, Instruction existingInstruction)
at Mono.Collections.Generic.Collection`1.Insert(Int32 index, T item)
from a call to ILProcessor.InsertBefore on code built for .net Framework 4.8 on Windows.
Given the context, I don't have the relevant IL or a repro case, alas, but it's still worth having this on the record.
The stack trace is similar to those issues in #697 and #781 that appeared following the revision of that part of the codebase at the 0.11.3 release.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels