5624 Commits (d051e3aca4c16b40e623d07825de5b0d9bb54810)
 

Author SHA1 Message Date
Siegfried Pammer d051e3aca4 Fix #1923: Add progress reporting to PowerShell GetDecompiledProjectCmdlet 5 years ago
Siegfried Pammer b953d6e8d0 Fix potential NRE in StatementBuilder.TryCatch 5 years ago
Siegfried Pammer 82f048d497 Add "Select PDB..." context menu item on assemblies, to be able to manually load a PDB for an assembly. 5 years ago
Siegfried Pammer bcf5166767 Fix bug in LocalConstantEntry 5 years ago
Siegfried Pammer 2efca22fae Add Debug Metadata Explorer 5 years ago
Siegfried Pammer ae08167521 PDBGen: LocalScopes must be sorted "first by Method in ascending order, then by StartOffset in ascending order, then by Length in descending order." 5 years ago
Christoph Wille 50e819345e
Merge pull request #1914 from cshung/dev/andrewau/display-ready-to-run-header 5 years ago
Andrew Au 581807ca0f Display ReadyToRun header information 5 years ago
Siegfried Pammer 69dabda175 Fix #1877: `DerivedTypesTreeNode` is crashing on obfuscated assemblies. 5 years ago
Siegfried Pammer 6eb9790a00 Fix #1912: NRE in CSharpILMixedLanguage.MixedMethodBodyDisassembler.Disassemble() 5 years ago
Siegfried Pammer 0b78a66fdb Fix #1896: Remove unreachable blocks 5 years ago
Siegfried Pammer 28391c4864 Fix #1895: local function not added to the correct parent function. 5 years ago
Siegfried Pammer 7f427a3c6f Fix #1910: NRE in ViewState.Equals 5 years ago
Siegfried Pammer 92e1d6fe85 Fix #1907: Discard parameter names containing non-printable or white space characters from set of possible names considered by AssignVariableNames. 5 years ago
Siegfried Pammer 1043924366 Fix #1908: Add option to AddXmlDocumentationTransform to remove newlines in comments 5 years ago
Siegfried Pammer 6973dec0ef Fix #1906: RRs for default expressions of primitive types should use the correct constant value. 5 years ago
Christoph Wille 91425e8587 AvalonEdit is no longer LGPL. Ties in with #1904 5 years ago
Christoph Wille 5a24cd8249 Update clients to preview2 5 years ago
Christoph Wille 72b9cdc8ba
Merge pull request #1897 from cshung/dev/andrewau/update-third-party-notice 5 years ago
Andrew Au 29b165e524 Copy the dotnet runtime license text into third-party-notice 5 years ago
Christoph Wille bbca9758e9
Merge pull request #1894 from cshung/dev/andrewau/ready-to-run-fixes 5 years ago
Andrew Au 0f3a47ee02 ReadyToRun bug fixes 5 years ago
Siegfried Pammer 1c560e90f2 Move R2R option page to the end of the list. 5 years ago
Christoph Wille 191fc7bfb4
Merge pull request #1891 from icsharpcode/cw/docs-update 5 years ago
Siegfried Pammer a855f4e8e3 Fix #1892: Document new ilspycmd line options for P2 5 years ago
Siegfried Pammer 3e791b214d Fix #1890: Add ILSpy.ReadyToRun.csproj to ILSpy.WithPackage.sln 5 years ago
Siegfried Pammer 89e8ea072d Fix navigation and history in AboutPage 5 years ago
Christoph Wille 549fdad401 Adjust line breaks 5 years ago
Christoph Wille 60929879b3 Match copyright.txt "for clause" to others 5 years ago
Christoph Wille 1a1279c09a Match license.txt with About re:wording of copyright (ILSpy team instead of old SharpDevelop team designation) 5 years ago
Christoph Wille 11a766842d Fix notice for LightJson - to document where it came it from: 5 years ago
Christoph Wille a7b898d963 Move notices to appropriate files, change hyperlinks in AboutPage 5 years ago
Christoph Wille 791540bb15 Get started with a 3rd party notices doc based on https://github.com/mongodb/mongo/blob/master/distsrc/THIRD-PARTY-NOTICES 5 years ago
Christoph Wille 72af8f8c19 Add README.md for describing what file is license-related, its contents & usage 5 years ago
Christoph Wille 7adf27af76 Move README.txt next to the license documents in /doc folder 5 years ago
Christoph Wille 4348d664ea Year adjustments where static (2020) 5 years ago
Siegfried Pammer e33a54654f Fix build 5 years ago
Siegfried Pammer ae5ad8b4c0 Fix #1862: Update AvalonEdit to 6.0.1 5 years ago
Christoph Wille 15318a7d06 VS addin missing dependencies (datagridextensions, *r2r feature) 5 years ago
Siegfried Pammer d8e42d9255
Merge pull request #1872 from cshung/dev/andrewau/ready-to-run 5 years ago
Andrew Au 9c6706acb7 Create a new option page for disassembly options 5 years ago
Siegfried Pammer a2bce0b560 Delay initialization of LoadedAssembly.universalResolver 5 years ago
Andrew Au 4cd068ef8d Address code review feedbacks 5 years ago
Siegfried Pammer 9af80950c9 Make GetLoadedAssembly() an extension method as well. 5 years ago
Siegfried Pammer 6ac56bbc74 Refactor IAssemblyReference and IAssemblyResolver implementations in LoadedAssembly. 5 years ago
Andrew Au 93239e2e61 Implement FindAssembly 5 years ago
Siegfried Pammer 60490a4369 #1869: Add correctness test case 5 years ago
Siegfried Pammer 0adfefab92 SearchPane: properly set focus on search box, if panel is first activated. 5 years ago
Siegfried Pammer d8a08822b7 Fix #1879: Incorrectly detected display class. 5 years ago
Siegfried Pammer c97ddbae9c #1877: Do not crash in IsKnownType, if handle is nil. 5 years ago