How can we help you today? How can we help you today?
DJ Doena
I have another one Invalid expression stack size during null coalescing expression translation. System.InvalidOperationException at Reflector.Disassembler.Translator.DecodeNullCoalescingExpressionOrStatement() at Reflector.Disassembler.Translator.DecodeDuplicateStatement(Int32 offset) at Reflector.Disassembler.Translator.DecodeStatement(Int32 end) at Reflector.Disassembler.Translator.DecodeBlockStatement(Int32 offset, Int32 end) at Reflector.Disassembler.Translator.TranslateMethodDeclaration(IMethodDeclaration mD, IMethodBody mB, Boolean handleExpressionStack) at Reflector.Disassembler.Translator.TranslateMethodDeclaration(IMethodDeclaration mD, IMethodBody mB) at Reflector.Disassembler.Disassembler.TransformMethodDeclaration(IMethodDeclaration value) at Reflector.Application.Translator.TranslateMethodDeclaration(IMethodDeclaration value) at Reflector.Application.UserInterface.DisassemblerWindow.Render(Boolean expandTypes, Boolean expandMethods) The actual code of that method is DoenaSoft.TVJunkie.MainForm bool UserIsCorrectAndContainsDate(User user) => user?.UserName == "DJ Doena" && user?.Watches?.Any(WatchesContainsDate) == true; PS: this throws the same error bool EntryContainsUserWithWatchedDate(FileEntry entry) => entry?.Users?.Any(UserIsCorrectAndContainsDate) == true; / comments
I have another one Invalid expression stack size during null coalescing expression translation. System.InvalidOperationException at Reflector.Disassembler.Translator.DecodeNullCoalescingExpressionO...
0 votes