.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 d841d96406 Fix unnecessary casts when calling user-defined operators on nullable types. 6 years ago
..
OutputVisitor Fix #1523: Search throws EnumUnderlyingTypeResolverException 6 years ago
Resolver Fix #1490: NRE in MemberLookup.AddMembers 6 years ago
Syntax Fix InvalidOperationException in TSAB.MakeFieldReference() when a System.Math field could not be found 6 years ago
Transforms Fix #1567: Do not transform string.Concat method calls to + operators if named arguments are used. 6 years ago
TypeSystem Rename IAssembly -> IModule. 7 years ago
Annotations.cs Add missing documentation to Annotations.cs. 6 years ago
CSharpDecompiler.cs Refactor TransformDisplayClassUsage into separate transform. 6 years ago
CSharpLanguageVersion.cs First attempt at integrating C# nullable reference types into the type system. 7 years ago
CallBuilder.cs Fix unnecessary casts when calling user-defined operators on nullable types. 6 years ago
ExpressionBuilder.cs Fix #1568: Mimic behavior of ILReader.CreateILVariable in case of empty parameter names of anonymous methods. 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. 7 years ago
StatementBuilder.cs #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 6 years ago
TranslatedExpression.cs Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies. 6 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Improve error message on decompiler crashes 6 years ago