3651 Commits (c4735833d02ac1ab54d8db9fa4362f5fa35a2035)
 

Author SHA1 Message Date
Christoph Wille 6a000aad3c Update to -beta4 NuGet, fix Workbook errors 8 years ago
Siegfried Pammer d1c503e3cf VersionName = "beta4" 8 years ago
Siegfried Pammer 9b13fe373a Fix #914: Exception when viewing an internal class in Roslyn assembly 8 years ago
Daniel Grunwald 930ed37973 Fix #857: NullReferenceException in LinesRenderer.OnRender() 8 years ago
Siegfried Pammer 75a3f6d24b Add result type invariants for instruction arguments. 8 years ago
Siegfried Pammer f40c994e23 Fix bug in InsertRequiredSpacesDecorator: missing space before literals in some cases. 8 years ago
Siegfried Pammer 38b073ee9a Add OpCode.Invariants: generalized mechanism for overriding CheckInvariant 8 years ago
Siegfried Pammer c48a611946 Remove old ExpressionTreeConverter.cs 8 years ago
Siegfried Pammer bd1126e3c1 Fix --type option in ICSharpCode.Decompiler.Console 8 years ago
Siegfried Pammer 90f0f7199d Fix #1004: Crashed when ref to mscorlib, Version=65535.65535.65535.65535, Culture=neutral, PublicKeyToken=b77a5c561934e089 8 years ago
Siegfried Pammer df04b40951 Fix #990: Invalid object cast for virtual call through pointer 8 years ago
Siegfried Pammer 3ef67fed52 DecompileType only supports top-level types: always use FullTypeName.TopLevelTypeName. 8 years ago
Siegfried Pammer e6ff6ae005
Merge pull request #1000 from icsharpcode/floating-point-arithmetic 8 years ago
Siegfried Pammer 3acb21b18c
Merge pull request #1001 from sharwell/cecil-packagereference 8 years ago
Siegfried Pammer ed345b8f32 Remove references to Mono.Cecil from bat files. 8 years ago
Sam Harwell a31b74da75 Reference Mono.Cecil using a package reference instead of a submodule 8 years ago
Sam Harwell 2e9e5ccb23 Add the NuGet package specification template to the project 8 years ago
Siegfried Pammer 01c0579225 Add additional implicit float type conversions in ILReader. 8 years ago
Siegfried Pammer 33c5e2d3ed Add StackType.F4 and StackType.F8, and instructions LdcF4 and LdcF8. 8 years ago
Siegfried Pammer d412de58b9 Commit first test case. 8 years ago
Siegfried Pammer 98dfd95d8f Fix build. 8 years ago
Siegfried Pammer 3c97f94623 Do not use AstNode.ToString() in PatternStatementTransform 8 years ago
Siegfried Pammer f80f164118 Add CSharpFormattingOptions.IndentationString 8 years ago
Siegfried Pammer f4a040a079 Remove reference to Newtonsoft.Json from nuspec 8 years ago
Siegfried Pammer c4909e1bc5 Fix build again 8 years ago
Siegfried Pammer c77afa65cb Fix build 8 years ago
Siegfried Pammer 79835afca4 DotNetCore: include LightJson; remove Newtonsoft.Json 8 years ago
Siegfried Pammer 4e2a9d8be3 Add TraceError to exception handler. 8 years ago
Siegfried Pammer ead9c0f41c Fix #997: Any assembly with load error in the list would cause ILSpy to stop decompiling anything. 8 years ago
Siegfried Pammer be667dee25 Fix x-plat bugs in DotNetCore/DotNetCorePathFinder 8 years ago
Christoph Wille f471c7f123 Merge branch 'master' of https://github.com/icsharpcode/ILSpy 8 years ago
Christoph Wille fbeb1b3522 NU1605 Fix (not suppressing the warning but actually importing the correct Nuget packages) 8 years ago
Siegfried Pammer 877638b27a Fix #995: Missing variable type for string concat statement 8 years ago
Siegfried Pammer 3e0f74cc55 #994: Implement DecompilerException in DecompileBody 8 years ago
Siegfried Pammer 07183f2aca #993: Check if code size is == 0 and cancel decompilation in that case. 8 years ago
Siegfried Pammer 203311dd0b Do not crash in BlockContainer.CheckInvariant 8 years ago
Siegfried Pammer 7ab8bc68d8 #975 & #964: Implement better Mono detection. + Bug fixing 8 years ago
Siegfried Pammer 518aec345c Downgrade Newtonsoft.Json to 9.0.1 8 years ago
Siegfried Pammer dee7840356 Fix typo in DecompilerTypeSystem 8 years ago
Siegfried Pammer 5789749711
Merge pull request #992 from sharwell/net46 8 years ago
Sam Harwell 996e04075e Retarget projects to .NET 4.6 so Roslyn can load them 8 years ago
Christoph Wille d4169237b7 Update to beta3 packages for dependent projects 8 years ago
Siegfried Pammer 951b6d0508 VersionName = beta3 8 years ago
Siegfried Pammer 33da657a58 UI Optimization: Open last selected tree node, after tree is initialized 8 years ago
Siegfried Pammer 12dc70e05a Tuning MainWindow_Loaded: Show IU as early as possible 8 years ago
Siegfried Pammer 69c764722c Fix #989: Local variable naming conflict 8 years ago
Siegfried Pammer dc359673f6 Fix implementation of ReplaceBackingFieldUsage and ReplaceEventFieldAnnotation (see #540) 8 years ago
Siegfried Pammer 9b160c13e7 Fix #982: ILSpy should ignore the parameter name of property setter and always use "value" instead in C# 8 years ago
Daniel Grunwald 0b442e82bb Ensure stack types for call arguments are correct. 8 years ago
Daniel Grunwald 568b3e2d91 Fix DetectPinnedRegions introducing stack type inconsistencies. 8 years ago