.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 cb301bb0e2
Merge pull request #1730 from icsharpcode/async-streams
7 years ago
..
CSharp Merge pull request #1730 from icsharpcode/async-streams 7 years ago
DebugInfo Fix #1712: Invalid SequencePointsBlob when generating PDB: Filter duplicate IL range assignments. 7 years ago
Disassembler IL Disassembler: show attributes on constraints 7 years ago
Documentation Fix CA1825:AvoidZeroLengthArrayAllocations, use Empty<T>.Array consistently. 7 years ago
FlowAnalysis Add support for "definitely assigned if true/false" to data flow analysis. 7 years ago
IL Merge pull request #1730 from icsharpcode/async-streams 7 years ago
Metadata Merge pull request #1730 from icsharpcode/async-streams 7 years ago
Output Refactor/Clean up local functions representation in type system. 7 years ago
Properties Move all resources to ILSpy: We do not want to ship resources inside the decompiler engine assembly. 7 years ago
Semantics Fix merge conflict in Conversion.cs 7 years ago
Solution Fix warning about doc comment. 7 years ago
TypeSystem Merge pull request #1730 from icsharpcode/async-streams 7 years ago
Util Fix CA1825:AvoidZeroLengthArrayAllocations, use Empty<T>.Array consistently. 7 years ago
DecompileRun.cs Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 8 years ago
DecompilerException.cs Fix #1532: Display metadata token in DecompilerException error message 7 years ago
DecompilerNuGetPackageIcon.png iconUrl -> icon for ics.d nuspec https://aka.ms/deprecateIconUrl 7 years ago
DecompilerSettings.cs Add support for await using statements. 7 years ago
ICSharpCode.Decompiler.csproj Replace AXmlParser with XLinq. 7 years ago
ICSharpCode.Decompiler.nuspec.template Fix warning NU5128 7 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs Add basic support for inheritdoc 7 years ago
SRMExtensions.cs Fix decompilation of yield return in local functions. 7 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 8 years ago