6702 Commits (c68bf60b1beb19b1acedeae4c6824cbe76bd5133)
 

Author SHA1 Message Date
Christoph Wille c68bf60b1b Wrap DoDecompileEvent(IMethod...) 4 years ago
Christoph Wille 6e5c474dfc Instrument more DoDecompile methods 4 years ago
Christoph Wille 1b3a73d9e9 Add ETW for event + property decompilation as PoC 4 years ago
Siegfried Pammer 1c5c253fa5 Fix #2518: "Other Resources" section of resource files is not displayed properly. 4 years ago
Siegfried Pammer 6f032e267e Fix #2515: Auto events are not decompiled correctly, if left untouched. 4 years ago
Siegfried Pammer 1f92b44b3d
Merge pull request #2461 from icsharpcode/pattern-matching 4 years ago
Siegfried Pammer 6290e2f016
Merge branch 'master' into pattern-matching 4 years ago
Siegfried Pammer 96db0a5472 Add support for pattern matching in UsingTransform. 4 years ago
Daniel Grunwald 105cdfd330
Merge pull request #2494 from beaverden/master 4 years ago
Siegfried Pammer 6b2dd35aa7
Merge pull request #2509 from yyjdelete/patch-1 4 years ago
Siegfried Pammer 665c731cfc Move PatternMatchingTransform after LoopDetection. 4 years ago
Siegfried Pammer 55f1125f94 Ensure that pattern locals get distinct variable names. 4 years ago
Siegfried Pammer 3f62216c85 Fix simple type patterns. 4 years ago
Siegfried Pammer 9d99ee86db Fix #2503: Move correct branch in the case of swapped jump-table conditions. 4 years ago
SilverFox a917690fdf Fix null check in BamlDecompilerTypeSystem.HasType 4 years ago
Siegfried Pammer 6cc89378aa Remove unused code. 4 years ago
Siegfried Pammer 6628e0a410 Fix #2500: NRE and other bugs when hovering over symbol with <inheritdoc />. 4 years ago
Siegfried Pammer 47dcf0507f #2500: nullable enable XmlDocumentationElement 4 years ago
Siegfried Pammer 1568aeca3e Fix #2506: NamedArgumentTransform loses information, if the original variable is of StackType.Ref 4 years ago
Siegfried Pammer cdff458648 Fix test discovery with dotnet test. 4 years ago
Daniel Grunwald 9a053d5e6c nullable enable for CSharpOperators.cs 4 years ago
Siegfried Pammer 19d5ea4095 Fix #2505: Do treat whole resource name as file name without directory at the start of GetFileNameForResource. 4 years ago
Christoph Wille 11ec27c2bb Set next version to 7.2-preview1 4 years ago
Siegfried Pammer 23d9045503
Merge pull request #2431 from icsharpcode/issue2038 4 years ago
Siegfried Pammer 07199e2ecf 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. 4 years ago
Siegfried Pammer dbbcbb87fe Make pattern matching transform a simple ILTransform for both reference and value types. Check that the true branch dominates all uses of the pattern variable. 4 years ago
Siegfried Pammer ed82bff896 Fix #2497: NRE in covariant returns check on set-only property 4 years ago
Siegfried Pammer 62e62233c7
Merge pull request #2496 from zvirja/fix-null-module-enumeration 4 years ago
Oleksandr Povar be7d6a38af Return valid modules only 4 years ago
Denis Rozimovschii e95c09b9d8 #2493 make SearchTermMatches virtual for possible FilterClass extensions 4 years ago
Siegfried Pammer e50d221e06 Adjust NullableLiftingTransform to match new patterns due to RemoveInfeasiblePathTransform. 4 years ago
Daniel Grunwald 7716f9ccd8 Merge branch 'keyboard' 4 years ago
Siegfried Pammer 32f34dfd66
Merge pull request #2491 from icsharpcode/xaml-decompiler-api 4 years ago
Daniel Grunwald 13c0b5bd49
Merge pull request #2470 from icsharpcode/covariant-returns 4 years ago
Siegfried Pammer d5ff122454
Merge pull request #2492 from icsharpcode/christophwille/wapfix 4 years ago
Christoph Wille 7ea9b70a60 Copy everything from ILSpy bin, see https://stackoverflow.com/a/68020468/141927 4 years ago
Siegfried Pammer 113e00505d Fix #2337: Expose simple public XamlDecompiler API. 4 years ago
Siegfried Pammer 900d0a4b93 Fix #1966: Add option to show raw offsets and instruction bytes in IL view. 4 years ago
Siegfried Pammer 48adb52489 Show header size in IL output. 4 years ago
Siegfried Pammer e778a77774 Rearange display options. 4 years ago
Christoph Wille 6ddb19ee44
Merge pull request #2489 from cshung/public/update-ready-to-run 4 years ago
Andrew Au 41b9e3e787 Update ready to run 4 years ago
Siegfried Pammer dd1621a811 Fix #2481: Remove 4 characters length requirement in regex search. 4 years ago
Siegfried Pammer 73c898664f Fix #2484: Private modifier incorrectly applied to interface static constructors 4 years ago
Siegfried Pammer 7473ff238b
Merge pull request #2471 from cpraehaus/load-xamarin-compressed-assemblies 4 years ago
Siegfried Pammer 27f56a9253 Use ArrayPool<byte>.Shared for decompression. 4 years ago
Siegfried Pammer 6cda7cceb1 Use FileName parameter instead of LoadedAssembly.fileName 4 years ago
Christian Prähauser 95f9908823 Ensure we read all of compressed data in LoadCompressedAssembly 4 years ago
Christian Prähauser d04c7fd372 Add license notice for pkg K4os.Compression.LZ4 4 years ago
Siegfried Pammer 6357e8244a
Merge pull request #2463 from icsharpcode/christophwille/newnu 4 years ago