..
CustomAttributes
Fixed decompilation of automatic event that has attributes on the accessors.
13 years ago
Helpers
Tests: Reuse decompiler roundtrip assertion code
11 years ago
IL
Merge NRefactory 5.2.0-261-g7a948e7 to ILSpy.
13 years ago
Types
Improved decompilation of new modifier.
14 years ago
Async.cs
Fix bugs in async/await decompiler.
12 years ago
BooleanConsumedAsInteger.il
Fix bugs in type analysis. Closes #38 .
15 years ago
CallOverloadedMethod.cs
Add license headers to the files that were missing them.
14 years ago
CheckedUnchecked.cs
Fix #255 InvalidOperationException: The new node 'CheckedExpression' is not valid in the role Initializer
14 years ago
CodeSampleFileParser.cs
Add license headers to the files that were missing them.
14 years ago
ControlFlow.cs
do not use DominanceFrontiers to detect condition bodies; closes #300
13 years ago
CustomAttributes.code.cs
testing code that helps running independent decompilation tests.
15 years ago
CustomShortCircuitOperators.cs
Add license headers to the files that were missing them.
14 years ago
DecompilerTestBase.cs
Tests: Reuse decompiler roundtrip assertion code
11 years ago
DelegateConstruction.cs
Don't eliminate delegate caching when lambda decompilation is disabled.
12 years ago
DoubleConstants.cs
Fixed disassembling and decompiling negative zeroes.
13 years ago
ExceptionHandling.cs
Fix #202 : Decompilation of multiple catch clauses sharing the same variable name
14 years ago
ExpressionTrees.cs
Add support for more language constructs to the ExpressionTreeConverter.
14 years ago
Generics.cs
#282 - Fix the casts in the other direction (from concrete type to type parameter).
13 years ago
ICSharpCode.Decompiler.Tests.csproj
Fixed disassembling and decompiling negative zeroes.
13 years ago
IncrementDecrement.cs
Add license headers to the files that were missing them.
14 years ago
InitializerTests.cs
Fix #296 : Array initialization decompiles into recursive reference
14 years ago
LiftedOperators.cs
Use consistent terminology for lifted operators
14 years ago
Loops.cs
Add license headers to the files that were missing them.
14 years ago
MultidimensionalArray.cs
Add license headers to the files that were missing them.
14 years ago
PInvoke.cs
Use 'ref', not 'out', for passing arguments to a method parameter declared as "[In, Out] ref".
14 years ago
PropertiesAndEvents.cs
Don't show [AsyncStateMachine] attribute.
13 years ago
QueryExpressions.cs
Anonymous type create expressions: when all names can be inferred from the initializers, don't create NamedExpressions.
14 years ago
Switch.cs
Fixed NullReferenceException when decompiling a switch over a boolean variable that includes a default case.
14 years ago
TestRunner.cs
Tests: Reuse decompiler roundtrip assertion code
11 years ago
TypeAnalysisTests.cs
Remove failing unit test; bug #393 is fixed but the test still fails due to unnecessary '& 31'.
11 years ago
UndocumentedExpressions.cs
Add license headers to the files that were missing them.
14 years ago
UnsafeCode.cs
Fix #346 : incorrect type inference for if statement on ref bool parameter
13 years ago
ValueTypes.cs
Fix #346 : incorrect type inference for if statement on ref bool parameter
13 years ago
YieldReturn.cs
Add license headers to the files that were missing them.
14 years ago
nunit.framework.dll
Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy
15 years ago
packages.config
- Replaced simple Test differ with full-blown DiffLib-backed implementation (pulled in w/ NuGet), to improve failed test messages.
14 years ago