Daniel Grunwald
bb2f93a24b
NRefactory bug fixes:
...
- Use IType.Equals() instead of == operator
- Change handling of partially parameterized types in IType.GetNestedTypes so that we don't leak type parameters from the wrong context
- Add support for unbound types to C# resolver (e.g. in attribute arguments)
- C# Parser: preserve variance modifier
- Ensure all interface members are marked as 'abstract'
- Add support for [TypeForwardedTo] and [ComImport] to CecilLoader.
15 years ago
Daniel Grunwald
3e75554294
gitignore for ICSharpCode.Editor
15 years ago
Daniel Grunwald
849ed04c0a
Merge NRefactory changes from ILSpy into the main NRefactory repository.
15 years ago
Daniel Grunwald
89ba05f335
C# calls indexers "Item", not "Items".
15 years ago
Daniel Grunwald
7a9bb563ab
InsertParenthesesVisitor: insert parenthesis in "(new int[1])[0]"
15 years ago
Daniel Grunwald
811784e303
Re-implemented IType.GetMembers() to avoid redundant specialization.
15 years ago
Daniel Grunwald
877ebf8bdb
Remove operator == from AstNodeCollection.
15 years ago
Mike Krüger
c15615db82
fix bug in remove braces action.
15 years ago
Daniel Grunwald
2ce741b35e
Keep ITextEditor in the IDE (comment out the copy in ICSharpCode.Editor)
15 years ago
Mike Krüger
3ba911830f
fixed bug where parameter is null.
15 years ago
Mike Krüger
58b8d06922
Visit empty expressions.
15 years ago
Pent Ploompuu
ddc5d8ae50
Merge branch 'master' of git://github.com/icsharpcode/ILSpy
...
Conflicts:
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
ILSpy.SharpDevelop.LGPL/ILSpy.SharpDevelop.LGPL.csproj
15 years ago
Siegfried Pammer
1398d8a39d
add missing space after Case keyword
15 years ago
Siegfried Pammer
a854421669
corrected spelling of Overrides-modifier; convert virtual to Overridable and override to Overrides
15 years ago
Daniel Grunwald
6abb0a1efc
IDocument now derives from IServiceProvider.
15 years ago
Daniel Grunwald
cb70bceece
Add strong-name to NRefactory; small API changes for ICSharpCode.Editor.
15 years ago
Daniel Grunwald
fa6afb250a
Fix ResolveVisitor.VisitArrayCreateExpression.
15 years ago
Matt Ward
b0819ac4f9
Supporting installing a NuGet package into selected projects in one step.
15 years ago
Siegfried Pammer
c428246d2c
use Is/IsNot for reference equality checks; add extension attribute for extension methods
15 years ago
Siegfried Pammer
0346512595
remove shared modifier from module members
15 years ago
Siegfried Pammer
fbc8b85221
convert static classes to modules
15 years ago
Siegfried Pammer
e3a301e09a
fix output of Inherits/Implements clauses
15 years ago
Siegfried Pammer
ebeef27c8f
convert increment/decrement operator overloads to op_Increment/op_Decrement methods
15 years ago
Siegfried Pammer
1d8a2944f8
map true/false operator to IsTrue/IsFalse
15 years ago
Siegfried Pammer
4c8a11c898
improve conversion of special characters in string literals
15 years ago
Siegfried Pammer
04d816cdf9
fix bug in checked statement handling
15 years ago
Siegfried Pammer
610924ed7c
fix InvalidCastException in For-Next detection
15 years ago
Daniel Grunwald
5a00a6cb6d
Mark ICSharpCode.NRefactory.VB as AnyCPU.
15 years ago
Siegfried Pammer
1d904e13c3
add folding
15 years ago
Siegfried Pammer
3265ddc27f
implement conversion of attribute targets
15 years ago
Siegfried Pammer
d4eabd06f0
relicense NR.VB under MIT X11 license
15 years ago
Siegfried Pammer
e90fa22b4c
implement query expression AST
15 years ago
Siegfried Pammer
93cf054f98
Merge branch 'master' of github.com:icsharpcode/ILSpy into vb
...
Conflicts:
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
ILSpy.sln
ILSpy/ILSpy.csproj
15 years ago
Siegfried Pammer
f7fcc9d68b
implemented AnonymousObjectCreationExpression
15 years ago
Siegfried Pammer
46b5f4394f
add EmptyExpression conversion, improve fixed-Statement conversion
15 years ago
Siegfried Pammer
e7dd90c3ed
implemented unchecked/checked expression, pointer access and so on
15 years ago
Siegfried Pammer
c007a2a244
implemented fixed using GCHandle
15 years ago
Siegfried Pammer
c431176e5c
convert C#ˈs undocumented expressions to method calls
15 years ago
Siegfried Pammer
12eb661dcd
convert anonymous methods to multiline sub lambdas
15 years ago
Siegfried Pammer
354aefa430
add conversion of DllImports to ExternalMethodDeclarations
15 years ago
Siegfried Pammer
263971193e
convert dtor to Finalize Sub
15 years ago
Siegfried Pammer
da4b1bab67
improve conversion of event declarations
15 years ago
Siegfried Pammer
eab1ac6611
add ContinueStatement
15 years ago
Siegfried Pammer
95db1ebd71
added conversion to VB ForStatement
15 years ago
Mike Krüger
d46401cc5c
Added missing predicate parameter.
15 years ago
Siegfried Pammer
2e3d9fa7ab
started implementation of QueryExpression
15 years ago
Siegfried Pammer
d340669da1
make AddressOfExpression a UnaryOperatorExpression, move expressions to separate files, implement LambdaExpression
15 years ago
Mike Krüger
3d5b2842a8
fixed bug in anonymous array create expression resolving.
15 years ago
Siegfried Pammer
bf89db8e85
implement GoToStatement
15 years ago
Siegfried Pammer
3531735e97
implemented DoLoopStatement and UsingStatement
15 years ago