.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Daniel Grunwald 42eafb587f Fix #684: Improve detection of variable type for stack slots. 6 years ago
..
OutputVisitor Merge branch 'master' of https://github.com/icsharpcode/ILSpy into local-functions 6 years ago
Resolver Disable resolver log again. 6 years ago
Syntax Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
Transforms Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
TypeSystem Rename IAssembly -> IModule. 7 years ago
Annotations.cs Fix #1574: When re-introducing an explicit cast for an implicit user-defined conversion; ensure we use a direct cast and don't go through the code path for builtin conversions. 6 years ago
CSharpDecompiler.cs Fix #1552: user-defined and decimal increments 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
CallBuilder.cs #1563: Where possible, replace an explicit interface implementation call with a call to the interface member. 6 years ago
ExpressionBuilder.cs Fix #684: Improve detection of variable type for stack slots. 6 years ago
RequiredNamespaceCollector.cs Include namespaces of all known types used by the decompiler in the required namespaces super-set. 6 years ago
SequencePointBuilder.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
StatementBuilder.cs Fix assertion with async lambdas; fix async local functions. 6 years ago
TranslatedExpression.cs Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Improve error message on decompiler crashes 6 years ago