.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.
 
 
 
 
tom-englert 9b95f92729 Fix possible ObservableCollection re-entrance crash when trying to navigate to a collapsed item. 2 years ago
..
Analyzers ILSpyX: remove InternalsVisibleTo for ILSpy + remove some redundant code. 2 years ago
AppEnv Enable certain commands only on Windows (#3217) 2 years ago
AssemblyTree Fix possible ObservableCollection re-entrance crash when trying to navigate to a collapsed item. 2 years ago
AvalonEdit Fix #2294: Issues discovered by static analysis. 6 years ago
Commands Fix some minor design flaws in new code. 2 years ago
Controls Avoid using mouse position to find already known elements. 2 years ago
Docking Move command handling from main window to command implementations. 2 years ago
Images SharpTreeView: Split into ILSpyX.TreeView and ILSpy.Controls.TreeView (#3240) 2 years ago
Languages Fix some minor design flaws in new code. 2 years ago
Metadata ILSpyX: remove InternalsVisibleTo for ILSpy + remove some redundant code. 2 years ago
Options Fix some minor design flaws in new code. 2 years ago
Properties Provide commit hash in AboutPage to make finding the correct version easier. 2 years ago
Search Fix some minor design flaws in new code. 2 years ago
TextView Move command handling from main window to command implementations. 2 years ago
Themes Consolidate all options/settings to use a consistent WFP MVVM pattern. 2 years ago
TreeNodes Merge pull request #3274 from tom-englert/dev/WpfRefactoring 2 years ago
Updates Consolidate all options/settings to use a consistent WFP MVVM pattern. 2 years ago
Util Fix some minor design flaws in new code. 2 years ago
ViewModels Decouple AssemblyListPane from MainWindow 2 years ago
Views Consolidate all options/settings to use a consistent WFP MVVM pattern. 2 years ago
AboutPage.cs Merge pull request #3274 from tom-englert/dev/WpfRefactoring 2 years ago
App.xaml Remove more code from MainWindow, refactor startup sequence 2 years ago
App.xaml.cs Move command handling from main window to command implementations. 2 years ago
ContextMenuEntry.cs Avoid using mouse position to find already known elements. 2 years ago
DecompilationOptions.cs Consolidate all options/settings to use a consistent WFP MVVM pattern. 2 years ago
EntityReference.cs Use MetadataFile instead of PEFile in TypeSystem. 2 years ago
ExportProviderAdapter.cs Annotate service lifetime explicitly. 2 years ago
ExtensionMethods.cs ILSpyX: remove InternalsVisibleTo for ILSpy + remove some redundant code. 2 years ago
GlobalUsings.cs Decouple AssemblyListPane from MainWindow 2 years ago
GuessFileType.cs #2128: Reformat the whole code base. 6 years ago
ILSpy.csproj Remove more code from MainWindow, refactor startup sequence 2 years ago
ILSpySettingsFilePathProvider.cs AOT and x-plat changes (#3203) 2 years ago
ILSpyTraceListener.cs Use Trace.Listeners instead of Debug.Listeners 5 years ago
ISmartTextOutput.cs Fix #2409: Styling of windows title bar is now optional. 5 years ago
LanguageSettings.cs Move command handling from main window to command implementations. 2 years ago
MainWindow.xaml Fix navigation history 2 years ago
MainWindow.xaml.cs Move command handling from main window to command implementations. 2 years ago
MainWindowViewModel.cs Move command handling from main window to command implementations. 2 years ago
NativeMethods.cs SharpTreeView: Split into ILSpyX.TreeView and ILSpy.Controls.TreeView (#3240) 2 years ago
NavigationHistory.cs #2128: Reformat the whole code base. 6 years ago
NavigationState.cs SharpTreeView: Split into ILSpyX.TreeView and ILSpy.Controls.TreeView (#3240) 2 years ago
SessionSettings.cs Fix some minor design flaws in new code. 2 years ago
SolutionWriter.cs Move menu/toolbar logic from MainWindow to separate service. 2 years ago
TaskHelper.cs Decouple AssemblyListPane from MainWindow 2 years ago
app.manifest Fix #2038: Add proper support for Long paths on Windows 10 and limit path segments to 255 characters (with long path support) or 30 characters. If a PathTooLongException is thrown display a better error message on project export. 5 years ago