Siegfried Pammer
|
0226b5a832
|
Only transform params if it's the last parameter + Refactoring of variable names.
|
8 years ago |
Siegfried Pammer
|
02184f426d
|
Use ExpressionWithResolveResult in GetDefaultValueExpression
|
8 years ago |
Siegfried Pammer
|
9d0a2138dc
|
[ILSpy.AddIn] Fix missing libraries in vsix.
|
8 years ago |
Siegfried Pammer
|
04329e17b2
|
[ILSpy.AddIn] Update vsixmanifest to new format.
|
8 years ago |
Siegfried Pammer
|
fb8d064dda
|
[ILSpy.AddIn] add VSToolsPath to csproj.
|
8 years ago |
Siegfried Pammer
|
706419544f
|
Implement support for unwrapping params arrays.
|
8 years ago |
Siegfried Pammer
|
fd66914ade
|
Fix detection of String.Concat calls with partially non-string arguments.
|
8 years ago |
Siegfried Pammer
|
23870c6615
|
Fix #859 - Missing XML comments for Enum items
|
8 years ago |
Siegfried Pammer
|
049b5903d8
|
Fix #862 - NullReferenceException for ExpressionBuilder.TranslateTarget
|
8 years ago |
Siegfried Pammer
|
0a5eae527a
|
Fix links on property setter usages.
|
8 years ago |
Daniel Grunwald
|
d3686fc62c
|
Add comments to lifting functions.
|
8 years ago |
Daniel Grunwald
|
8da98180e7
|
Prefer types like 'char' and 'enum' in comparisons and for "??" and "?:".
|
8 years ago |
Daniel Grunwald
|
4830b37ab9
|
[nullables] Add support for '??' operator on nullables.
|
8 years ago |
Daniel Grunwald
|
c40ba690bc
|
Fix #856: fix decompilation of attributes where null is passed to a parameter of type System.Type.
|
8 years ago |
Christoph Wille
|
14dce36a28
|
Fix typo, add link to subdirectory
|
8 years ago |
Christoph Wille
|
9e016778b4
|
Link to sample for Nuget package
|
8 years ago |
Siegfried Pammer
|
f267a7875e
|
Fix #855 - ArgumentOutOfRangeException in TransformCollectionAndObjectInitializers.DoTransform
|
8 years ago |
Siegfried Pammer
|
8285d01cad
|
Do not match lock if lockObj is used in or after the try block.
|
8 years ago |
Siegfried Pammer
|
43d696ab28
|
WholeProjectDecompiler: Add support for .NET portable projects.
|
8 years ago |
Daniel Grunwald
|
3c31e100ad
|
[nullables] Fix nullable transform being applied incorrectly.
|
8 years ago |
Daniel Grunwald
|
33099c5d65
|
[nullables] Extend nullable lifting to arbitrary combinations of 'conv' and 'binary.numeric'.
|
8 years ago |
Daniel Grunwald
|
9a14bb9bd0
|
Avoid 'unchecked' annotation on float->double casts.
|
8 years ago |
Daniel Grunwald
|
e266c634de
|
[nullables] Add support for lifted binary operators where one of the inputs is nullable.
|
8 years ago |
Siegfried Pammer
|
8671d32457
|
Clean up documentation in LockTransform.cs
|
8 years ago |
Siegfried Pammer
|
a7f96c6a5b
|
LockTransform: Use correct index after transforms.
|
8 years ago |
Siegfried Pammer
|
d702cfd2de
|
Reactivate old ExceptionHandling tests.
|
8 years ago |
Siegfried Pammer
|
4da1addd2b
|
Implement C# 2, C# 4 legacy and Roslyn lock patterns.
|
8 years ago |
Siegfried Pammer
|
fd431e6d57
|
Fix coloring of AttributeTargets
|
8 years ago |
Christoph Wille
|
d91d17698b
|
Test on Ubuntu 16.04 with RID linux-x64
|
8 years ago |
Christoph Wille
|
1166b98d2d
|
Add info about which build to choose
|
8 years ago |
Christoph Wille
|
78585d79f3
|
Update packages for ilspycmd (+readme)
|
8 years ago |
Christoph Wille
|
2f586a561c
|
-alpha3 package release
|
8 years ago |
Siegfried Pammer
|
150803760b
|
Add lost ExceptionHandling pretty tests
|
8 years ago |
Siegfried Pammer
|
decae49166
|
Add support for #if LEGACY_CSC to pretty tests.
|
8 years ago |
Siegfried Pammer
|
0b135c23e4
|
Add C# semantic highlighting
|
8 years ago |
Siegfried Pammer
|
952880f400
|
Update documentation in CustomLanguage
|
8 years ago |
Siegfried Pammer
|
000f94caad
|
TransformCollectionAndObjectInitializers: only add step right before transforming.
|
8 years ago |
Siegfried Pammer
|
301bedef6d
|
Fix links to catch variable.
|
8 years ago |
Daniel Grunwald
|
d6d6e17e8b
|
As with every new file: convert spaces to tabs
|
8 years ago |
Daniel Grunwald
|
6b3ab66300
|
Fix ExpectedResultType of main BlockContainer.
|
8 years ago |
Daniel Grunwald
|
133ddac256
|
[nullables] Add support for lifted conversions.
|
8 years ago |
Daniel Grunwald
|
c2898905c8
|
Fix #853: consistently use cecil MemberReference for ITextOutput.
|
8 years ago |
Siegfried Pammer
|
40708841d5
|
Add appveyor-ilspycmd.yml
|
8 years ago |
Siegfried Pammer
|
e17b4bfedf
|
Add ilspycmd
|
8 years ago |
Siegfried Pammer
|
50d55b9b05
|
Fix build.
|
8 years ago |
Siegfried Pammer
|
c34541ad4c
|
Implement catch-when and remove local copy of exception slot.
|
8 years ago |
Daniel Grunwald
|
260d303b8e
|
Restore P/Invoke test.
|
8 years ago |
Daniel Grunwald
|
10f44d3541
|
Move NotUsingBlock test.
|
8 years ago |
Daniel Grunwald
|
907349d7e6
|
Add back CheckedUnchecked test case.
|
8 years ago |
Daniel Grunwald
|
259e322e26
|
Fix typo in IsBranchOrLeave()
|
8 years ago |