87 Commits (e43aa0512f01464ca8513c6fb8a9f3e853f59866)

Author SHA1 Message Date
Holger Schmidt e43aa0512f updated to ilspycmd API and rebranded to ILSpy 1 year ago
Holger Schmidt df49ea0a2c removed end-user facing chapters that go into the Wiki from dev-facing doco 1 year ago
Holger Schmidt 52728e723f moved CLI doco into ILSpyCmd README 1 year ago
Holger Schmidt 34e5fe8a26 removed obsolete parts 1 year ago
Holger Schmidt 6d95f302d9 copied over doco 1 year ago
Holger Schmidt 9973c5a12b updated repo URL and doco link to new Wiki page 1 year ago
Holger Schmidt 270d086f3d renamed to remove netAmermaid branding 1 year ago
Holger Schmidt c43b458929 added developer-facing doco for how to edit the HTML/JS/CSS parts 1 year ago
Holger Schmidt beb5e03e44 improved instructions for creating an off-line diagrammer 1 year ago
Holger Schmidt 30e91d94ee renamed diagrammer output to index.html 1 year ago
Holger Schmidt 5d80c710c4 outputting in to a folder next to and named after the input assembly + " diagrammer" by default 1 year ago
Holger Schmidt 56643ac0b1 using explicit type where it's not obvious 1 year ago
Holger Schmidt 42a745679f using ILSpyX build info in generated diagrammers 1 year ago
Holger Schmidt 2a4345f14e adjusted VS Code task to generate model.json required by the JS/CSS/HTML dev loop 1 year ago
Holger Schmidt 15095361dd swapped out icon to brand diagrammers as an ILSpy product 1 year ago
Holger Schmidt 6f91b14601 reading from embedded resource instead of file 1 year ago
Holger Schmidt 40160f772d added mermaid class diagrammer 1 year ago
tom-englert a24e0f96c8 Refactoring: 1 year ago
tom-englert 0be506bd4e Get rid of the heavy System.ComponentModel.Composition, replace with the lightweight System.Composition.AttributedModel 1 year ago
Siegfried Pammer df859a0520 Fix #3300: System.FormatException: The input string 'PDB' was not in a correct format. 2 years ago
Siegfried Pammer 280d17332f Fix #3134: Include newobj, initobj and call instructions in TypeInstantiatedByAnalyzer 2 years ago
tom-englert 2c6f06e854 Fix #3293: Right panel shows old info in case all is deleted in the left-hand tree 2 years ago
Siegfried Pammer 46cac0f58c Fix #3221: ArgumentOutOfRangeException: Index was out of range when clearing the assembly list 2 years ago
Siegfried Pammer 4ff0c262f9 Provide commit hash in AboutPage to make finding the correct version easier. 2 years ago
tom-englert 2454cd3a99 Consolidate all options/settings to use a consistent WFP MVVM pattern. 2 years ago
tom-englert 39b036b027 Remove more code from MainWindow, refactor startup sequence 2 years ago
tom-englert 152f70e789 ILSpyX: remove InternalsVisibleTo for ILSpy + remove some redundant code. 2 years ago
tom-englert 0c1c5cecd7 Decouple AssemblyListPane from MainWindow 2 years ago
tom-englert dde581adc8 Refactor SearchPane so only the view model is exposed. 2 years ago
tom-englert 74f4758d89 Move more settings-related items from MainWindow to SettingsService 2 years ago
tom-englert 25bbca76aa Remove redundant language settings related code 2 years ago
tom-englert cc7de5fe60 Introduce message bus to start decoupling components 2 years ago
tom-englert 610b0c2ed5 Annotate service lifetime explicitly. 2 years ago
Siegfried Pammer 76cc084dcd LazyInitializer.EnsureInitialized does not allow null as return value. Use LazyInit instead. 2 years ago
Siegfried Pammer 930a4a20d1 Fix #3255: Ignore exceptions while decoding sequence point blobs. 2 years ago
Siegfried Pammer dbd9632f34 Fix #3247: InvalidOperationException thrown when reading debug metadata files 2 years ago
Christoph Wille d54ac416f7
SharpTreeView: Split into ILSpyX.TreeView and ILSpy.Controls.TreeView (#3240) 2 years ago
Siegfried Pammer fe879869c3 ExportAnalyzerAttribute: Simplify pattern matching and avoid multiple enumeration 2 years ago
Andreas Weizel f2437bb046 Allow to collect analyzers annotated with ExportAnalyzerAttribute without MEF 2 years ago
Christoph Wille 28b7280741 Fix dotnet-format to v8 via transport feed for dotnet8. See also PR #2747 2 years ago
Siegfried Pammer 476e80b190 Use uncompressedStream for PEFile in XamarinCompressedFileLoader 2 years ago
Siegfried Pammer 77b237d5a4 Fix mysteriously deleted issue #3197: Skip file formats that currently can only be loaded from a file when dealing with a file from a bundle or package. 2 years ago
Siegfried Pammer 65e30c0bd6 Add IFileLoader API 2 years ago
Siegfried Pammer 02eb6b7050 Omit package entries that denote the directory. 2 years ago
Siegfried Pammer 7e69247f3f Add nullability annotations 2 years ago
Christoph Wille 8acd117f91 Move non-UI analyzer code to ILSpyX 2 years ago
Siegfried Pammer 921bf36261 Add WebCIL support 2 years ago
Siegfried Pammer ca78d4a14d Use MetadataFile instead of PEFile in TypeSystem. 2 years ago
Siegfried Pammer 12cbf14106 Clean up node classes. 2 years ago
Siegfried Pammer 942131f487 #3068: Introduce MetadataFile for pure ECMA-335 streams and as base class for PEFile 2 years ago