.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
 
 
 
 
Siegfried Pammer d1e9f8bd77
Merge pull request #2993 from icsharpcode/reimport
2 years ago
..
CSharp Merge pull request #2992 from icsharpcode/ref-fields 2 years ago
DebugInfo Fix #1784: Move RemoveEmbeddedAttributes transform to ICSharpCode.Decompiler and do no longer decompile embedded attributes in WholeProjectDecompiler and PortablePdbWriter. 3 years ago
Disassembler Use .interfaceimpl type syntax 2 years ago
Documentation Combine Path.Combine calls, remove local 2 years ago
FlowAnalysis
Humanizer
IL Merge pull request #2993 from icsharpcode/reimport 2 years ago
Instrumentation
Metadata Fix ArgumentOutOfRangeException on unexpected file in GAC 2 years ago
Output Add semantic highlighting for properties and events 2 years ago
Properties Set version for release 2 years ago
Semantics Fix #2806: Do not use implicitly typed out variables, if argument and parameter types do not match exactly. 3 years ago
Solution
TypeSystem Merge pull request #2992 from icsharpcode/ref-fields 2 years ago
Util Fix `ResXResourceWriter` support for `MemoryStream` resource element 3 years ago
DecompilationProgress.cs Generalize progress reporting for decompilation and PDB generation. 3 years ago
DecompileRun.cs
DecompilerException.cs
DecompilerNuGetPackageIcon.png
DecompilerSettings.cs Rename lifetime annotation to `ScopedRef` 2 years ago
ICSharpCode.Decompiler.csproj Add filtering/sorting capabilities to ReflectionDisassembler (#2835) 3 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs
NRTAttributes.cs Add MemberNotNullWhenAttribute to IMethod, IProperty and IEvent. Make sure that it's guaranteed that AccessorOwner is non-null, when IsAccessor is true. 3 years ago
PackageReadme.md
PartialTypeInfo.cs Fix #2718, Fix #2719, Fix #2725: Remove WPF compiler-generated code. 3 years ago
SRMExtensions.cs Fix #2733: Ignore bad metadata when trying to resolve ResolutionScope 3 years ago
SRMHacks.cs
SingleFileBundle.cs