ILSpy查看dll出错ICSharpCode.Decompiler.DecompilerException
用ILSpy2.4反编译dll提示错误:
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void PackageHeaderConverter::.ctor()
System.NullReferenceException: 未将对象引用设置到对象的实例。
在 ICSharpCode.Decompiler.CecilExtensions.GetPopDelta(Instruction instruction, MethodDefinition methodDef)
在 ICSharpCode.Decompiler.ILAst.ILAstBuilder.StackAnalysis(MethodDefinition methodDef)
在 ICSharpCode.Decompiler.ILAst.ILAstBuilder.Build(MethodDefinition methodDef, Boolean optimize, DecompilerContext context)
在 ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable1 parameters)
在 ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDefinition methodDef, DecompilerContext context, IEnumerable1 parameters)
内部异常堆栈跟踪的结尾
在 ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDefinition methodDef, DecompilerContext context, IEnumerable`1 parameters)
在 ICSharpCode.Decompiler.Ast.AstBuilder.CreateConstructor(MethodDefinition methodDef)
在 ICSharpCode.Decompiler.Ast.AstBuilder.AddTypeMembers(TypeDeclaration astType, TypeDefinition typeDef)
在 ICSharpCode.Decompiler.Ast.AstBuilder.CreateType(TypeDefinition typeDef)
在 ICSharpCode.Decompiler.Ast.AstBuilder.AddType(TypeDefinition typeDef)
在 ICSharpCode.ILSpy.CSharpLanguage.DecompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options)
在 ICSharpCode.ILSpy.TextView.DecompilerTextView.DecompileNodes(DecompilationContext context, ITextOutput textOutput)
在 ICSharpCode.ILSpy.TextView.DecompilerTextView.<>c__DisplayClass31_0.b__0()