4561 Commits (9487d0a714e820340b93de2ba6949170f5673bcc)
 

Author SHA1 Message Date
Siegfried Pammer d5fece6cbd Fix #1348: Namespace not visible; + Fix inconsistent display of base types in tree view. 7 years ago
Chris Poole e812a1f230 Add search path for Compact Framework 3.5 mscorlib.dll 7 years ago
Chris Poole 4ef03611dd Add folder null check in GetMscorlibBasePath to stop exception on NETCF 3.5 assemblies 7 years ago
Siegfried Pammer ac149414eb Fix links inside object initializer. 7 years ago
Siegfried Pammer 77c1dbab8a Fix #1345: Do not construct object initializer, if property or field in access path is not writable. 7 years ago
Siegfried Pammer 00a54a278a Fix #1344: Fix GetCodeMappingInfo for nested async FSMs 7 years ago
Chris Poole 8d6be7ac1b
Merge pull request #1 from ninjaoxygen/ninjaoxygen-patch-1 7 years ago
Chris Poole 3cf492382c
Update UniversalAssemblyResolver to include missing .NET 3 support 7 years ago
Daniel Grunwald deb2ceebd8 Fix #970: 'await' decompilation when the awaiter does not implement ICriticalNotifyCompletion 7 years ago
Siegfried Pammer d1ef913fc0 ExpressionBuilder: Use TSAB.ConvertConstantValue in VisitLdcF4 and VisitLdcF8 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