4502 Commits (deb2ceebd8e84b0295209637892ff7650a115f2c)
 

Author SHA1 Message Date
Daniel Grunwald deb2ceebd8 Fix #970: 'await' decompilation when the awaiter does not implement ICriticalNotifyCompletion 7 years ago
Siegfried Pammer c34a36b3ec Fix #1326: Another case of missing ILRanges in 7 years ago
Siegfried Pammer 8740e2413d Remove redundant namespace usage. 7 years ago
Siegfried Pammer 5b7e1b844f Fix #1327: BlockBuilder: ILRange was not set on last block of outer containers, if there were nested containers, such as try/finally. 7 years ago
Siegfried Pammer 667e04462a Fix #1325: Do not perform inline assignment transform on setter calls, that belong to parameterized properties. 7 years ago
Siegfried Pammer 091dc25a82 Fix #1340: Update local function check to match latest version of Roslyn. 7 years ago
Siegfried Pammer 1854a33749 Fix #1340: infinite recursion in DelegateConstruction due to recursive local function being mistreated as delegate construction. 7 years ago
Siegfried Pammer 14f3544a2b #1341: force DecompilerSettings.LoadInMemory = true, in all CSharpDecompiler ctors that take a filename. 7 years ago
Siegfried Pammer 1d5cfda5fe Add missing class keyword to WritePrimitiveType. 7 years ago
Christoph Wille 0905cf74ac Fix https://docs.microsoft.com/en-us/nuget/reference/nuspec#license (license url being deprecated) 7 years ago
Christoph Wille dc439f4e6b Work on #1335 using guidelines from https://blogs.msdn.microsoft.com/visualstudio/2018/09/26/how-to-upgrade-extensions-to-support-visual-studio-2019/ 7 years ago
Christoph Wille 9cf4a1ce30 Update to Beta3 4443 Nuget package 7 years ago
Daniel Grunwald b5ab8a4622 Fix #1338: KeyNotFoundException in SwitchDetection.AnalyzeControlFlow() 7 years ago
Daniel Grunwald 1cd63f7e5f Update to Roslyn 2.10 for our test cases. 7 years ago
Siegfried Pammer 89c8fed5e6 Fix #1267: GacInterop: Ignore null values in GetNextAssembly loop. 7 years ago
Siegfried Pammer 11ec0e22e6
Merge pull request #1324 from icsharpcode/navigateTo-Fix 7 years ago
Siegfried Pammer b9f179465d Fix part 1 of #1292: switch on string inside try-block not recognized. 7 years ago
Siegfried Pammer 6d99ab1494 Fix #787: Incorrect display assembly Architecture for Managed C++ 7 years ago
Siegfried Pammer 2e9ece4c3c Merge branch 'master' of https://github.com/icsharpcode/ILSpy into navigateTo-Fix 7 years ago
Siegfried Pammer 9c3122a7fa Synchronize package refs in nuspec with csproj. 7 years ago
Siegfried Pammer 4b9a74de09
Merge pull request #1322 from icsharpcode/use-astbuilder-for-all-integer-literals 7 years ago
Siegfried Pammer dcaf4e1441 Fix test in opt and roslyn config. 7 years ago
Siegfried Pammer e917f57803 Add a test case for #1308. 7 years ago
Siegfried Pammer 589dde4ed3 Fix redundant casts on constant expressions. 7 years ago
Siegfried Pammer ca6b144328 Merge branch 'use-astbuilder-for-all-integer-literals' of https://github.com/icsharpcode/ILSpy into use-astbuilder-for-all-integer-literals 7 years ago
Siegfried Pammer 7919ce8dd7 TSAB: Add option to display integral literals as hexadecimal numbers. 7 years ago
Siegfried Pammer 2c00afcccb Fix CallBuilder.IsPrimitiveValueThatShouldBeNamedArgument 7 years ago
Siegfried Pammer e8e4d858bb Merge branch 'master' of https://github.com/icsharpcode/ILSpy into use-astbuilder-for-all-integer-literals 7 years ago
Siegfried Pammer 20dec3e3f1 Fix possible null reference. 7 years ago
Siegfried Pammer fd0d898703 #1330: add more exception handling to CSharpDecompiler, so an entity that caused decompilation to fail can easier be identified. 7 years ago
Siegfried Pammer fac1a4d115 Fix #1311: Methods in .winmd files compiled from C# don't show up in individual method view in ILSpy 4. 7 years ago
Siegfried Pammer 457813bac7
Merge pull request #1246 from siegfriedpammer/cs73-stackalloc-initializers 7 years ago
Siegfried Pammer 00194f8c03 Fix unit tests. 7 years ago
Siegfried Pammer 224b183e98 Fix IntroduceUnsafeModifier.VisitStackAllocExpression: size expression might contain pointer type or resolve result might be null. 7 years ago
Siegfried Pammer dcac0bd88e Fix #1334: NuGet.config should explicitly specify the NuGet.org feed 7 years ago
Siegfried Pammer fe5fb2eda5 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
Siegfried Pammer 112719efaf Extend safety-checks in TransformSpanTCtorContainingStackAlloc. 7 years ago
Siegfried Pammer 0dac55d584 Add transformation for stackalloc to Span<T>. 7 years ago
Siegfried Pammer 0666ee8d0e Add basic Span<T> stackalloc test cases. 7 years ago
Siegfried Pammer 76cfa6fda4 Add System.Memory types to Roslyn test environment. 7 years ago
Daniel Grunwald 4a3185c823 #907: Add tests 7 years ago
Daniel Grunwald e990d5ac00 Revert the 'unwrapBoxingConversion' addition to TranslateTarget(), I ended up solving the boxing issue directly in HandleDelegateConstruction() 7 years ago
Daniel Grunwald b455286ad3 Fix #1333: Ensure we convert to the correct type when calling instance methods on value types 7 years ago
Siegfried Pammer 0545025705 Add back support for ".other" method references in disassembler, as it is now supported by SRM. 7 years ago
Siegfried Pammer f43e26f87c Fix #1329: AssertionFailedException: Should not insert using declaration for namespace that is missing from the superset: System.Windows.Markup 7 years ago
Siegfried Pammer 86329349ba Fix #1332: DecompileMemberBodies: Cannot mutate frozen NullBlockStatement 7 years ago
Siegfried Pammer 7e89e3dc3e Merge branch 'master' of https://github.com/icsharpcode/ILSpy into cs73-stackalloc-initializers 7 years ago
Siegfried Pammer 1dfd2bb9ac Fix MetadataTokenSearchStrategy. 7 years ago
Siegfried Pammer 64e1bb6f4d Add missing files. 7 years ago
Siegfried Pammer c73f46d27c Refactor code in HandleCommandLineArgumentsAfterShowList as per code-review. 7 years ago