You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.InvalidOperationException : Sequence contains no matching element
Stack trace:
at System.Linq.ThrowHelper.ThrowNoMatchException()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at AsmResolver.Symbols.Pdb.Tests.Leaves.VFTableTypeRecordTest.ReadBaseVFTableHasNoBase() in /_/test/AsmResolver.Symbols.Pdb.Tests/Leaves/VFTableTypeRecordTest.cs:line 30
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
System.InvalidOperationException : Sequence contains no matching element
Stack trace:
at System.Linq.ThrowHelper.ThrowNoMatchException()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at AsmResolver.Symbols.Pdb.Tests.Leaves.VFTableTypeRecordTest.ReadBaseVFTableNames() in /_/test/AsmResolver.Symbols.Pdb.Tests/Leaves/VFTableTypeRecordTest.cs:line 48
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
System.InvalidOperationException : Sequence contains no matching element
Stack trace:
at System.Linq.ThrowHelper.ThrowNoMatchException()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at AsmResolver.Symbols.Pdb.Tests.Leaves.VFTableTypeRecordTest.ReadBaseVFTableOffset() in /_/test/AsmResolver.Symbols.Pdb.Tests/Leaves/VFTableTypeRecordTest.cs:line 39
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
at AsmResolver.Symbols.Pdb.Tests.Leaves.VFTableTypeRecordTest.ReadBaseVFTableOwner() in /_/test/AsmResolver.Symbols.Pdb.Tests/Leaves/VFTableTypeRecordTest.cs:line 23
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
System.InvalidOperationException : Sequence contains no matching element
Stack trace:
at System.Linq.ThrowHelper.ThrowNoMatchException()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at AsmResolver.Symbols.Pdb.Tests.Leaves.VFTableTypeRecordTest.ReadDerivedVFTableHasMoreNames() in /_/test/AsmResolver.Symbols.Pdb.Tests/Leaves/VFTableTypeRecordTest.cs:line 79
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Class Name: AsmResolver.Symbols.Pdb.Tests.Leaves.VFTableTypeRecordTest | Method Name: ReadDerivedVFTableInheritsFromBase | This test is always failing.
System.InvalidOperationException : Sequence contains no matching element
Stack trace:
at System.Linq.ThrowHelper.ThrowNoMatchException()
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
at AsmResolver.Symbols.Pdb.Tests.Leaves.VFTableTypeRecordTest.ReadDerivedVFTableInheritsFromBase() in /_/test/AsmResolver.Symbols.Pdb.Tests/Leaves/VFTableTypeRecordTest.cs:line 69
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
at AsmResolver.Symbols.Pdb.Tests.Leaves.VFTableTypeRecordTest.ReadDerivedVFTableOwner() in /_/test/AsmResolver.Symbols.Pdb.Tests/Leaves/VFTableTypeRecordTest.cs:line 62
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#411