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
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ dotnet format DecompilerServer.sln
122
122
- Cache decompiled C# source with line indexing
123
123
- Support ranged retrieval without re-decompilation
124
124
- Include proper headers/footers and maintain source document metadata
125
+
- When decompiling nested types by name, prefer reflection names such as `Outer+Inner`; dotted names such as `Outer.Inner` can fail in ILSpy lookup paths even when the type exists in metadata.
125
126
126
127
### IL Handling
127
128
- Use ICSharpCode.Decompiler.Disassembler for readable IL output
0 commit comments