5980 Commits (383d02611f655ae03c4cf8d18e9ee5b823ec5482)
 

Author SHA1 Message Date
dymanoid 967aed2667 Add an option for new SDK style project format 5 years ago
Siegfried Pammer 68bac527d1 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into fix-1981 5 years ago
Siegfried Pammer fcc910cb4d Cleanup and refactoring after code review 5 years ago
Siegfried Pammer f5954af953
Merge pull request #2030 from AustinWise/austin/FixMsdnSearchLink 5 years ago
Austin Wise aae304b3db Update links to Microsoft Docs. 5 years ago
Siegfried Pammer b8ef9f5dd1
Merge pull request #2028 from dymanoid/implements-interface-analyzer 5 years ago
dymanoid 8e7774de98 Add interface implementation analyzer and tests 5 years ago
dymanoid e1417bac8b Add Moq mocking library to ILSpy.Tests 5 years ago
dymanoid 211cc7aeae Rename analyzers to reflect their headers 5 years ago
Siegfried Pammer 5f27fd9744 Fix DotNetCorePathFinder not finding assemblies in parent assembly base path. 5 years ago
Siegfried Pammer 0b8824ca84 Fix two small bugs in TDCU 5 years ago
Siegfried Pammer bcd7219535 Adjust CapturedVariables collection in ReplaceDelegateTargetVisitor and in TransformExpressionTrees 5 years ago
Siegfried Pammer 47311949d4 Revert "Fix #2013: Add option to extract self-contained executables (PublishSingleFile)." 5 years ago
Siegfried Pammer a49577ce2d Fix #2020: Mark Modifier Letter (Lm category) characters as printable 5 years ago
Siegfried Pammer 30c8a22ded Fix #1765: Add another pattern of FSM initialization to ReadCodeMappingInfo 5 years ago
Siegfried Pammer 358d677084 #1798: Add more unit tests 5 years ago
Siegfried Pammer 81c8fcf958 Fix #2015: NRE in ConnectionIdRewritePass.DecompileEventMappings 5 years ago
Siegfried Pammer c6a1d5d67b Fix #2014: BAML rendering issue 5 years ago
Siegfried Pammer 0880ea4086
Merge branch 'master' into fix-1981 5 years ago
Siegfried Pammer 101aba3362 Validate uses of display-class variable copies before removing them 5 years ago
Siegfried Pammer 3436ac3246 Fix #2018: Improve tooltips in IL/IL with C#/R2R view to show full member signatures 5 years ago
Siegfried Pammer dcb9631677 Fix #2017: Make sure we never use an empty string as tab header 5 years ago
Siegfried Pammer 27744e6006 Fix #2019: Add MMB shortcut to "Open in new tab" for tree view and links 5 years ago
Siegfried Pammer e18dc00ceb Remove unused code from ReferenceElementGenerator 5 years ago
Siegfried Pammer 04e07cbb65
Merge pull request #1991 from cshung/dev/andrewau/describe-callee 5 years ago
Siegfried Pammer f90b2ef4f5 R2R: Add linked metadata tokens to callee descriptions 5 years ago
Andrew Au ad1d22222e Changed to use a type switch and using the InstructionOutputExtensions.WriteTo() method to display decoded signature 5 years ago
Siegfried Pammer c96e10a8ef
Merge pull request #2016 from icsharpcode/fix-2013 5 years ago
Siegfried Pammer 0d390d604f Fix #2013: Add option to extract self-contained executables (PublishSingleFile). 5 years ago
Siegfried Pammer 332f5706c8 Avoid explicit cast when working with unresolvedEntity.Handle. 5 years ago
Siegfried Pammer 0fa04a5248 Fix build. 5 years ago
Siegfried Pammer d4fd92bf0f Fix initializer block detection of display structs. 5 years ago
Siegfried Pammer 1c7d9705da Add Validation of delegate target instructions. 5 years ago
Siegfried Pammer d27c0226b4 Fix #2010: NullReferenceException in SequencePointBuilder.VisitCatchClause() 5 years ago
Siegfried Pammer 6042819117 Implement Block.CheckInvariant for BlockKind.ArrayInitializer, BlockKind.CollectionInitializer and BlockKind.ObjectInitializer 5 years ago
Siegfried Pammer ab336cdc94 Fix build. 5 years ago
Siegfried Pammer d457ef38f4 Make ValidateConstructor safe 5 years ago
Siegfried Pammer f1cbc7c8db Add AggressiveScalarReplacementOfAggregates option 5 years ago
Siegfried Pammer 53c593af0b Fixed all TDCU related tests. 5 years ago
Siegfried Pammer 4f7ca65408 Fix #1913: Make sure to declare local variables captured by local functions before the first invocation of the local function. 5 years ago
Siegfried Pammer 83e8049114 Add ILVariable.IsDead property 5 years ago
Siegfried Pammer b6259b7dca Fix #1981: Ensure correctness of TDCU 5 years ago
Siegfried Pammer 0d1b6203df #1981: Refactor LocalFunctionDecompiler: Propagate closure parameter arguments, so that all arguments can be stripped from use-sites. 5 years ago
Andrew Au 51bfebc6cd Upgrade nuget package 5 years ago
Andrew Au b935b4d065 Using the structured signature 5 years ago
Andrew Au 32723c95ad Experiment with adding a link 5 years ago
Andrew Au 5dc79da07f Using import cell name to describe callees 5 years ago
Siegfried Pammer 0df7e1e4a5 Fix #1999: Compiler generated variables with weird names; by supporting a newer naming-convention used by mcs for anonymous delegates: See c2795c9cb5/mcs/mcs/delegate.cs (L808) 5 years ago
Siegfried Pammer 84a7c968c6 #1999: Add EscapeInvalidIdentifiers flag to allow the use of the EscapeInvalidIdentifiers transform when writing files to disk. We still show the unescaped identifiers in the ILSpy UI. 5 years ago
Siegfried Pammer 5cba0ee631
Merge pull request #1986 from icsharpcode/ranges 5 years ago