Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullReferenceException on constructor in C++ assembly #132

Closed
MSDN-WhiteKnight opened this issue Aug 7, 2022 · 0 comments
Closed

NullReferenceException on constructor in C++ assembly #132

MSDN-WhiteKnight opened this issue Aug 7, 2022 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@MSDN-WhiteKnight
Copy link
Owner

MSDN-WhiteKnight commented Aug 7, 2022

System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
в System.Reflection.Metadata.Parameter.GetCustomAttributes()
в CilTools.Metadata.ParameterSpec.GetCustomAttributes(Boolean inherit)
в CilTools.Syntax.SyntaxNode.GetDefaultsSyntax(MethodBase m, Int32 startIndent)
в CilTools.BytecodeAnalysis.CilGraph.ToSyntaxTreeImpl(DisassemblerParams pars, Int32 startIndent)
в CilTools.BytecodeAnalysis.CilGraph.ToSyntaxTree(DisassemblerParams pars)
в CilView.UI.Controls.CilBrowserPage..ctor(MethodBase m, Int32 start, Int32 end, RoutedEventHandler navigation) в D:\VADIM\repos\CilTools\CilView\UI.Controls\CilBrowserPage.xaml.cs:строка 31
в CilView.UI.Controls.CilBrowser.NavigateToMethod(MethodBase mb, Int32 start, Int32 end) в D:\VADIM\repos\CilTools\CilView\UI.Controls\CilBrowser.xaml.cs:строка 124
в CilView.UI.Controls.CilBrowser.Navigated(Object sender, RoutedEventArgs e) в D:\VADIM\repos\CilTools\CilView\UI.Controls\CilBrowser.xaml.cs:строка 109
Module: System.Reflection.Metadata
Method: System.Reflection.Metadata.CustomAttributeHandleCollection GetCustomAttributes()

(Introduced after v2.4)

@MSDN-WhiteKnight MSDN-WhiteKnight added the bug Something isn't working label Aug 7, 2022
@MSDN-WhiteKnight MSDN-WhiteKnight changed the title NullReferenceException on contructor in C++ assembly NullReferenceException on constructor in C++ assembly Aug 7, 2022
@MSDN-WhiteKnight MSDN-WhiteKnight added this to the 2.5 milestone Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant