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
Mike Krüger
04ecdd7bfd
Added support for anonymous arrays.
15 years ago
Siegfried Pammer
a3d75dbbf1
implement conversion of switch to Select Case
15 years ago
Mike Krüger
0a9b6c744d
Implemented simple array create expression resolving.
15 years ago
Mike Krüger
3be8d6cd91
Fixed bug with GetElementType.
...
ArrayType yields System.Collections.IEnumerable as base type before
the more specific System.Colloctions.Generic.IEnumerable.
15 years ago
Siegfried Pammer
5cf130c51f
correctly implement ForEachStatement and ForStatement; add output for ForStatement
15 years ago
Siegfried Pammer
fa4694e3e0
implement VB 11 Iterators
15 years ago
Daniel Grunwald
8137e58c22
Merge NRefactory 9675caf1e9
15 years ago
Siegfried Pammer
57d92d186d
add support for OperatorDeclaration and some more statements
15 years ago
Daniel Grunwald
9675caf1e9
ReadOnlyDocument: rename textBuffer->textSource
15 years ago
Daniel Grunwald
97d096414b
Fixed GetDelegateInvokeMethod() for parameterized types.
...
Fixed copy constructor of DefaultMethod.
Fixed handling of "class" constraint in CecilLoader.
15 years ago
Mike Krüger
42d4d7d042
fixed some bugs in use explicit type context action.
15 years ago
Mike Krüger
79b9582964
Fixed failing attribute unit tests.
15 years ago
Mike Krüger
6fb0a903cc
Added error indicators for missing closing brackets.
15 years ago
Siegfried Pammer
84b283be62
add ConditionalExpression and WhileStatement
15 years ago
Mike Krüger
a11458e203
Worked on attribute resolving.
...
Some tests fail because of wrongly loaded classes in my system.
Daniel: Can you check the constructor attribute cases. I think
something doesn't work in the Cecil loader on my system. I only get 1
empty constructor for LoaderOptimization & the name on my system is
.ctor instead of #ctor.
15 years ago
Siegfried Pammer
1c8d2aa4e2
split Statements into single files
15 years ago