4761 Commits (6f5284c4ae06c1f41e0807fc262300723bd6d4df)
 

Author SHA1 Message Date
Christoph Wille be8c8bef4a We no longer need the multi-targetting hacks (VS2019 works with them fine, 2017 would not) 6 years ago
Siegfried Pammer 40bbb24675 CombineExitsTransform: Remove unnecessary checks, add both ILRanges to combinedLeave instruction. 6 years ago
Siegfried Pammer 53a2a2d64a Do not indent query continuations. 6 years ago
Christoph Wille f9b830dc5f Fix publish process for vsix project 6 years ago
Christoph Wille 29e05778c6 See #1416. Also upgraded Cecil to .3 (from .1) 6 years ago
Siegfried Pammer c23522dca1 Add BAML decompiler engine from dnSpy. 6 years ago
Siegfried Pammer 1c4b02cb7c Merge branch 'master' of https://github.com/icsharpcode/ILSpy into ppdb 6 years ago
Siegfried Pammer 06e287265a Fix #1415: Public key output should print leading zeros. 6 years ago
Siegfried Pammer 970ffb213b Rename misnamed variable in demo workbook. 6 years ago
Siegfried Pammer 5c004ae0fd Fix #1412: Output file empty - ICSharpCode.Decompiler.Console: dot not foreget to close stream at end of program. 6 years ago
Siegfried Pammer cee0a78d07 #1359: Escape non-printable characters in IL view. 6 years ago
Siegfried Pammer ee151eb706 #1407: Set CSharpInvocationResolveResult.IsExtensionMethodInvocation flag after extension methods transform. 6 years ago
Siegfried Pammer 8585fcf859
Merge pull request #1409 from veccsolutions/ec-NoReload 6 years ago
Edward Cooke 660d8ca17a Add option to not reload assemblies 6 years ago
Siegfried Pammer 343315d2b4 #1407: Set CSharpInvocationResolveResult.IsDelegateInvocation = true, if the Invoke call was removed. 6 years ago
Siegfried Pammer d22e2ac677 Add header and comments describing transformation. 6 years ago
Siegfried Pammer abff91f0c2 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into combine-exitpoints-in-lambdas 6 years ago
Siegfried Pammer 9d19b33ec0 Fix #1394: Fields marked 'specialname' are excluded from the type system 6 years ago
Siegfried Pammer deeb603fd7 Fix #1395: do-while loop missing entry-point label. 6 years ago
Siegfried Pammer af4dd6e9e3 Fix DecompilerTypeSystem: struct is never null. 6 years ago
Siegfried Pammer 04910a8eb4 TypeSystemAstBuilder: Do not create references to System.MathF, if PI or E are not defined. 6 years ago
Siegfried Pammer ecde53969c Add IsInConstructorInitializer case to ILInlining.OptionsForBlock. 6 years ago
Siegfried Pammer 98692e2fed Fix title bar content in debug builds. 6 years ago
Siegfried Pammer 99fc57c6be CachedDelegateInitialization: Do not lose IL range by creating a new store instruction, reuse existing instruction instead. 6 years ago
Siegfried Pammer 5df098f737 Set version = 4.1.0 alpha1 6 years ago
Siegfried Pammer 25fb4f4ffe Prepare 4.0.1 hotfix release. 6 years ago
Siegfried Pammer 91ee034fb7 Fix indentation of query expressions. 6 years ago
Siegfried Pammer 2c0f26ca3e Add unit tests 6 years ago
Siegfried Pammer 1d2cd930de Add LetIdentifierAnnotation to allow linking of let variables. 6 years ago
Siegfried Pammer 238b5ac092 Fix CombineExitsTransform 6 years ago
Siegfried Pammer e6e8fbe764 Move VSIX build workaround from ILSpy.csproj to ILSpy.AddIn.csproj. 6 years ago
Siegfried Pammer 96f7a4cab0 Fix #1399: Use same default value as in previous versions for "show internal types and members" setting. Fixes #1398 as well. 6 years ago
Siegfried Pammer f1e0c82ace
Merge pull request #1397 from sharwell/async-package 6 years ago
Christoph Wille 875b498c4a Update dotnet tool ilspycmd to 4.0 rtm, PS and Xamarin workbook 6 years ago
Sam Harwell e8abb788b4 Remove duplicate VSIX installation targets 6 years ago
Sam Harwell 6af75ce358 Update references 6 years ago
Sam Harwell 6a2eab2a52 Switch to AsyncPackage with background load 6 years ago
Sam Harwell ea930e025c Switch to MSBuild.Sdk.Extras for WPF support 6 years ago
Siegfried Pammer b1c89a634c Set VersionName = null 6 years ago
Siegfried Pammer d280f55666 Set VersionName = "rc2" 6 years ago
Siegfried Pammer e9cf52d1d5 Fix #1390: Extension methods used in collection initializers were not converted correctly. 6 years ago
Siegfried Pammer 98261c775f Fix #1387: Allow to search for names that contain spaces: simply wrap the whole name in double-quotes. Supports escaping of " and \. 7 years ago
Siegfried Pammer 17d19cd04a Fix #1379: Missing ILRange from yield return FSM. 7 years ago
Siegfried Pammer 3d5b300602 Improve TransformArrayInitializers: allow default entries at the end of a dimension > 0. 7 years ago
Siegfried Pammer 46b56f8482 Fix #1382: Do not reuse index instructions in TransformArrayInitializers 7 years ago
Siegfried Pammer 4919b11c30 Fix #1384: NRE on VS2015 Tools\ILSpy command 7 years ago
Siegfried Pammer 37a8156dab Fix #1383: NRE in TransformArrayInitializers. 7 years ago
Siegfried Pammer 17f42066a0 Fix #1378: Missing unsafe modifier for static fields 7 years ago
Siegfried Pammer 9487d0a714 Make pattern in TryRemoveTransparentIdentifier more flexible. Allow multiple let expressions per anonymous type declaration. 7 years ago
Siegfried Pammer 32cec2a1fb Fix traversal bug in DecompileQueries: expressions with independent sub-expressions like conditional-expressions, binary operators or parameter lists were not handled correctly. 7 years ago