.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 13c0b5bd49
Merge pull request #2470 from icsharpcode/covariant-returns
4 years ago
..
Helpers Update build tools used by ILSpy to use .NET 5.0 instead of .NET Core 3.1 4 years ago
Output Avoid parentheses around lambdas where possible. 5 years ago
ProjectDecompiler #2128: Reformat the whole code base. 5 years ago
Semantics #2128: Reformat the whole code base. 5 years ago
TestCases Merge pull request #2470 from icsharpcode/covariant-returns 4 years ago
TypeSystem Add support for System.Runtime.CompilerServices.SpecialNameAttribute 5 years ago
Util Add FileUtility.cs 5 years ago
CorrectnessTestRunner.cs Fix #2349: Use proper ExpressionType with DynamicCompoundAssign. 5 years ago
DataFlowTest.cs #2128: Reformat the whole code base. 5 years ago
DisassemblerPrettyTestRunner.cs #2128: Reformat the whole code base. 5 years ago
ICSharpCode.Decompiler.Tests.csproj Adds support for C# 9 covariant return types in methods and getter-only properties and indexers. 4 years ago
ILPrettyTestRunner.cs Fix #2443: do not use this()-ctor initializers by accident if base type is unknown. 4 years ago
PdbGenerationTestRunner.cs Fix build. 5 years ago
PrettyTestRunner.cs Adds support for C# 9 covariant return types in methods and getter-only properties and indexers. 4 years ago
RoundtripAssembly.cs Support resolving assembly references within a bundle. 5 years ago
Stub.cs
TestAssemblyResolver.cs Fix build. 5 years ago
TestTraceListener.cs #2128: Reformat the whole code base. 5 years ago
UglyTestRunner.cs Run tests with different versions of Roslyn 5 years ago
VBPrettyTestRunner.cs Fix #1698: Readonly auto properties from VB.NET are not properly decompiled 4 years ago