.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.
 
 
 
 
Siegfried Pammer fa7c1f574a Do not convert simple LINQ method calls to LINQ expressions. Closes #1501. 6 years ago
..
OutputVisitor Basic test for ref reassignment. 6 years ago
Resolver Merge branch 'master' of https://github.com/icsharpcode/ILSpy into throwExpression 6 years ago
Syntax Fix #545: Add hyperlink to ctor method on parentheses in attributes 6 years ago
Transforms Do not convert simple LINQ method calls to LINQ expressions. Closes #1501. 6 years ago
TypeSystem Rename IAssembly -> IModule. 7 years ago
Annotations.cs #1025: Fix method groups not being clickable. 6 years ago
CSharpDecompiler.cs Fix ReadCodeMappingInfo for delegates that are embedded in the declaring type, not a nested type. 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
CallBuilder.cs #1349: Fix exception in HandleDelegateConstruction, if the target of NewObj is not a delegate. 6 years ago
ExpressionBuilder.cs Merge pull request #1600 from icsharpcode/throwExpression 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 Add comments about expected result after a ConvertTo() call. 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Refactor Solution decompilation to use Language instead of AssemblyTreeNode. 6 years ago