Siegfried Pammer
|
74fc5ba8a4
|
Add more test cases
|
7 years ago |
Siegfried Pammer
|
669dc0ad59
|
Rewrite dynamic dispatch logic in CallBuilder
|
7 years ago |
Andreas Weizel
|
a94671183e
|
AddIn: Added detection of non-existing assembly files when launching ILSpy, showing a warning message in those cases. In case of project output assemblies, offers building the solution.
|
7 years ago |
Siegfried Pammer
|
eeeecb2259
|
Remove "do what I mean" logic from AssignVariableNames
|
7 years ago |
Siegfried Pammer
|
805b9f4bb4
|
Add missing CallInlineAssign block kind to ILInlining.FindLoadInNext
|
7 years ago |
Siegfried Pammer
|
3d4e38ddce
|
Fix #538: Give higher priority to out parameters when naming variables
|
7 years ago |
Siegfried Pammer
|
6ce53c804b
|
Fix #1168: Extend MatchCompEquals and MatchCompNotEquals to work with multiple nested logic.not instructions
|
7 years ago |
Siegfried Pammer
|
5de10b4900
|
Merge pull request #1167 from CreateAndInject/master
Fix issue #1166, add namespaces for typeof in assembly attributes.
|
7 years ago |
CreateAndInject
|
f389e512ed
|
Fix #1166
|
7 years ago |
Siegfried Pammer
|
22cff129f4
|
Add option to reset sort direction (by clicking on the same column three times)
|
7 years ago |
Siegfried Pammer
|
4267672ab2
|
Fix NRE in ContextMenuEntry.cs
|
7 years ago |
Siegfried Pammer
|
1ba2c0537a
|
Add use ListView instead of ListBox in search results view.
|
7 years ago |
Siegfried Pammer
|
758eb12360
|
Add GridViewColumnAutoSize
|
7 years ago |
Siegfried Pammer
|
bbe16584f7
|
Fix #1150:
- Allow unknown type in BinaryNumericInstruction
- Make conversions explicit: I+I8=I8, I4+I8=I8, F4+F8=F8
|
7 years ago |
Siegfried Pammer
|
725ee24994
|
Fix assertions if references are missing in dynamic code.
|
7 years ago |
Siegfried Pammer
|
f2155111b5
|
Fix 'no iterators' assertion in DynamicCallSiteTransform.
|
7 years ago |
Siegfried Pammer
|
f5d7717b1f
|
Merge branch 'master' of https://github.com/icsharpcode/ILSpy into dynamic
|
7 years ago |
Siegfried Pammer
|
1c7d14dbbf
|
Add special case for dynamic types in constructor initializer (this/base) calls
|
7 years ago |
Siegfried Pammer
|
9d6f864c42
|
Use DynamicInvocationResolveResult where applicable
|
7 years ago |
Siegfried Pammer
|
78e81bee29
|
Add more dynamic tests
|
7 years ago |
Siegfried Pammer
|
13e6d72308
|
Merge pull request #1143 from 0xced/fully-qualified-name
Use "fully qualified name" instead of "FQN" abbreviation
|
7 years ago |
Siegfried Pammer
|
f1d7ac4c2f
|
Fix bug in DynamicCallSiteTransform
|
7 years ago |
Siegfried Pammer
|
c4f41f459f
|
Add support for more dynamic binary operators.
|
7 years ago |
Siegfried Pammer
|
d0683afec4
|
System.Activator.CreateInstance<T>() -> new T() transform is only valid if T has new() constraint.
|
7 years ago |
Siegfried Pammer
|
ae781423fa
|
Refine detection of compiler-generated delegates
|
7 years ago |
Siegfried Pammer
|
adb4f31fce
|
Merge branch 'master' of https://github.com/icsharpcode/ILSpy into dynamic
|
7 years ago |
Siegfried Pammer
|
028cbe69a4
|
Fix decompilation of auto properties with explicit implementation
|
7 years ago |
Siegfried Pammer
|
e933abb67f
|
Update dynamic tests
|
7 years ago |
Siegfried Pammer
|
87d5091ac9
|
Fix translation of DynamicInvokeConstructorInstruction
|
7 years ago |
Siegfried Pammer
|
66724db69b
|
Add WriteArgumentList to DynamicInstruction
|
7 years ago |
Siegfried Pammer
|
2c7e3c2c37
|
Add hack to allow inlining of compiler-generated variable after dynamic.isevent pattern transform.
|
7 years ago |
Siegfried Pammer
|
d6e13686aa
|
Remove DynamiceExpressions setting (use Dynamic setting instead)
|
7 years ago |
Siegfried Pammer
|
4c2fa36233
|
Fix merge conflict
|
7 years ago |
Siegfried Pammer
|
91c59dd5cf
|
Hide compiler-generated delegates used for ref/out callsites
|
7 years ago |
Siegfried Pammer
|
9fa5249afe
|
Update dynamic test cases
|
7 years ago |
Siegfried Pammer
|
ca1c0710f6
|
Merge branch 'master' of https://github.com/icsharpcode/ILSpy into dynamic
|
7 years ago |
Siegfried Pammer
|
9e4b952264
|
Fix #1160: .NET built-in types not resolvable in ILSpy when jumped from VS code editor
|
7 years ago |
Siegfried Pammer
|
569434d516
|
Fix #1162: decompilation of explicitly implemented events and properties
|
7 years ago |
Andreas Weizel
|
8b56eaa473
|
Fix: Add-in has passed the wrong name to ILSpy for generic types.
|
7 years ago |
Siegfried Pammer
|
dfa99a8c1f
|
Fix build.
|
7 years ago |
Andreas Weizel
|
0fc46158f6
|
Ignoring generated manifest file.
|
7 years ago |
Andreas Weizel
|
fdd0fa1111
|
Forgot to extend version update script for ILSpy.AddIn manifest.
Removed generated manifest file from repo.
|
7 years ago |
Andreas Weizel
|
84758dca5e
|
Re-enabled "Open code in ILSpy" command in code editor, fixed several issues.
|
7 years ago |
Siegfried Pammer
|
abbf3d0429
|
Fix #1158: C# 1 switch pattern improvement
|
7 years ago |
Siegfried Pammer
|
0a992d2158
|
Fix build.
|
7 years ago |
Siegfried Pammer
|
b9f14905b2
|
Fix #1155: DictionaryInitializers setting not working
|
7 years ago |
Siegfried Pammer
|
8d247a9c59
|
Fix #1156: Treat float, double and decimal < 0 as unary expressions in InsertParenthesesVisitor
|
7 years ago |
Siegfried Pammer
|
8f47e8429b
|
Fix #1157: Decompilation of abstract events and overridden auto events
|
7 years ago |
Siegfried Pammer
|
7599d0c410
|
Try to resolve exported types in XmlDocKeyProvider.FindType
|
7 years ago |
Andreas Weizel
|
1619d5e1f0
|
Now applying same versioning to ILSpy.AddIn as to all other ILSpy components.
|
7 years ago |