.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Siegfried Pammer 85682a0da9 prevent XmlException while reading XmlDoc from crashing the decompiler #485 11 years ago
..
AvalonEdit Fix TextMarkerService crashing after switching to another document. 12 years ago
Commands Add JumpToReferenceAsync() overload to allow detecting when the decompilation after the jump has finished. 12 years ago
Controls fix indentation 11 years ago
Images Add icon for Open from GAC 12 years ago
Languages prevent XmlException while reading XmlDoc from crashing the decompiler #485 11 years ago
Options Added switch to enable/disable decompiling of expression trees. 11 years ago
Properties update AvalonEdit to 5.0.2 11 years ago
TextView prevent XmlException while reading XmlDoc from crashing the decompiler #485 11 years ago
TreeNodes fix #548: "Instantiated By" doesn't appear on System.Text.RegularExpressions.RegexParser 11 years ago
VB prevent XmlException while reading XmlDoc from crashing the decompiler #485 11 years ago
XmlDoc Adjust ILSpy to NRefactory API changes. 14 years ago
themes Fit and finish: improved layout and styling 14 years ago
AboutPage.cs List the MS-PL in the README. 11 years ago
AnalyzerTreeView.cs focus existing analyzer node instead of creating a new one 14 years ago
App.xaml Added "Open From GAC" dialog. 15 years ago
App.xaml.cs Add JumpToReferenceAsync() overload to allow detecting when the decompilation after the jump has finished. 12 years ago
AssemblyList.cs Allow assembly hot replacement from stream 11 years ago
AssemblyListManager.cs Added the possibility to create lists. 14 years ago
CommandLineArguments.cs Search as command line argument 11 years ago
ContextMenuEntry.cs Merge pull request #345 from RKlier/folding 14 years ago
CreateListDialog.xaml fix for OpenListDialog usability 14 years ago
CreateListDialog.xaml.cs Code Tidy : Remove redundant using statements 14 years ago
DecompilationOptions.cs Code Tidy: Mark fields read-only where appropriate 14 years ago
DecompileEventArgs.cs Split DecompileEventArgs to separate file. 14 years ago
ExtensionMethods.cs refactor 65e30ec0f6 a bit; fix #448: Show metadata tokens like in ILDasm 12 years ago
FilterSettings.cs Code Tidy : Remove redundant using statements 14 years ago
Fusion.cs Remove unused code. 14 years ago
GacInterop.cs Add plugin support using MEF. 15 years ago
GuessFileType.cs Code Tidy : Remove redundant using statements 14 years ago
ILSpy.csproj code cleanup 11 years ago
ILSpySettings.cs Escape/Unescape invalid characters on save/load to avoid exceptions in XDocument.Load/Save. fixes #54 14 years ago
IPane.cs Move IPane to separate file. 15 years ago
ISmartTextOutput.cs Enable AvalonEdit SearchPanel for DecompilerTextView. Closes #261. 14 years ago
LoadedAssembly.cs Merge pull request #523 from sailro/master 11 years ago
MainWindow.xaml add support for Windows 7 TaskbarItem progress display 12 years ago
MainWindow.xaml.cs Merge pull request #521 from RKlier/SearchAsArgument 11 years ago
NativeMethods.cs Introduce support for command-line arguments and WM_COPYDATA. 15 years ago
NavigationHistory.cs Code Tidy : Remove redundant using statements 14 years ago
NavigationState.cs Code Tidy: Mark fields read-only where appropriate 14 years ago
OpenFromGacDialog.xaml ProgressBar added to OpenFromGacDialog. 15 years ago
OpenFromGacDialog.xaml.cs Added an option to filter GAC entries by version in addition to name. 15 years ago
OpenListDialog.xaml fix for OpenListDialog usability 14 years ago
OpenListDialog.xaml.cs Code Tidy: Mark fields read-only where appropriate 14 years ago
SearchPane.cs manually merge #488 - Change type search to match FullNames in addition to just the type name 11 years ago
SearchPane.xaml add some syntax help to search box 11 years ago
SearchStrategies.cs manually merge #488 - Change type search to match FullNames in addition to just the type name 11 years ago
SessionSettings.cs Escape/Unescape invalid characters on save/load to avoid exceptions in XDocument.Load/Save. fixes #54 14 years ago
TaskHelper.cs Add JumpToReferenceAsync() overload to allow detecting when the decompilation after the jump has finished. 12 years ago